Skip to content

Commit

Permalink
add codeception/module-asserts as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Jan 31, 2021
1 parent d3f2377 commit 3c3e08d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/Codeception_Basic/composer.json
@@ -1,6 +1,7 @@
{
"require-dev": {
"codeception/codeception": "^4.1.9"
"codeception/codeception": "^4.1.9",
"codeception/module-asserts": "^1.3"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/Codeception_With_Suite_Overridings/composer.json
@@ -1,6 +1,7 @@
{
"require-dev": {
"codeception/codeception": "^4.1.9",
"codeception/module-asserts": "^1.3",
"infection/infection": "0.21.0"
},
"autoload": {
Expand Down

0 comments on commit 3c3e08d

Please sign in to comment.