Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Added support for phpunit 8 #20

Merged
merged 4 commits into from
Aug 1, 2019
Merged

Added support for phpunit 8 #20

merged 4 commits into from
Aug 1, 2019

Conversation

prisis
Copy link
Member

@prisis prisis commented Aug 1, 2019

changed traits names for better understanding what this trait is doing
added new constraints
updated dependency
updated travis php versions

changed traits names for better understanding what this trait is doing
added new constraints
updated dependency
updated travis php versions

removed trait in trait use

use phpunit 8 and removed composer.lock

Update README.md

skip php 7.4

style
@codecov
Copy link

codecov bot commented Aug 1, 2019

Codecov Report

Merging #20 into master will decrease coverage by 0.4%.
The diff coverage is 99.19%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #20      +/-   ##
============================================
- Coverage       100%   99.59%   -0.41%     
- Complexity       49      100      +51     
============================================
  Files            10       17       +7     
  Lines           146      248     +102     
============================================
+ Hits            146      247     +101     
- Misses            0        1       +1
Impacted Files Coverage Δ Complexity Δ
src/TestingHelper/Middleware/Dispatcher.php 100% <ø> (ø) 6 <0> (ø) ⬇️
...tingHelper/Middleware/RequestHandlerMiddleware.php 100% <ø> (ø) 2 <0> (ø) ⬇️
src/TestingHelper/ArrayContainer.php 100% <ø> (ø) 4 <0> (ø) ⬇️
src/TestingHelper/Traits/AssertDateTrait.php 100% <ø> (ø) 4 <0> (?)
src/TestingHelper/Traits/AssertTimingTrait.php 100% <ø> (ø) 2 <0> (?)
...rc/TestingHelper/Middleware/CallableMiddleware.php 100% <100%> (ø) 14 <0> (ø) ⬇️
src/TestingHelper/Constraint/UsesTraits.php 100% <100%> (ø) 10 <10> (?)
src/TestingHelper/Traits/FakerTrait.php 100% <100%> (ø) 2 <2> (ø) ⬇️
...c/TestingHelper/Constraint/Traits/ToArrayTrait.php 100% <100%> (ø) 3 <3> (?)
src/TestingHelper/Traits/AssertObjectTrait.php 100% <100%> (ø) 6 <6> (?)
... and 15 more

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 c2db1af...df9c4b0. Read the comment docs.

@prisis prisis merged commit a006ba8 into master Aug 1, 2019
@prisis prisis deleted the feat/phpunit-8 branch August 1, 2019 12:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant