Files
spa-api/laravel/cli/tasks/test/stub.xml

9 lines
235 B
XML
Raw Normal View History

2012-01-18 11:03:02 -06:00
<phpunit colors="true"
bootstrap="{{bootstrap}}"
2012-01-18 11:03:02 -06:00
backupGlobals="false">
2012-01-17 16:04:28 -06:00
<testsuites>
<testsuite name="Test Suite">
2012-01-27 15:28:46 -06:00
<directory suffix=".test.php">{{directory}}</directory>
2012-01-17 16:04:28 -06:00
</testsuite>
</testsuites>
</phpunit>