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 64970d5 commit c256617
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 @@ -69,7 +69,6 @@
<file name="CbcTest.php" role="test" />
<file name="EcbTest.php" role="test" />
<file name="Pbkdf2Test.php" role="test" />
<file name="phpunit.xml" role="test" />
</dir> <!-- /test/Horde/Crypt/Blowfish -->
</dir> <!-- /test/Horde/Crypt -->
</dir> <!-- /test/Horde -->
Expand Down Expand Up @@ -137,7 +136,6 @@
<install as="Horde/Crypt/Blowfish/CbcTest.php" name="test/Horde/Crypt/Blowfish/CbcTest.php" />
<install as="Horde/Crypt/Blowfish/EcbTest.php" name="test/Horde/Crypt/Blowfish/EcbTest.php" />
<install as="Horde/Crypt/Blowfish/Pbkdf2Test.php" name="test/Horde/Crypt/Blowfish/Pbkdf2Test.php" />
<install as="Horde/Crypt/Blowfish/phpunit.xml" name="test/Horde/Crypt/Blowfish/phpunit.xml" />
<install as="Horde/Crypt/Blowfish/fixtures/vectors.txt" name="test/Horde/Crypt/Blowfish/fixtures/vectors.txt" />
<install as="Horde/Crypt/Blowfish/fixtures/vectors_cbc.txt" name="test/Horde/Crypt/Blowfish/fixtures/vectors_cbc.txt" />
</filelist>
Expand Down
12 changes: 12 additions & 0 deletions phpunit.xml.dist
@@ -0,0 +1,12 @@
<phpunit bootstrap="test/Horde/Crypt/Blowfish/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/Crypt/Blowfish/phpunit.xml

This file was deleted.

0 comments on commit c256617

Please sign in to comment.