yii2-netdisk/tests/unit.suite.yml
Maarten van Middelaar 56bac0cffd 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.
2018-05-24 02:53:00 +05:00

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]