2018-01-28 12:17:19 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit
|
|
|
|
colors="true"
|
2021-09-13 14:51:12 -04:00
|
|
|
bootstrap="tests/bootstrap.php"
|
|
|
|
testdox="true">
|
2018-01-28 12:17:19 -05:00
|
|
|
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="TwitterOAuth Test Suite">
|
|
|
|
<directory>./tests/</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2021-09-13 14:51:12 -04:00
|
|
|
|
|
|
|
<listeners>
|
|
|
|
<listener
|
|
|
|
class="VCR\PHPUnit\TestListener\VCRTestListener"
|
|
|
|
file="vendor/php-vcr/phpunit-testlistener-vcr/src/VCRTestListener.php" />
|
|
|
|
</listeners>
|
2018-01-28 12:17:19 -05:00
|
|
|
</phpunit>
|