assertEquals($expectedValue, $result['LocationConstraint']); } public function getTestCases() { return [ ['GetBucketLocation', 'us-west-2', 'us-west-2'], ['GetBucketLocation', 'EU', 'eu-west-1'], ['GetBucketLocation', '', 'us-east-1'], ['GetBucket', 'us-west-2', null], ]; } }