diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-07-20 07:45:53 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-07-20 07:45:53 +0200 |
| commit | 2039373b7d60786e5b92a79520cecfcfce34c044 (patch) | |
| tree | d30dac6fa8c58cd5990c6abfa4fc533f890bfaf3 /tests/phpunit.xml | |
| parent | 0073743d7518e5899f0cd075a1c7755a9d603bbd (diff) | |
| download | auerswald-callnotifier-2039373b7d60786e5b92a79520cecfcfce34c044.tar.gz auerswald-callnotifier-2039373b7d60786e5b92a79520cecfcfce34c044.zip | |
read TEI and call reference
Diffstat (limited to 'tests/phpunit.xml')
| -rw-r--r-- | tests/phpunit.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 0000000..8bdd7cd --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8" ?> +<phpunit strict="true" colors="true" + bootstrap="bootstrap.php" +> + <filter> + <whitelist addUncoveredFilesFromWhitelist="false"> + <directory suffix=".php">../src/</directory> + </whitelist> + </filter> +</phpunit> |
