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 4c89194 commit cb3701aCopy full SHA for cb3701a
src/Arachne/Codeception/Util/Connector/Nette.php
@@ -24,7 +24,7 @@ public function setContainer(Container $container)
24
$this->container = $container;
25
}
26
27
- /**
+ /**
28
* @param Request $request
29
* @return Response
30
*/
src/Codeception/Module/Nette.php
@@ -100,7 +100,7 @@ public function _before(TestCase $test)
100
$this->client = new NetteConnector();
101
$this->client->setContainer($this->container);
102
parent::_before($test);
103
- }
+ }
104
105
public function _after(TestCase $test)
106
{
0 commit comments