2020-04-02 15:46:13 -07:00
<phpunit bootstrap= "vendor/autoload.php" testdox= "true" >
<php >
2020-04-15 14:25:50 -07:00
<const name= "AWS_ACCOUNT_PROFILE_NAME" value= "default" />
<const name= "AWS_REGION_ID" value= "us-east-1" />
<const name= "API_GATEWAY_API_VERSION" value= "2015-07-09" />
2020-04-02 15:46:13 -07:00
<const name= "API_GATEWAY_BASE_PATH" value= "(none)" />
<const name= "API_GATEWAY_DOMAIN_NAME" value= "example.com" />
</php>
<testsuites >
<testsuite name= "apigateway-getbasepathmapping" >
2020-04-15 14:25:50 -07:00
<file > tests/Get_BasePathmappingTest.php</file>
2020-04-02 15:46:13 -07:00
</testsuite>
<testsuite name= "apigateway-listbasepathmapping" >
2020-04-15 14:25:50 -07:00
<file > tests/List_BasePathmappingTest.php</file>
2020-04-02 15:46:13 -07:00
</testsuite>
<testsuite name= "apigateway-updatebasepathmapping" >
2020-04-15 14:25:50 -07:00
<file > tests/Update_BasePathmappingTest.php</file>
2020-04-02 15:46:13 -07:00
</testsuite>
</testsuites>
</phpunit>