summaryrefslogtreecommitdiff
path: root/_test/phpunit.xml
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2013-01-08 09:38:39 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2013-01-08 09:38:39 +0100
commit629196125e06679f0f7111b6b4ce740d28db8a99 (patch)
treefbfe2a38d676b28152b01093444b99df73052fc9 /_test/phpunit.xml
parentfdf855d93183bf3eb0074877172dab6809d9ef7d (diff)
downloadrpg-629196125e06679f0f7111b6b4ce740d28db8a99.tar.gz
rpg-629196125e06679f0f7111b6b4ce740d28db8a99.tar.bz2
allow template unit tests
Diffstat (limited to '_test/phpunit.xml')
-rw-r--r--_test/phpunit.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/_test/phpunit.xml b/_test/phpunit.xml
index 13676f207..fc7dd8be0 100644
--- a/_test/phpunit.xml
+++ b/_test/phpunit.xml
@@ -10,6 +10,9 @@
<testsuite name="Plugin Tests">
<directory suffix=".test.php">../lib/plugins/*/_test</directory>
</testsuite>
+ <testsuite name="Template Tests">
+ <directory suffix=".test.php">../lib/tpl/*/_test</directory>
+ </testsuite>
</testsuites>
<filter>
@@ -19,6 +22,7 @@
<directory suffix=".php">../_cs/</directory>
<directory suffix=".php">../_test/</directory>
<directory suffix=".php">../lib/plugins/*/_test/</directory>
+ <directory suffix=".php">../lib/tpl/*/_test/</directory>
</exclude>
</whitelist>
</filter>