File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -373,13 +373,19 @@ private function buildFlexSkeleton()
373
373
$ this ->fs ->symlink ($ rootPath .'/vendor/symfony/phpunit-bridge ' , $ this ->flexPath .'/vendor/symfony/phpunit-bridge ' );
374
374
}
375
375
376
- // temporarily ignoring indirect deprecations - see #237
377
376
$ replacements = [
377
+ // temporarily ignoring indirect deprecations - see #237
378
378
[
379
379
'filename ' => '.env.test ' ,
380
380
'find ' => 'SYMFONY_DEPRECATIONS_HELPER=999999 ' ,
381
381
'replace ' => 'SYMFONY_DEPRECATIONS_HELPER=max[self]=0 ' ,
382
382
],
383
+ // do not explicitly set the PHPUnit version
384
+ [
385
+ 'filename ' => 'phpunit.xml.dist ' ,
386
+ 'find ' => '<server name="SYMFONY_PHPUNIT_VERSION" value="8.5" /> ' ,
387
+ 'replace ' => '' ,
388
+ ],
383
389
];
384
390
$ this ->processReplacements ($ replacements , $ this ->flexPath );
385
391
// end of temp code
You can’t perform that action at this time.
0 commit comments