Skip to content

Commit

Permalink
fixed phpunit xml
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmann committed Aug 26, 2014
1 parent dbe51d7 commit 9b2f7b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
>
<testsuites>
<testsuite name="PhpUtilities testsuite">
<directory>./src/Asm/Tests</directory>
<directory>./lib/Asm/Tests</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>./src/Asm</directory>
<directory>./lib/Asm</directory>
<exclude>
<directory>./src/Asm/Tests</directory>
<directory>./lib/Asm/Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
Expand Down

0 comments on commit 9b2f7b3

Please sign in to comment.