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 c79b5ef commit 3b0a2e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<file name="AllTests.php" role="test" />
<file name="bootstrap.php" role="test" />
<file name="conf.php.dist" role="test" />
<file name="phpunit.xml" role="test" />
</dir> <!-- /test/Horde/Lock -->
</dir> <!-- /test/Horde -->
</dir> <!-- /test -->
Expand Down Expand Up @@ -134,7 +133,6 @@
<install as="Horde/Lock/AllTests.php" name="test/Horde/Lock/AllTests.php" />
<install as="Horde/Lock/bootstrap.php" name="test/Horde/Lock/bootstrap.php" />
<install as="Horde/Lock/conf.php.dist" name="test/Horde/Lock/conf.php.dist" />
<install as="Horde/Lock/phpunit.xml" name="test/Horde/Lock/phpunit.xml" />
<install as="Horde/Lock/Storage/MongoTest.php" name="test/Horde/Lock/Storage/MongoTest.php" />
<install as="Horde/Lock/Storage/SqlTest.php" name="test/Horde/Lock/Storage/SqlTest.php" />
<install as="Horde/Lock/Storage/TestBase.php" name="test/Horde/Lock/Storage/TestBase.php" />
Expand Down
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/Lock/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/Lock/phpunit.xml

This file was deleted.

0 comments on commit 3b0a2e4

Please sign in to comment.