installer/phpunit.xml.dist

10 lines
296 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="Laravel Installer Test Suite">
<directory suffix="Test.php">./tests</directory>
<exclude>./tests/scaffolds</exclude>
</testsuite>
</testsuites>
</phpunit>