Skip to content

Commit

Permalink
Fix error typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 9, 2024
1 parent a0b3eb8 commit b13f781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Acceptance.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ actor: AcceptanceTester
extensions:
enabled:
- Codeception\Extension\RunProcess:
0: composer serve
sleep: 3
0: composer serve
sleep: 3
modules:
enabled:
- PhpBrowser:
url: http://127.0.0.1:8080
url: http://127.0.0.1:8080
step_decorators: ~

0 comments on commit b13f781

Please sign in to comment.