Skip to content

Commit

Permalink
Update tests/ActiveFixtureTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
ziaratban and samdark authored Oct 31, 2020
1 parent f9bc4b1 commit 9a3ea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ActiveFixtureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class {$className} extends \yii\mongodb\ActiveFixture

$fixture = new $className([
'collectionName' => [
yii::$app->mongodb->getDefaultDatabaseName(),
Yii::$app->mongodb->getDefaultDatabaseName(),
Customer::collectionName()
],
]);
Expand Down

0 comments on commit 9a3ea1f

Please sign in to comment.