/var/www/flurhymez/vendor/google/apiclient-services/src/Testing
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Testing/CancelTestMatrixResponse.php (1140B)
testState = $testState;
}
/**
* @return string
*/
public function getTestState()
{
return $this->testState;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CancelTestMatrixResponse::class, 'Google_Service_Testing_CancelTestMatrixResponse');