Skip to content

Commit

Permalink
Added codeception base
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hurley committed Aug 15, 2013
1 parent 29603e1 commit 5367a4e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/_bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// This is global bootstrap for autoloading
Empty file added tests/acceptance/index.html
Empty file.
Binary file added tests/codecept.phar
Binary file not shown.
18 changes: 18 additions & 0 deletions tests/codeception.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
paths:
tests: tests
log: tests/_log
data: tests/_data
helpers: tests/_helpers
settings:
bootstrap: _bootstrap.php
suite_class: \PHPUnit_Framework_TestSuite
colors: true
memory_limit: 1024M
log: true
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql
Empty file added tests/functional/index.html
Empty file.

0 comments on commit 5367a4e

Please sign in to comment.