diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-02 18:07:15 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-02 18:07:15 +0200 |
commit | 8be81abfe6193e221afcdc35582d34505797a7b8 (patch) | |
tree | 95ae7e30d40596f27875adb2f96a15fc827f9f86 /tests/phpunit.xml | |
parent | f629d081ddf52e3cb83ffbfc973a97adc691790c (diff) | |
parent | 40b4674e471f8b0fbdc77a26eec86018e2ab03ea (diff) | |
download | semanticscuttle-8be81abfe6193e221afcdc35582d34505797a7b8.tar.gz semanticscuttle-8be81abfe6193e221afcdc35582d34505797a7b8.tar.bz2 |
merge master
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 0000000..3956445 --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" ?> +<phpunit strict="true" colors="true" + bootstrap="prepare.php" +> + <filter> + <whitelist addUncoveredFilesFromWhitelist="false"> + <directory suffix=".php">../src/SemanticScuttle/</directory> + <directory suffix=".php">../data/templates/</directory> + <directory suffix=".php">../www/</directory> + <exclude> + <directory suffix=".php">../src/SemanticScuttle/db/</directory> + </exclude> + </whitelist> + </filter> +</phpunit>
\ No newline at end of file |