8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1aff2d commit f860b7dCopy full SHA for f860b7d
phpunit.xml
@@ -13,19 +13,16 @@
13
syntaxCheck = "false"
14
bootstrap = "vendor/autoload.php"
15
>
16
- <php>
17
- <server name="KERNEL_DIR" value="app/" />
18
- </php>
19
20
<testsuites>
21
<testsuite name="mandatory test suite">
22
- <directory>./tests</directory>
+ <directory>tests/</directory>
23
</testsuite>
24
</testsuites>
25
26
<filter>
27
<whitelist>
28
- <directory>./src</directory>
+ <directory>src/</directory>
29
</whitelist>
30
</filter>
31
</phpunit>
0 commit comments