Skip to content

Commit

Permalink
🔧 Fix path in phpunit.xml for whitelist configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Mar 28, 2017
1 parent 5eae7fb commit 4978689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Expand Up @@ -15,7 +15,7 @@
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">app/</directory>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 4978689

Please sign in to comment.