forked from qwerty/tupali
12 lines
274 B
XML
12 lines
274 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<phpunit
|
||
|
colors="true"
|
||
|
bootstrap="tests/bootstrap.php">
|
||
|
|
||
|
<testsuites>
|
||
|
<testsuite name="TwitterOAuth Test Suite">
|
||
|
<directory>./tests/</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|