deployer/phpunit.xml

7 lines
184 B
XML
Raw Normal View History

2013-07-11 15:47:09 +04:00
<phpunit bootstrap="test/bootstrap.php">
<testsuites>
<testsuite name="Deployer">
<directory>test/</directory>
</testsuite>
</testsuites>
</phpunit>