mxmbsocket/phpunit.xml.dist

17 lines
433 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
forceCoversAnnotation="true"
mapTestClassNameToCoveredClassName="true"
bootstrap="tests/bootstrap.php"
colors="true"
backupGlobals="false"
backupStaticAttributes="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Ratchet Test Suite">
<directory>./tests/Ratchet/</directory>
</testsuite>
</testsuites>
</phpunit>