phpunit.xml 373 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit colors="true" bootstrap="tests/TestAutoLoad.php">
  3. <testsuites>
  4. <testsuite name="Culqi PHP Tests">
  5. <directory suffix="Test.php">tests</directory>
  6. <file>Test.php</file>
  7. </testsuite>
  8. </testsuites>
  9. <php>
  10. <ini name="display_errors" value="true"/>
  11. </php>
  12. </phpunit>