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 71b9466 commit 2b008ae
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 @@ -581,7 +581,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/Turba -->
</dir> <!-- /test -->
Expand Down Expand Up @@ -1120,7 +1119,6 @@
<install as="Turba/AllTests.php" name="test/Turba/AllTests.php" />
<install as="Turba/Autoload.php" name="test/Turba/Autoload.php" />
<install as="Turba/bootstrap.php" name="test/Turba/bootstrap.php" />
<install as="Turba/phpunit.xml" name="test/Turba/phpunit.xml" />
<install as="Turba/TestCase.php" name="test/Turba/TestCase.php" />
<install as="Turba/fixtures/az.png" name="test/Turba/fixtures/az.png" />
<install as="Turba/fixtures/bug_6518.ldif" name="test/Turba/fixtures/bug_6518.ldif" />
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/Turba/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/Turba/phpunit.xml

This file was deleted.

0 comments on commit 2b008ae

Please sign in to comment.