CustomerRewardsRESTAPI/phpunit.xml
2024-05-01 15:03:43 -05:00

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>