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 f36c818 commit dcddf73Copy full SHA for dcddf73
phpunit.xml.dist
@@ -16,14 +16,14 @@ file that was distributed with this source code.
16
colors="true"
17
>
18
<testsuites>
19
- <testsuite name="Webmozart PHP-Scoper Test Suite">
20
- <directory suffix="Test.php">./tests/</directory>
+ <testsuite name="Humbug PHP-Scoper Test Suite">
+ <directory suffix="Test.php">tests/</directory>
21
</testsuite>
22
</testsuites>
23
24
<filter>
25
<whitelist>
26
- <directory suffix=".php">./src/</directory>
+ <directory suffix=".php">src/</directory>
27
<exclude>
28
<file>src/Console/Application.php</file>
29
<file>src/Console/Configuration.php</file>
0 commit comments