mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="Handlebars.php Test suite">
|
||
|
<directory>tests/Xamin/</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
|
||
|
<filter>
|
||
|
<whitelist>
|
||
|
<directory suffix=".php">src/</directory>
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
</phpunit>
|