Skip to content

Commit

Permalink
Move phpunit configuration to base directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 14, 2017
1 parent a235c08 commit a164ede
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions phpunit.xml.dist
@@ -0,0 +1,12 @@
<phpunit bootstrap="test/Horde/Argv/bootstrap.php" colors="true">
<testsuites>
<testsuite>
<directory>test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">lib</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit a164ede

Please sign in to comment.