diff options
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 734fa95..86b7b60 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,8 +1,12 @@ <?xml version="1.0" encoding="utf-8" ?> -<phpunit> +<phpunit strict="true" colors="true" + bootstrap="prepare.php" +> <filter> - <blacklist> - <directory suffix=".php">.</directory> - </blacklist> + <whitelist addUncoveredFilesFromWhitelist="false"> + <directory suffix=".php">../src/SemanticScuttle/</directory> + <directory suffix=".php">../data/templates/</directory> + <directory suffix=".php">../www/</directory> + </whitelist> </filter> </phpunit>
\ No newline at end of file |