Blame view

vendor/fzaninotto/faker/phpunit.xml.dist 242 Bytes
70f4f18b   Administrator   first_commit
1
2
3
4
5
6
7
8
9
  <?xml version="1.0" encoding="UTF-8"?>
  
  <phpunit bootstrap="vendor/autoload.php">
      <testsuites>
          <testsuite name="Faker Test Suite">
              <directory>./test/Faker/</directory>
          </testsuite>
      </testsuites>
  </phpunit>