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.

13 lines
262B

  1. # Codeception Test Suite Configuration
  2. # suite for unit (internal) tests.
  3. # RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
  4. class_name: UnitTester
  5. modules:
  6. enabled:
  7. - Asserts
  8. - Yii2
  9. config:
  10. Yii2:
  11. configFile: '../config/common/unit.php'