Skip to content

Commit 56bac0c

Browse files
Maarten van Middelaarsamdark
authored andcommitted
Add fixtures in Yii2 module (yiisoft#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.
1 parent e3ab848 commit 56bac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit.suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ modules:
88
enabled:
99
- Asserts
1010
- Yii2:
11-
part: [orm, email]
11+
part: [orm, email, fixtures]

0 commit comments

Comments
 (0)