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

Fix test failures in Travis CI #24

Merged
merged 8 commits into from
Feb 24, 2019
Merged

Fix test failures in Travis CI #24

merged 8 commits into from
Feb 24, 2019

Conversation

johnpbloch
Copy link
Owner

Now that PhpUnit 8.0 is out, the test classes need to be updated to stop from breaking. I'd also like to add PHP 7.3 to the tested versions.

johnpbloch and others added 8 commits February 24, 2019 13:59
This replaces the setUp/tearDown methods which have changed their signature in PhpUnit 8.0
beforeClass only runs once before the test suite, whereas before runs before each test. Now the install paths get reset before each test and they get reset after the whole suite.
@codecov-io
Copy link

codecov-io commented Feb 24, 2019

Codecov Report

Merging #24 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #24   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity       17     17           
=======================================
  Files             2      2           
  Lines            35     35           
=======================================
  Hits             35     35

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd12f5c...5dd0e54. Read the comment docs.

@johnpbloch johnpbloch merged commit ec541ae into master Feb 24, 2019
@johnpbloch johnpbloch deleted the fix/update-tests branch February 24, 2019 21:31
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