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:
parent
e3ab8489a5
commit
56bac0cffd
@ -8,4 +8,4 @@ modules:
|
|||||||
enabled:
|
enabled:
|
||||||
- Asserts
|
- Asserts
|
||||||
- Yii2:
|
- Yii2:
|
||||||
part: [orm, email]
|
part: [orm, email, fixtures]
|
||||||
|
Loading…
Reference in New Issue
Block a user