deployer/phpunit.xml
2013-07-11 15:47:09 +04:00

7 lines
184 B
XML

<phpunit bootstrap="test/bootstrap.php">
<testsuites>
<testsuite name="Deployer">
<directory>test/</directory>
</testsuite>
</testsuites>
</phpunit>