Skip to content

Commit

Permalink
add codeception
Browse files Browse the repository at this point in the history
  • Loading branch information
albertborsos committed Jan 23, 2018
1 parent 08b7227 commit 5c78851
Show file tree
Hide file tree
Showing 55 changed files with 3,668 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
/vendor
/tests/runtime/web/assets/
!/tests/runtime/web/assets/.gitkeep
10 changes: 10 additions & 0 deletions codeception.yml
@@ -0,0 +1,10 @@
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
11 changes: 10 additions & 1 deletion composer.json
Expand Up @@ -13,9 +13,18 @@
"require": {
"yiisoft/yii2": "~2.0.0"
},
"require-dev": {
"yiisoft/yii2-codeception": "~2.0",
"codeception/codeception": "~2.3",
"codeception/specify": " *",
"codeception/verify": " *",
"codeception/mockery-module": "^0.2.2",
"mito/yii2-coding-standards": "~2.0.0@beta"
},
"autoload": {
"psr-4": {
"albertborsos\\ddd\\": "src/"
"albertborsos\\ddd\\": "src/",
"albertborsos\\ddd\\tests\\": "tests/"
}
}
}

0 comments on commit 5c78851

Please sign in to comment.