/var/www/flurhymez/vendor/google/apiclient-services/src/FirebaseRules
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/FirebaseRules/TestRulesetResponse.php (1537B)
issues = $issues;
}
/**
* @return Issue[]
*/
public function getIssues()
{
return $this->issues;
}
/**
* @param TestResult[]
*/
public function setTestResults($testResults)
{
$this->testResults = $testResults;
}
/**
* @return TestResult[]
*/
public function getTestResults()
{
return $this->testResults;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TestRulesetResponse::class, 'Google_Service_FirebaseRules_TestRulesetResponse');