Skip to content

Commit

Permalink
Enable object override to InitDbFixture during FixturesStore initiali…
Browse files Browse the repository at this point in the history
…zation (#88)
  • Loading branch information
PoohOka committed Jun 16, 2023
1 parent 07db4a4 commit 70ad754
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Codeception/Lib/Connector/Yii2/FixturesStore.php
Expand Up @@ -29,7 +29,9 @@ public function fixtures()
public function globalFixtures()
{
return [
InitDbFixture::class
'initDbFixture' => [
'class' => InitDbFixture::class,
],
];
}
}

0 comments on commit 70ad754

Please sign in to comment.