]>
Raphaƫl G. Git Repositories - blog/blob - phpunit.xml.dist
0b31da2224f2f432f3cb5d7dd0e4fcc5f4723a90
1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
4 <phpunit xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
5 xsi:
noNamespaceSchemaLocation=
"vendor/phpunit/phpunit/phpunit.xsd"
10 bootstrap=
"tests/bootstrap.php"
11 cacheDirectory=
".phpunit.cache"
14 <ini name=
"display_errors" value=
"1" />
15 <ini name=
"error_reporting" value=
"-1" />
16 <server name=
"APP_ENV" value=
"test" force=
"true" />
17 <server name=
"SHELL_VERBOSITY" value=
"-1" />
21 <testsuite name=
"Project Test Suite">
22 <directory>tests
</directory>
26 <source ignoreSuppressionOfDeprecations=
"true" restrictNotices=
"true" restrictWarnings=
"true">
28 <directory>src
</directory>