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 ee97a54 commit 1a7cfb7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<phpunit bootstrap="test/Horde/Vfs/bootstrap.php" colors="true">
<testsuites>
<testsuite>
<directory>test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">lib</directory>
</whitelist>
</filter>
</phpunit>
1 change: 0 additions & 1 deletion test/Horde/Vfs/phpunit.xml

This file was deleted.

0 comments on commit 1a7cfb7

Please sign in to comment.