diff options
Diffstat (limited to 'test/phpunit.xml')
-rw-r--r-- | test/phpunit.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/phpunit.xml b/test/phpunit.xml deleted file mode 100644 index d6007646..00000000 --- a/test/phpunit.xml +++ /dev/null @@ -1,14 +0,0 @@ -<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd" - bootstrap="../includes/engelsystem_provider.php" colors="true" - convertErrorsToExceptions="true" convertNoticesToExceptions="true" - convertWarningsToExceptions="true" forceCoversAnnotation="false"> - <testsuites> - <testsuite name="Models"> - <directory>model/*</directory> - </testsuite> - </testsuites> - <php> - <const name="PHPUNIT_TESTSUITE" value="true" /> - </php> -</phpunit> |