Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / robo / codeception.yml
1 actor: Guy
2 paths:
3     tests: tests
4     log: tests/_log
5     data: tests/_data
6     helpers: tests/_helpers
7 settings:
8     bootstrap: _bootstrap.php
9     colors: true
10     memory_limit: 1024M
11 modules:
12     config:
13         Db:
14             dsn: ''
15             user: ''
16             password: ''
17             dump: tests/_data/dump.sql
18 coverage:
19     enabled: true
20     include:
21         - src/*