Skip to content

Commit

Permalink
Updated phpunit.xml to whitelist php files in the src directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed Feb 23, 2017
1 parent 20ac0f1 commit f100427
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpunit.xml
Expand Up @@ -13,4 +13,9 @@
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit f100427

Please sign in to comment.