Removed db module from basic app, renamed _helpers to _support and _logs to _output

This commit is contained in:
Alexander Makarov 2014-08-16 17:16:05 +04:00
parent c55a791237
commit 9460b93de2
3 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -1 +0,0 @@
/* Replace this file with actual dump of your database */