phpunit.xml 209 B

1234567
  1. <phpunit colors="true" backupGlobals="false" bootstrap="tests/bootstrap.php">
  2. <testsuites>
  3. <testsuite name="Laravel Framework Tests">
  4. <directory>tests</directory>
  5. </testsuite>
  6. </testsuites>
  7. </phpunit>