pug-php / pug

Pug template engine for PHP
https://www.phug-lang.com
MIT License
387 stars 42 forks source link

Refactoring tests #177

Closed carusogabriel closed 6 years ago

carusogabriel commented 6 years ago

I've refactored some tests, using:

I've also used PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase. This will help us migrate to PHPUnit 6, that no longer support snake case class names.

I just need to bump PHPUnit version to ^4.8.35, that support this namespace.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #177   +/-   ##
=========================================
  Coverage     99.61%   99.61%           
  Complexity      195      195           
=========================================
  Files            22       22           
  Lines           514      514           
=========================================
  Hits            512      512           
  Misses            2        2

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 3122258...f4586d9. Read the comment docs.

kylekatarnls commented 6 years ago

Thanks :)