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

Test on PHP 7.4. Backport removal of Codeception to 1.x branch. #925

Merged
merged 4 commits into from
Feb 14, 2020

Conversation

greg-1-anderson
Copy link
Member

Overview

This pull request:

  • Fixes a bug
  • Adds a feature
  • Breaks backwards compatibility
  • Has tests that cover changes
  • Adds or fixes documentation
  • Tests on more php versions

Summary

Bring php 7.4 support to the 1.x branch.

Note that this removes Codeception.

*/
public function test(array $args, $options =
[
'coverage-html' => false,
'coverage' => false
])
{
$taskCodecept = $this->taskCodecept()
$collection = $this->collectionBuilder();

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();

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()

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

@greg-1-anderson
Copy link
Member Author

See #924

@greg-1-anderson greg-1-anderson merged commit da26a5a into 1.x Feb 14, 2020
@greg-1-anderson greg-1-anderson deleted the php74-for-1x branch May 27, 2020 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants