Moved the phpunit.xml config file to the build folder

This commit is contained in:
Alex Bilbie
2012-08-06 14:42:02 +01:00
parent 2e315fc257
commit 7ea3a045cd

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false">
<testsuites>
<testsuite name="Test Suite">
<directory suffix="test.php">./authentication</directory>
</testsuite>
</testsuites>
<filters>
<blacklist>
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
<directory suffix=".php">PHP_LIBDIR</directory>
</blacklist>
</filters>
</phpunit>