We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e809b commit f9bc4b1Copy full SHA for f9bc4b1
tests/ActiveFixtureTest.php
@@ -142,7 +142,7 @@ class {$className} extends \yii\mongodb\ActiveFixture
142
'collectionName' => Customer::collectionName(),
143
]);
144
$fixture->load();
145
- $rows = $this->findAll(yii::$app->mongodb->getCollection(Customer::collectionName()));
+ $rows = $this->findAll(Yii::$app->mongodb->getCollection(Customer::collectionName()));
146
$this->assertCount(2, $rows);
147
148
$fixture = new $className([
0 commit comments