Skip to content

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #29

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

Closed
wants to merge 1 commit into from
Closed

Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase #29

wants to merge 1 commit into from

Conversation

samnela
Copy link

@samnela samnela commented Sep 13, 2018

No description provided.

Copy link

@peter279k peter279k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Travis CI build is broken.
After checking the log, it happens the dependencies problem.

Perhaps we need to set "php": "^7.0" inside require block in composer.json.

@samnela
Copy link
Author

samnela commented Nov 18, 2018

Build failed on unrelated reason , PHPUnit\Framework\TestCase already exists in PHPunit version 4.8.35

@peter279k
Copy link

@samnela, thank you for your reply.

According to this Travis CI build log, the errors are as follows:

  • php-5.5 and php-5.5.9 have the problem about dependencies.
  • php-5.6 and php-hhvm have the failed assertions.

@samnela
Copy link
Author

samnela commented Dec 24, 2018

Well, I think we should need another PR to remove php 5.5, 7.0 and all unmaintained version

@samnela samnela closed this Jun 5, 2019
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