13 lines
268 B
XML
13 lines
268 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit
|
|
bootstrap="./bootstrap.php"
|
|
colors="true"
|
|
backupGlobals="false"
|
|
backupStaticAttributes="false">
|
|
|
|
<testsuite name="Mashape Client Test Suite">
|
|
<directory>./mashape</directory>
|
|
</testsuite>
|
|
|
|
</phpunit>
|