Skip to content

Commit

Permalink
allow template unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-mel committed Jan 8, 2013
1 parent fdf855d commit 6291961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _test/phpunit.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 6291961

Please sign in to comment.