expectation = $expectation; } /** * @return string */ public function getExpectation() { return $this->expectation; } /** * @param string */ public function setExpressionReportLevel($expressionReportLevel) { $this->expressionReportLevel = $expressionReportLevel; } /** * @return string */ public function getExpressionReportLevel() { return $this->expressionReportLevel; } /** * @param FunctionMock[] */ public function setFunctionMocks($functionMocks) { $this->functionMocks = $functionMocks; } /** * @return FunctionMock[] */ public function getFunctionMocks() { return $this->functionMocks; } /** * @param string */ public function setPathEncoding($pathEncoding) { $this->pathEncoding = $pathEncoding; } /** * @return string */ public function getPathEncoding() { return $this->pathEncoding; } /** * @param array */ public function setRequest($request) { $this->request = $request; } /** * @return array */ public function getRequest() { return $this->request; } /** * @param array */ public function setResource($resource) { $this->resource = $resource; } /** * @return array */ public function getResource() { return $this->resource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TestCase::class, 'Google_Service_FirebaseRules_TestCase');