Blame view

codeception.yml 420 Bytes
8b9f2521   Administrator   28.03.16
1
2
3
4
5
6
7
8
9
  actor: Tester
  paths:
      tests: tests
      log: tests/_output
      data: tests/_data
      support: tests/_support
      envs: tests/_envs
  settings:
      bootstrap: _bootstrap.php
65326361   Yarik   test
10
      colors: false
8b9f2521   Administrator   28.03.16
11
12
13
14
15
16
17
18
19
20
21
      memory_limit: 1024M
  extensions:
      enabled:
          - Codeception\Extension\RunFailed
  modules:
      config:
          Db:
              dsn: ''
              user: ''
              password: ''
              dump: tests/_data/dump.sql