OAuth/phpunit.xml

18 lines
553 B
XML
Raw Normal View History

2012-11-18 12:28:10 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
2013-09-23 10:08:07 +00:00
colors="true"
2012-11-18 12:28:10 +00:00
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="OAuth Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>