Skip to content

Commit 9a3ea1f

Browse files
ziaratbansamdark
andauthored
Update tests/ActiveFixtureTest.php
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
1 parent f9bc4b1 commit 9a3ea1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ActiveFixtureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class {$className} extends \yii\mongodb\ActiveFixture
147147

148148
$fixture = new $className([
149149
'collectionName' => [
150-
yii::$app->mongodb->getDefaultDatabaseName(),
150+
Yii::$app->mongodb->getDefaultDatabaseName(),
151151
Customer::collectionName()
152152
],
153153
]);

0 commit comments

Comments
 (0)