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 e618e4d commit 7a25a5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 0 additions & 2 deletions package.xml
Expand Up @@ -361,7 +361,6 @@
<file name="Autoload.php" role="test" />
<file name="bootstrap.php" role="test" />
<file name="conf.php.dist" role="test" />
<file name="phpunit.xml" role="test" />
<file name="stress-test" role="test" />
<file name="TestBase.php" role="test" />
</dir> <!-- /test/Horde/Share -->
Expand Down Expand Up @@ -557,7 +556,6 @@
<install as="Horde/Share/Autoload.php" name="test/Horde/Share/Autoload.php" />
<install as="Horde/Share/bootstrap.php" name="test/Horde/Share/bootstrap.php" />
<install as="Horde/Share/conf.php.dist" name="test/Horde/Share/conf.php.dist" />
<install as="Horde/Share/phpunit.xml" name="test/Horde/Share/phpunit.xml" />
<install as="Horde/Share/stress-test" name="test/Horde/Share/stress-test" />
<install as="Horde/Share/TestBase.php" name="test/Horde/Share/TestBase.php" />
<install as="Horde/Share/Kolab/MockTest.php" name="test/Horde/Share/Kolab/MockTest.php" />
Expand Down
12 changes: 12 additions & 0 deletions phpunit.xml.dist
@@ -0,0 +1,12 @@
<phpunit bootstrap="test/Horde/Share/bootstrap.php" colors="true">
<testsuites>
<testsuite>
<directory>test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">lib</directory>
</whitelist>
</filter>
</phpunit>
8 changes: 0 additions & 8 deletions test/Horde/Share/phpunit.xml

This file was deleted.

0 comments on commit 7a25a5c

Please sign in to comment.