We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f758ec commit ce3eb82Copy full SHA for ce3eb82
src/Arachne/Codeception/Util/Connector/Nette.php
@@ -45,7 +45,7 @@ public function doRequest($request)
45
// Compatibility
46
Environment::setContext($this->container);
47
48
- // The HTTP code from previous test sometimes survives in http_response_code() so it's necessary to reset it manually.
+ // The HTTP code from previous test sometimes survives in http_response_code() so it's necessary to reset it manually.
49
$httpResponse = $this->container->getByType('Nette\Http\IResponse');
50
$httpResponse->setCode(IResponse::S200_OK);
51
0 commit comments