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.
 
 
 
 
 
 

15 lines
448 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
  4. backupGlobals="false"
  5. colors="true"
  6. bootstrap="vendor/autoload.php"
  7. >
  8. <testsuites>
  9. <testsuite name="Pimple Test Suite">
  10. <directory>./src/Pimple/Tests</directory>
  11. </testsuite>
  12. </testsuites>
  13. </phpunit>