Skip to content

Commit

Permalink
Merge pull request #43 from spryker/feature/frw-172/frw-181/dev-updat…
Browse files Browse the repository at this point in the history
…e-codeception5

FRW-172 Codeception Upgrade to latest version
  • Loading branch information
spryker-release-bot authored Nov 9, 2022
2 parents 1ab0165 + d27c96c commit b794ff6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"spryker/symfony": "^3.5.0"
},
"require-dev": {
"codeception/module-asserts": "^1.3.0",
"codeception/module-asserts": "^1.3.0 || ^3.0.0",
"phpstan/phpstan": "^0.12.1",
"spryker/code-sniffer": "*",
"spryker/testify": "*"
Expand Down
6 changes: 3 additions & 3 deletions tests/SprykerTest/Zed/Install/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ paths:
tests: .
data: ../../../_data
support: _support
log: ../../../_output
output: ../../../_output

coverage:
enabled: true
Expand All @@ -16,7 +16,7 @@ bootstrap: ../../../_bootstrap.php
suites:
Business:
path: Business
class_name: InstallBusinessTester
actor: InstallBusinessTester
modules:
enabled:
- Asserts
Expand All @@ -26,7 +26,7 @@ suites:
- \SprykerTest\Shared\Testify\Helper\DependencyHelper
Communication:
path: Communication
class_name: InstallCommunicationTester
actor: InstallCommunicationTester
modules:
enabled:
- Asserts
Expand Down

0 comments on commit b794ff6

Please sign in to comment.