From 56bac0cffdfd7a17d30eed94c4053baa1b8ffa42 Mon Sep 17 00:00:00 2001 From: Maarten van Middelaar Date: Wed, 23 May 2018 23:53:00 +0200 Subject: [PATCH] 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. --- tests/unit.suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit.suite.yml b/tests/unit.suite.yml index b1efaba..d2e6622 100644 --- a/tests/unit.suite.yml +++ b/tests/unit.suite.yml @@ -8,4 +8,4 @@ modules: enabled: - Asserts - Yii2: - part: [orm, email] \ No newline at end of file + part: [orm, email, fixtures]