diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-04-15 20:44:42 +0200 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-04-15 20:44:42 +0200 |
commit | 282e19798689c922b6defc48ad61c2995d339500 (patch) | |
tree | ed5dc44f2e679b5741570ba609cead537a56d423 /tools/phpunit | |
parent | d8b85655d77777fdb2a98021e7a00aeb8532f737 (diff) | |
download | simplesamlphp-282e19798689c922b6defc48ad61c2995d339500.zip simplesamlphp-282e19798689c922b6defc48ad61c2995d339500.tar.gz simplesamlphp-282e19798689c922b6defc48ad61c2995d339500.tar.bz2 |
Reorganize and clean tests.
Diffstat (limited to 'tools/phpunit')
-rw-r--r-- | tools/phpunit/phpunit.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/phpunit/phpunit.xml b/tools/phpunit/phpunit.xml index edabe12..d0d82a9 100644 --- a/tools/phpunit/phpunit.xml +++ b/tools/phpunit/phpunit.xml @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" @@ -11,8 +10,11 @@ syntaxCheck="false" bootstrap="./../../vendor/autoload.php"> <testsuites> - <testsuite name="Test Suite"> - <directory>./../../tests</directory> + <testsuite name="Utils"> + <directory>./../../tests/Utils/</directory> + </testsuite> + <testsuite name="Metadata"> + <directory>./../../tests/Metadata/</directory> </testsuite> </testsuites> <filter> |