Skip to content

Commit f9bc4b1

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

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
@@ -142,7 +142,7 @@ class {$className} extends \yii\mongodb\ActiveFixture
142142
'collectionName' => Customer::collectionName(),
143143
]);
144144
$fixture->load();
145-
$rows = $this->findAll(yii::$app->mongodb->getCollection(Customer::collectionName()));
145+
$rows = $this->findAll(Yii::$app->mongodb->getCollection(Customer::collectionName()));
146146
$this->assertCount(2, $rows);
147147

148148
$fixture = new $className([

0 commit comments

Comments
 (0)