File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
6
6
backupGlobals =" false"
7
7
colors =" true"
8
+ failOnNotice =" true"
9
+ failOnWarning =" true"
8
10
bootstrap =" tests/bootstrap.php"
9
11
cacheDirectory =" .phpunit.cache"
10
12
>
13
15
<ini name =" error_reporting" value =" -1" />
14
16
<server name =" APP_ENV" value =" test" force =" true" />
15
17
<server name =" SHELL_VERBOSITY" value =" -1" />
16
- <server name =" SYMFONY_PHPUNIT_REMOVE" value =" " />
17
- <server name =" SYMFONY_PHPUNIT_VERSION" value =" 10.5" />
18
18
</php >
19
19
20
20
<testsuites >
23
23
</testsuite >
24
24
</testsuites >
25
25
26
- <source restrictDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
26
+ <source ignoreSuppressionOfDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
27
27
<include >
28
28
<directory >src</directory >
29
29
</include >
Original file line number Diff line number Diff line change 7
7
if (method_exists (Dotenv::class, 'bootEnv ' )) {
8
8
(new Dotenv ())->bootEnv (dirname (__DIR__ ).'/.env ' );
9
9
}
10
+
11
+ if ($ _SERVER ['APP_DEBUG ' ]) {
12
+ umask (0000 );
13
+ }
You can’t perform that action at this time.
0 commit comments