|
|
@@ -0,0 +1,12 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<phpunit backupGlobals="false" colors="true" bootstrap="./test/bootstrap.php">
|
|
|
+ <testsuite name="Mustache">
|
|
|
+ <directory>./test</directory>
|
|
|
+ </testsuite>
|
|
|
+
|
|
|
+ <filter>
|
|
|
+ <whitelist>
|
|
|
+ <directory suffix=".php">./src/Mustache</directory>
|
|
|
+ </whitelist>
|
|
|
+ </filter>
|
|
|
+</phpunit>
|