Rearrange codebase to prep for 2.0 development.
This commit is contained in:
@@ -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>
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<phpunit colors="true">
|
|
||||||
<testsuite name="Mustache">
|
|
||||||
<directory>./</directory>
|
|
||||||
</testsuite>
|
|
||||||
<blacklist>
|
|
||||||
<directory suffix=".php">../examples</directory>
|
|
||||||
<directory suffix=".php">./</directory>
|
|
||||||
</blacklist>
|
|
||||||
</phpunit>
|
|
||||||
Reference in New Issue
Block a user