Blame view

codeception.yml 466 Bytes
d87bdb77   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  actor: Tester
  paths:
      tests: tests
      log: tests/_output
      data: tests/_data
      support: tests/_support
      envs: tests/_envs
  settings:
      bootstrap: _bootstrap.php
      colors: true
      memory_limit: 1024M
  extensions:
      enabled:
          - Codeception\Extension\RunFailed
  modules:
      config:
          Db:
              dsn: 'mysql:host=localhost;dbname=test6'
              user: 'test6'
              password: 'T4n2W9e3'
              dump: tests/_data/test6.sql