Removed db module from basic app, renamed _helpers to _support and _logs to _output
This commit is contained in:
parent
c55a791237
commit
9460b93de2
@ -1,19 +1,12 @@
|
|||||||
actor: Tester
|
actor: Tester
|
||||||
paths:
|
paths:
|
||||||
tests: codeception
|
tests: codeception
|
||||||
log: codeception/_log
|
log: codeception/_output
|
||||||
data: codeception/_data
|
data: codeception/_data
|
||||||
helpers: codeception/_helpers
|
helpers: codeception/_support
|
||||||
settings:
|
settings:
|
||||||
bootstrap: _bootstrap.php
|
bootstrap: _bootstrap.php
|
||||||
suite_class: \PHPUnit_Framework_TestSuite
|
suite_class: \PHPUnit_Framework_TestSuite
|
||||||
memory_limit: 1024M
|
memory_limit: 1024M
|
||||||
log: true
|
log: true
|
||||||
colors: true
|
colors: true
|
||||||
modules:
|
|
||||||
config:
|
|
||||||
Db:
|
|
||||||
dsn: ''
|
|
||||||
user: ''
|
|
||||||
password: ''
|
|
||||||
dump: codeception/_data/dump.sql
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
/* Replace this file with actual dump of your database */
|
|
Loading…
Reference in New Issue
Block a user