-
Notifications
You must be signed in to change notification settings - Fork 305
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
Test on PHP 7.4. Backport removal of Codeception to 1.x branch. #925
Conversation
*/ | ||
public function test(array $args, $options = | ||
[ | ||
'coverage-html' => false, | ||
'coverage' => false | ||
]) | ||
{ | ||
$taskCodecept = $this->taskCodecept() | ||
$collection = $this->collectionBuilder(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line indented incorrectly; expected at least 12 spaces, found 8
$taskCodecept = $this->taskCodecept() | ||
$collection = $this->collectionBuilder(); | ||
|
||
$taskPHPUnit = $collection->taskPHPUnit(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line indented incorrectly; expected at least 12 spaces, found 8
|
||
$taskPHPUnit = $collection->taskPHPUnit(); | ||
|
||
$taskCodecept = $collection->taskCodecept() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line indented incorrectly; expected at least 12 spaces, found 8
See #924 |
Overview
This pull request:
Summary
Bring php 7.4 support to the 1.x branch.
Note that this removes Codeception.