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 1182f2f commit ab02573
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package.xml
Expand Up @@ -380,7 +380,6 @@ Reading, writing and listing of files are all supported.
<file name="FtpTest.php" role="test" />
<file name="KolabTest.php" role="test" />
<file name="MongoTest.php" role="test" />
<file name="phpunit.xml" role="test" />
<file name="SmbTest.php" role="test" />
<file name="Ssh2Test.php" role="test" />
<file name="TestBase.php" role="test" />
Expand Down Expand Up @@ -608,7 +607,6 @@ Reading, writing and listing of files are all supported.
<install as="Horde/Vfs/FtpTest.php" name="test/Horde/Vfs/FtpTest.php" />
<install as="Horde/Vfs/KolabTest.php" name="test/Horde/Vfs/KolabTest.php" />
<install as="Horde/Vfs/MongoTest.php" name="test/Horde/Vfs/MongoTest.php" />
<install as="Horde/Vfs/phpunit.xml" name="test/Horde/Vfs/phpunit.xml" />
<install as="Horde/Vfs/SmbTest.php" name="test/Horde/Vfs/SmbTest.php" />
<install as="Horde/Vfs/Ssh2Test.php" name="test/Horde/Vfs/Ssh2Test.php" />
<install as="Horde/Vfs/TestBase.php" name="test/Horde/Vfs/TestBase.php" />
Expand Down
12 changes: 12 additions & 0 deletions phpunit.xml.dist
@@ -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 ab02573

Please sign in to comment.