phpunit.xml 221 Bytes
Newer Older
Juliper committed
1 2 3 4 5 6 7 8
<phpunit bootstrap="./Bootstrap.php">
  <testsuites>
    <testsuite name="Services Twilio Test Suite">
      <directory>./</directory>
      <exclude>WorkflowTest.php</exclude>
    </testsuite>
  </testsuites>
</phpunit>