您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
265B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit
  3. bootstrap="vendor/autoload.php"
  4. colors="true"
  5. >
  6. <testsuites>
  7. <testsuite name="Faker Test Suite">
  8. <directory>./test/Faker/</directory>
  9. </testsuite>
  10. </testsuites>
  11. </phpunit>