mirror of
https://github.com/sctn4elk/CustomerRewardsRESTAPI.git
synced 2025-01-08 14:54:30 -06:00
10 lines
263 B
XML
10 lines
263 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit colors="true" bootstrap="vendor/autoload.php">
|
|
<testsuites>
|
|
<testsuite name="Customer Rewards REST API Tests">
|
|
<directory>Tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|
|
|