Add fixtures in Yii2 module (#182)

To be able to follow the instruction on https://www.yiiframework.com/doc/guide/2.0/en/test-fixtures `$I->grabFixture()` we need to enable the fixtures feature of the Yii2. Methinks this would be a good thing to enable by default.
This commit is contained in:
Maarten van Middelaar 2018-05-23 23:53:00 +02:00 committed by Alexander Makarov
parent e3ab8489a5
commit 56bac0cffd

View File

@ -8,4 +8,4 @@ modules:
enabled:
- Asserts
- Yii2:
part: [orm, email]
part: [orm, email, fixtures]