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 50ede29 commit 3bf9045Copy full SHA for 3bf9045
tests/unit/phpunit.xml.dist
@@ -12,14 +12,11 @@
12
<directory suffix="Test.php">../../src/Test/Unit</directory>
13
</testsuite>
14
</testsuites>
15
- <filter>
16
- <whitelist addUncoveredFilesFromWhitelist="true">
17
- <directory suffix=".php">../../src</directory>
18
- <exclude>
19
- <directory>../../src/Test</directory>
20
- </exclude>
21
- </whitelist>
22
- </filter>
+ <source>
+ <include>
+ <directory>../../src</directory>
+ </include>
+ </source>
23
24
<php>
25
<ini name="date.timezone" value="UTC"/>
0 commit comments