From 629196125e06679f0f7111b6b4ce740d28db8a99 Mon Sep 17 00:00:00 2001 From: Dominik Eckelmann Date: Tue, 8 Jan 2013 09:38:39 +0100 Subject: allow template unit tests --- _test/phpunit.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_test') 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 @@ ../lib/plugins/*/_test + + ../lib/tpl/*/_test + @@ -19,6 +22,7 @@ ../_cs/ ../_test/ ../lib/plugins/*/_test/ + ../lib/tpl/*/_test/ -- cgit v1.2.3