You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
240 B

8 months ago
  1. # Codeception Test Suite Configuration
  2. # suite for unit (internal) tests.
  3. # RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
  4. actor: UnitTester
  5. modules:
  6. enabled:
  7. - Asserts
  8. - Yii2:
  9. part: [orm, email, fixtures]