diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2013-01-08 09:38:39 +0100 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2013-01-08 09:38:39 +0100 |
commit | 629196125e06679f0f7111b6b4ce740d28db8a99 (patch) | |
tree | fbfe2a38d676b28152b01093444b99df73052fc9 | |
parent | fdf855d93183bf3eb0074877172dab6809d9ef7d (diff) | |
download | rpg-629196125e06679f0f7111b6b4ce740d28db8a99.tar.gz rpg-629196125e06679f0f7111b6b4ce740d28db8a99.tar.bz2 |
allow template unit tests
-rw-r--r-- | _test/phpunit.xml | 4 |
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> |