diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/phpunit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/phpunit.xml b/test/phpunit.xml index a27b9c1d..d6007646 100644 --- a/test/phpunit.xml +++ b/test/phpunit.xml @@ -1,11 +1,11 @@ <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd" + 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> + <directory>model/*</directory> </testsuite> </testsuites> <php> |