Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing: fix deprecation warning and error in PhpStorm #4772

Merged
merged 12 commits into from
Aug 28, 2019
4 changes: 2 additions & 2 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ paths:
data: tests/_data
support: tests/_support
envs: tests/_envs
bootstrap: _bootstrap.php
gtettelaar marked this conversation as resolved.
Show resolved Hide resolved
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 2048M
coverage:
Expand Down Expand Up @@ -60,4 +60,4 @@ groups:
test: [tests/unit/test]
validators: [tests/unit/validators]
web: [tests/unit/web]
app: [tests/unit/AppTest.php]
app: [tests/unit/AppTest.php]