aboutsummaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-04-12 08:47:44 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-04-12 08:47:44 +0200
commit90f29d6e671f4c24f75bdc4774f223c53bf0a46c (patch)
tree7ff98ab6c32af0846cbf1e1d103f2e755f1c7846 /tests/phpunit.xml
parent36ff61b38e2f374c03543b70cce487415b793073 (diff)
downloadsemanticscuttle-90f29d6e671f4c24f75bdc4774f223c53bf0a46c.tar.gz
semanticscuttle-90f29d6e671f4c24f75bdc4774f223c53bf0a46c.tar.bz2
first test for service factory
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml12
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