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 fed9e15 commit 74f577b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.xml
Expand Up @@ -66,7 +66,6 @@
<file name="AllTests.php" role="test" />
<file name="bootstrap.php" role="test" />
<file name="JsonTest.php" role="test" />
<file name="phpunit.xml" role="test" />
</dir> <!-- /test/Horde/Serialize -->
</dir> <!-- /test/Horde -->
</dir> <!-- /test -->
Expand Down Expand Up @@ -153,8 +152,7 @@
<install as="Horde/Serialize/fixtures/badutf8.txt" name="test/Horde/Serialize/fixtures/badutf8.txt" />
<install as="Horde/Serialize/fixtures/badutf8_2.txt" name="test/Horde/Serialize/fixtures/badutf8_2.txt" />
<install as="Horde/Serialize/JsonTest.php" name="test/Horde/Serialize/JsonTest.php" />
<install as="Horde/Serialize/phpunit.xml" name="test/Horde/Serialize/phpunit.xml" />
</filelist>
</filelist>
</phprelease>
<changelog>
<release>
Expand Down
12 changes: 12 additions & 0 deletions phpunit.xml.dist
@@ -0,0 +1,12 @@
<phpunit bootstrap="test/Horde/Serialize/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/Serialize/phpunit.xml

This file was deleted.

0 comments on commit 74f577b

Please sign in to comment.