Skip to content

Commit

Permalink
Merge pull request #3 from hungnq1989/first-tests
Browse files Browse the repository at this point in the history
First tests
  • Loading branch information
crisu83 authored Sep 20, 2017
2 parents 9c77617 + 3a3dd1e commit 88f5158
Show file tree
Hide file tree
Showing 13 changed files with 2,098 additions and 608 deletions.
25 changes: 25 additions & 0 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
coverage:
enabled: true
include:
- src/*
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
}
},
"require-dev": {
"codeception/codeception": "^2.1@dev",
"codeception/verify": "dev-master",
"codeception/specify": "dev-master"
"codeception/codeception": "^2.1",
"codeception/specify": "^0.4",
"codeception/verify": "^0.3",
"satooshi/php-coveralls": "^1.0"
}
}
Loading

0 comments on commit 88f5158

Please sign in to comment.