Skip to content

Commit

Permalink
[#83] Update codeception
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuapease committed May 8, 2024
1 parent 3ffdb77 commit eb928ad
Show file tree
Hide file tree
Showing 3 changed files with 745 additions and 753 deletions.
3 changes: 3 additions & 0 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ actor: Tester
paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
bootstrap: _bootstrap.php
params:
- env
modules:
config:
\craft\test\Craft:
Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
},
"require-dev": {
"vlucas/phpdotenv": "^4.1.0",
"codeception/codeception": "^4.1.1",
"codeception/module-asserts": "^1.3.1",
"codeception/module-yii2": "^1.1.5",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/codeception": "^5.0.11",
"codeception/module-asserts": "^3.0.0",
"codeception/module-yii2": "^1.1.9",
"codeception/module-phpbrowser": "^3.0.0",
"craftcms/rector": "dev-main",
"craftcms/phpstan": "dev-main"
},
Expand All @@ -51,6 +51,8 @@
"bootstrap": "viget\\base\\Module"
},
"scripts": {
"phpstan": "phpstan --memory-limit=1G"
"phpstan": "phpstan --memory-limit=1G",
"testunit": "codecept run unit",
"testfunctional": "codecept run functional"
}
}
Loading

0 comments on commit eb928ad

Please sign in to comment.