Nav apraksta

phpunit.xml.dist 448B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit processIsolation="false"
  3. stopOnFailure="false"
  4. syntaxCheck="false">
  5. <testsuites>
  6. <testsuite name="Stringy">
  7. <file>tests/CommonTest.php</file>
  8. <file>tests/StringyTest.php</file>
  9. <file>tests/StaticStringyTest.php</file>
  10. <file phpVersion="5.6.0">tests/CreateTest.php</file>
  11. </testsuite>
  12. </testsuites>
  13. </phpunit>