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 67d71ef commit af0f666
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 @@ -124,7 +124,6 @@
<file name="Base.php" role="test" />
<file name="bootstrap.php" role="test" />
<file name="conf.php.dist" role="test" />
<file name="phpunit.xml" role="test" />
</dir> <!-- /test/Content -->
</dir> <!-- /test -->
<file name=".htaccess" role="horde" />
Expand Down Expand Up @@ -265,7 +264,6 @@
<install as="Content/Base.php" name="test/Content/Base.php" />
<install as="Content/bootstrap.php" name="test/Content/bootstrap.php" />
<install as="Content/conf.php.dist" name="test/Content/conf.php.dist" />
<install as="Content/phpunit.xml" name="test/Content/phpunit.xml" />
<install as="Content/Sql/Base.php" name="test/Content/Sql/Base.php" />
<install as="Content/Sql/MysqliTest.php" name="test/Content/Sql/MysqliTest.php" />
<install as="Content/Sql/MysqlTest.php" name="test/Content/Sql/MysqlTest.php" />
Expand Down
12 changes: 12 additions & 0 deletions phpunit.xml.dist
@@ -0,0 +1,12 @@
<phpunit bootstrap="test/Content/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/Content/phpunit.xml

This file was deleted.

0 comments on commit af0f666

Please sign in to comment.