Move CodeceptionTests for PHPCI-Compatibility

This commit is contained in:
Paminger
2016-04-27 21:03:59 +02:00
parent 4bea2abf70
commit eb141cec67
23 changed files with 8 additions and 8 deletions
View File
@@ -1,9 +1,9 @@
actor: Tester
paths:
tests: codeception
log: codeception/_output
data: codeception/_data
helpers: codeception/_support
tests: tests
log: _output
data: _data
helpers: _support
settings:
bootstrap: _bootstrap.php
colors: true
@@ -14,7 +14,7 @@ modules:
dsn: 'pgsql:host=localhost;port=5432;dbname=fhctest'
user: 'fhcomplete'
password: 'fhcomplete'
dump: codeception/_data/dump.sql
dump: _data/dump.sql
populate: true
cleanup: false
reconnect: false
@@ -17,7 +17,7 @@ modules:
dsn: 'pgsql:host=localhost;port=5432;dbname=fhctest'
user: 'fhcomplete'
password: 'fhcomplete'
dump: codeception/_data/dump.sql
dump: _data/dump.sql
populate: true
cleanup: false
reconnect: false
@@ -15,7 +15,7 @@ modules:
dsn: 'pgsql:host=localhost;port=5432;dbname=fhctest'
user: 'fhcomplete'
password: 'fhcomplete'
dump: codeception/_data/dump.sql
dump: _data/dump.sql
populate: true
cleanup: false
reconnect: false
@@ -1,5 +1,5 @@
<?php
require_once(dirname(__FILE__).'/../../../include/basis.class.php');
require_once(dirname(__FILE__).'/../../../../include/basis.class.php');
class ExampleTest extends \Codeception\TestCase\Test
{