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 1994db6 commit 2bff7ac
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 @@ -54,7 +54,6 @@
<file name="AllTests.php" role="test" />
<file name="AspellTest.php" role="test" />
<file name="bootstrap.php" role="test" />
<file name="phpunit.xml" role="test" />
</dir> <!-- /test/Horde/SpellChecker -->
</dir> <!-- /test/Horde -->
</dir> <!-- /test -->
Expand Down Expand Up @@ -96,8 +95,7 @@
<install as="Horde/SpellChecker/AllTests.php" name="test/Horde/SpellChecker/AllTests.php" />
<install as="Horde/SpellChecker/AspellTest.php" name="test/Horde/SpellChecker/AspellTest.php" />
<install as="Horde/SpellChecker/bootstrap.php" name="test/Horde/SpellChecker/bootstrap.php" />
<install as="Horde/SpellChecker/phpunit.xml" name="test/Horde/SpellChecker/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/SpellChecker/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/SpellChecker/phpunit.xml

This file was deleted.

0 comments on commit 2bff7ac

Please sign in to comment.