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.
2 parents 67ac847 + e5bc5fd commit 11f4d2bCopy full SHA for 11f4d2b
build/travis-ci.xml
@@ -5,7 +5,7 @@
5
colors="true">
6
<testsuites>
7
<testsuite name="PHP_CodeCoverage">
8
- <directory suffix="Test.php">../Tests/PHP</directory>
+ <directory suffix="Test.php">../tests/PHP</directory>
9
</testsuite>
10
</testsuites>
11
@@ -15,10 +15,7 @@
15
16
<filter>
17
<whitelist addUncoveredFilesFromWhitelist="true">
18
- <directory suffix=".php">../PHP</directory>
19
- <exclude>
20
- <file>../PHP/CodeCoverage/Autoload.php</file>
21
- </exclude>
+ <directory suffix=".php">../src</directory>
22
</whitelist>
23
</filter>
24
</phpunit>
0 commit comments