yii2-mongodb icon indicating copy to clipboard operation
yii2-mongodb copied to clipboard

Fixtures are not populated with _id on load.

Open Lisio opened this issue 4 years ago • 0 comments

Fixtures are not populated with _id on load.

What steps will reproduce the problem?

$user = $I->grabFixture('users', 'user1');

What's expected?

Fixture is found

What do you get instead?

Fixture not found.

Additional info

Q A
Yii version 2.0.35
Yii MongoDB version 2.1.9
MongoDB server version 4.2.6
PHP version 7.4.6
Operating system Ubuntu 20.04

Lisio avatar Jun 02 '20 04:06 Lisio