X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=application%2Ftests%2Fclass_ApplicationHelper.php;h=113fae8d913b84dfb5600f13a850edd0b92c1da4;hp=a827ed6ce8aec217cd694c982b750a030f27bd8c;hb=9fc1e70b93d70fd72429c9d1d5393d9afdc59a89;hpb=d26e71af1e28dc1429823bdec244df6303f9b2fb diff --git a/application/tests/class_ApplicationHelper.php b/application/tests/class_ApplicationHelper.php index a827ed6c..113fae8d 100644 --- a/application/tests/class_ApplicationHelper.php +++ b/application/tests/class_ApplicationHelper.php @@ -153,8 +153,8 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica Registry::getRegistry()->addInstance('app', $this); // Default response is console - $response = $this->getResponseTypeFromSystem(); - $responseType = $this->getResponseTypeFromSystem(); + $response = self::getResponseTypeFromSystem(); + $responseType = self::getResponseTypeFromSystem(); // Create a new request object $requestInstance = ObjectFactory::createObjectByName($this->convertToClassName($response) . 'Request');