Skip to content

Commit dcddf73

Browse files
authored
Remove references of the old repository name (#91)
1 parent f36c818 commit dcddf73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ file that was distributed with this source code.
1616
colors="true"
1717
>
1818
<testsuites>
19-
<testsuite name="Webmozart PHP-Scoper Test Suite">
20-
<directory suffix="Test.php">./tests/</directory>
19+
<testsuite name="Humbug PHP-Scoper Test Suite">
20+
<directory suffix="Test.php">tests/</directory>
2121
</testsuite>
2222
</testsuites>
2323

2424
<filter>
2525
<whitelist>
26-
<directory suffix=".php">./src/</directory>
26+
<directory suffix=".php">src/</directory>
2727
<exclude>
2828
<file>src/Console/Application.php</file>
2929
<file>src/Console/Configuration.php</file>

0 commit comments

Comments
 (0)