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 fd93168 commit bf3f7f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 0 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
<file name="AllTests.php" role="test" />
<file name="Autoload.php" role="test" />
<file name="bootstrap.php" role="test" />
<file name="phpunit.xml" role="test" />
<file name="TestCase.php" role="test" />
</dir> <!-- /test/Horde/Auth -->
</dir> <!-- /test/Horde -->
Expand Down Expand Up @@ -369,7 +368,6 @@
<install as="Horde/Auth/AllTests.php" name="test/Horde/Auth/AllTests.php" />
<install as="Horde/Auth/Autoload.php" name="test/Horde/Auth/Autoload.php" />
<install as="Horde/Auth/bootstrap.php" name="test/Horde/Auth/bootstrap.php" />
<install as="Horde/Auth/phpunit.xml" name="test/Horde/Auth/phpunit.xml" />
<install as="Horde/Auth/TestCase.php" name="test/Horde/Auth/TestCase.php" />
<install as="Horde/Auth/fixtures/test.passwd" name="test/Horde/Auth/fixtures/test.passwd" />
<install as="Horde/Auth/Unit/AuthTest.php" name="test/Horde/Auth/Unit/AuthTest.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/Auth/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/Auth/phpunit.xml

This file was deleted.

0 comments on commit bf3f7f5

Please sign in to comment.