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 3b57f39 commit 3bf6278Copy full SHA for 3bf6278
src/Codeception/Module/Nette.php
@@ -82,7 +82,7 @@ public function _beforeSuite($settings = array())
82
public function _before(TestCase $test)
83
{
84
$class = $this->getContainerClass();
85
- // Cannot use $this->configurator->createContainer() directly beacuse it would call $container->initialize().
+ // Cannot use $this->configurator->createContainer() directly beacuse it would call $container->initialize().
86
// Container initialization is called laiter by NetteConnector.
87
$this->container = new $class;
88
$this->client = new NetteConnector();
0 commit comments