Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

phpunit.xml 335B

12345678910
  1. <phpunit
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
  4. bootstrap="tests/bootstrap.php">
  5. <testsuites>
  6. <testsuite name="Project Test Suite">
  7. <directory>tests</directory>
  8. </testsuite>
  9. </testsuites>
  10. </phpunit>