Skip to content

Commit f0e809b

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

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
@@ -132,7 +132,7 @@ class {$className} extends \yii\mongodb\ActiveFixture
132132
['name' => 'name2'],
133133
['name' => 'name3'],
134134
];
135-
$fixtureDataFile = $fixtureDataPath . DIRECTORY_SEPARATOR . yii::$app->mongodb->getDefaultDatabaseName() . '.' . Customer::collectionName() . '.php';
135+
$fixtureDataFile = $fixtureDataPath . DIRECTORY_SEPARATOR . Yii::$app->mongodb->getDefaultDatabaseName() . '.' . Customer::collectionName() . '.php';
136136
$fixtureDataContent = '<?php return ' . VarDumper::export($fixtureData) . ';';
137137
file_put_contents($fixtureDataFile, $fixtureDataContent);
138138

0 commit comments

Comments
 (0)