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 af9bd31 commit 5ff8868Copy full SHA for 5ff8868
src/Codeception/Module/Yii2.php
@@ -421,7 +421,7 @@ private function loadFixtures(object $test): void
421
) {
422
$connectionWatcher = new ConnectionWatcher();
423
$connectionWatcher->start();
424
- $this->haveFixtures($test->{$this->config['fixturesMethod']});
+ $this->haveFixtures($test->{$this->config['fixturesMethod']}());
425
$connectionWatcher->stop();
426
$connectionWatcher->closeAll();
427
}
0 commit comments