Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Commit

Permalink
Update phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Mar 25, 2017
1 parent 362e824 commit e743c3a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
</testsuites>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Tests/</directory>
<directory>./DataFixtures/</directory>
<directory>./Resources/</directory>
<directory>./vendor/</directory>
</exclude>
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit e743c3a

Please sign in to comment.