Telnyx/phpunit.no_autoload.xml
a92694d2
 <phpunit bootstrap="tests/bootstrap.no_autoload.php" colors="true">
     <testsuites>
         <testsuite name="Telnyx PHP Test Suite">
             <directory suffix="Test.php">tests</directory>
         </testsuite>
     </testsuites>
     <filter>
         <whitelist>
             <directory>lib</directory>
         </whitelist>
     </filter>
     <logging>
         <log type="coverage-clover" target="clover.xml"/>
     </logging>
 </phpunit>