56bac0cffd
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.
12 lines
245 B
YAML
12 lines
245 B
YAML
# Codeception Test Suite Configuration
|
|
|
|
# suite for unit (internal) tests.
|
|
# RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
|
|
|
|
class_name: UnitTester
|
|
modules:
|
|
enabled:
|
|
- Asserts
|
|
- Yii2:
|
|
part: [orm, email, fixtures]
|