<phpunit
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
  bootstrap="tests/bootstrap.php"
  colors="true"
  >
     <testsuites>
       <testsuite name="ShuttleExport">
         <directory>tests</directory>
       </testsuite>
     </testsuites>
</phpunit>