Rearrange codebase to prep for 2.0 development.

This commit is contained in:
Justin Hileman
2012-02-29 17:56:16 -08:00
parent ba8a072bd3
commit 015a4bf4ba
14 changed files with 12 additions and 10 deletions
+12
View File
@@ -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>