OSDN Git Service

70e3039a0c704597bc57acc936c01f06c1a884ea
[invent/invent.git] / tests / unit.suite.yml
1 # Codeception Test Suite Configuration
2
3 # suite for unit (internal) tests.
4 # RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
5
6 class_name: UnitTester
7 modules:
8     enabled:
9       - Asserts
10       - Yii2:
11             part: [orm, email, fixtures]
12       - Db:
13             populate: true
14             cleanup: true
15             reconnect: true
16     config:
17         Db:
18             dsn: 'pgsql:host=localhost;dbname=invent'
19             user: 'invent'
20             password: 'Rfhkc0y'