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 66e99b6 commit 4ed4d09Copy full SHA for 4ed4d09
src/Codeception/Module/Nette.php
@@ -83,6 +83,8 @@ public function _before(TestCase $test)
83
$this->container = new $class;
84
$this->client = new NetteConnector();
85
$this->client->setContainer($this->container);
86
+ // TODO: make this configurable
87
+ $this->client->followRedirects(FALSE);
88
parent::_before($test);
89
}
90
0 commit comments