composer / semver

Semantic versioning utilities with the addition of version constraints parsing and checking.
MIT License
3.15k stars 76 forks source link

Use PSR-1 for PHPUnit TestCase #57

Closed carusogabriel closed 7 years ago

carusogabriel commented 7 years ago

Simple version of composer/semver#56.

Use PSR-1 while extending PHPUnit TestCase class. This will help us when to migrate to PHPUnit 6, that no longer support snake case namespaces.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #57   +/-   ##
=========================================
  Coverage     87.02%   87.02%           
  Complexity      209      209           
=========================================
  Files             7        7           
  Lines           447      447           
=========================================
  Hits            389      389           
  Misses           58       58

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 ad1f514...80c0058. Read the comment docs.

alcohol commented 7 years ago

Thanks.