Blame view

basic2/tests/unit.suite.yml 240 Bytes
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
1
2
3
4
5
6
7
8
9
10
11
  # Codeception Test Suite Configuration
  
  # suite for unit (internal) tests.
  # RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
  
  actor: UnitTester
  modules:
      enabled:
        - Asserts
        - Yii2:
              part: [orm, email, fixtures]