Closed carusogabriel closed 7 years ago
Merging #20 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #20 +/- ##
=========================================
Coverage 99.25% 99.25%
Complexity 120 120
=========================================
Files 4 4
Lines 401 401
=========================================
Hits 398 398
Misses 3 3
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 5675d5e...f7c46de. Read the comment docs.
Hum, something goes wrong with TravisCI, I get No tests executed!
I have to inspect.
As soom as TravisCI issue https://github.com/travis-ci/travis-ci/issues/8807 will be fixed and build would succeed, I will merge this.
I found the package that introduced the breaking change php-file-iterator: https://github.com/sebastianbergmann/php-file-iterator/issues/37
I downgrade this package for now and rebase your branch.
Hi, we still have a problem with the versions 3.0 and 3.1 of Symfony because it uses \PHPUnit_Framework_TestCase
:
https://github.com/symfony/symfony/blob/v3.0.9/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
So we cannot remove this part: https://github.com/pug-php/pug-symfony/pull/20/files#diff-10eafd8bf5fbdde867b86fe38d30b9bb
But maybe the comment // PHPUnit compatibility
should rather be // Symfony 3.0 and 3.1 compatibility
Done. I pulled your branch directly in the master: https://github.com/pug-php/pug-symfony/commit/3e66ebf871cefc23af0ef816e1800b15ed769774
Thanks.
I've refactored some tests using
assertFileExists
andassertFileNotExists
. Also, removed unnecessary alias forPHPUnit_Framework_TestCase
.I bump PHPUnit version to
^4.8.35
, that support thePHPUnit\Framework\TestCase
namespace.