Codeception / module-yii2

Codeception module for Yii2 framework
MIT License
16 stars 36 forks source link

Fix warning #70

Closed sunnyphp closed 2 years ago

sunnyphp commented 2 years ago

Fix warning:

Warning: array_merge() expects at least 1 parameter, 0 given

Inside test (empty _fixtures()):

$this->tester->grabFixture('some');
samdark commented 2 years ago

Thanks.