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 504b025 commit 33973c8
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 @@ -493,7 +493,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" />
</dir> <!-- /test/Ingo -->
</dir> <!-- /test -->
<dir name="themes">
Expand Down Expand Up @@ -885,7 +884,6 @@
<install as="Ingo/AllTests.php" name="test/Ingo/AllTests.php" />
<install as="Ingo/Autoload.php" name="test/Ingo/Autoload.php" />
<install as="Ingo/bootstrap.php" name="test/Ingo/bootstrap.php" />
<install as="Ingo/phpunit.xml" name="test/Ingo/phpunit.xml" />
<install as="Ingo/fixtures/from_spammer" name="test/Ingo/fixtures/from_spammer" />
<install as="Ingo/fixtures/not_from_spammer" name="test/Ingo/fixtures/not_from_spammer" />
<install as="Ingo/Unit/MaildropTest.php" name="test/Ingo/Unit/MaildropTest.php" />
Expand Down
12 changes: 12 additions & 0 deletions phpunit.xml.dist
@@ -0,0 +1,12 @@
<phpunit bootstrap="test/Ingo/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/Ingo/phpunit.xml

This file was deleted.

0 comments on commit 33973c8

Please sign in to comment.