phpunit.xml 181 B

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