summaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-25 16:35:35 +0200
committerBjörn Geiger2011-06-25 16:35:35 +0200
commitb92142fb247cf9e3f090f233354d8fca26be8133 (patch)
tree086bd7af6cad5c9f12004b138d68de5a3d97c31c /tests/phpunit.xml
parentZend Application hinzugefügt (diff)
downloadpoolctrl-b92142fb247cf9e3f090f233354d8fca26be8133.tar.gz
poolctrl-b92142fb247cf9e3f090f233354d8fca26be8133.tar.xz
poolctrl-b92142fb247cf9e3f090f233354d8fca26be8133.zip
Zend Application hinzugefügt
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
new file mode 100644
index 0000000..75dc6ed
--- /dev/null
+++ b/tests/phpunit.xml
@@ -0,0 +1,17 @@
+<phpunit bootstrap="./bootstrap.php">
+ <testsuite name="Application Test Suite">
+ <directory>./application</directory>
+ </testsuite>
+ <testsuite name="Library Test Suite">
+ <directory>./library</directory>
+ </testsuite>
+
+ <filter>
+ <!-- If Zend Framework is inside your project's library, uncomment this filter -->
+ <!--
+ <whitelist>
+ <directory suffix=".php">../../library/Zend</directory>
+ </whitelist>
+ -->
+ </filter>
+</phpunit>