File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 55 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
66 backupGlobals =" false"
77 colors =" true"
8+ failOnNotice =" true"
9+ failOnWarning =" true"
810 bootstrap =" tests/bootstrap.php"
911 cacheDirectory =" .phpunit.cache"
1012>
1315 <ini name =" error_reporting" value =" -1" />
1416 <server name =" APP_ENV" value =" test" force =" true" />
1517 <server name =" SHELL_VERBOSITY" value =" -1" />
16- <server name =" SYMFONY_PHPUNIT_REMOVE" value =" " />
17- <server name =" SYMFONY_PHPUNIT_VERSION" value =" 10.5" />
1818 </php >
1919
2020 <testsuites >
2323 </testsuite >
2424 </testsuites >
2525
26- <source restrictDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
26+ <source ignoreSuppressionOfDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
2727 <include >
2828 <directory >src</directory >
2929 </include >
Original file line number Diff line number Diff line change 77if (method_exists (Dotenv::class, 'bootEnv ' )) {
88 (new Dotenv ())->bootEnv (dirname (__DIR__ ).'/.env ' );
99}
10+
11+ if ($ _SERVER ['APP_DEBUG ' ]) {
12+ umask (0000 );
13+ }
You can’t perform that action at this time.
0 commit comments