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 ee05bf7 commit 752bbdb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
13 changes: 13 additions & 0 deletions phpunit.xml.dist
@@ -0,0 +1,13 @@
<phpunit bootstrap="test/Horde/Kolab/Config/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/Kolab/Config/phpunit.xml

This file was deleted.

0 comments on commit 752bbdb

Please sign in to comment.