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 Oct 17, 2017
1 parent c1bd92b commit 038c7df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 12 additions & 0 deletions phpunit.xml.dist
@@ -0,0 +1,12 @@
<phpunit bootstrap="test/Horde/Rdo/bootstrap.php" colors="true">
<filter>
<whitelist>
<directory suffix=".php">lib</directory>
</whitelist>
</filter>
<testsuites>
<testsuite>
<directory>test</directory>
</testsuite>
</testsuites>
</phpunit>
8 changes: 0 additions & 8 deletions test/Horde/Rdo/phpunit.xml

This file was deleted.

0 comments on commit 038c7df

Please sign in to comment.