Skip to content

Commit

Permalink
Merge 3ff23a5 into b472934
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg committed Sep 30, 2016
2 parents b472934 + 3ff23a5 commit 793aa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Module/Yii2.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function _before(TestInterface $test)

// load fixtures before db transaction
if (method_exists($test, self::TEST_FIXTURES_METHOD)) {
$this->haveFixtures(call_user_func($test, self::TEST_FIXTURES_METHOD));
$this->haveFixtures(call_user_func([$test, self::TEST_FIXTURES_METHOD]));
}

if ($this->config['cleanup'] && $this->app->has('db')) {
Expand Down

0 comments on commit 793aa65

Please sign in to comment.