Skip to content

Commit

Permalink
Add phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 15, 2013
1 parent b656917 commit 5951594
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit colors="true">
<testsuites>
<testsuite name="GraphComposer Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 5951594

Please sign in to comment.