phpunit.xml 408 B

12345678910111213141516
  1. <phpunit
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
  4. colors="true"
  5. processIsolation="false"
  6. timeoutForSmallTests="1"
  7. timeoutForMediumTests="1"
  8. timeoutForLargeTests="6" >
  9. <testsuites>
  10. <testsuite name="Standard test suite">
  11. <file>tests/BridgeImplementationTest.php</file>
  12. </testsuite>
  13. </testsuites>
  14. </phpunit>