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 cb3701a commit dd12ca5Copy full SHA for dd12ca5
src/Codeception/Module/Nette.php
@@ -90,7 +90,7 @@ public function _beforeSuite($settings = array())
90
91
public function _afterSuite()
92
{
93
- $this->robotLoader->unregister();
+ return spl_autoload_unregister(array($this->robotLoader, 'tryLoad'));
94
}
95
96
public function _before(TestCase $test)
0 commit comments