leanphp / phpspec-code-coverage

Generate Code Coverage reports for PhpSpec tests

Home Page:https://packagist.org/packages/leanphp/phpspec-code-coverage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional / Integration tests

ek9 opened this issue · comments

commented

As of #19 the functional / integration tests was disabled. The tests were previously written in PhpSpec and now cannot run anymore due to phpunit/php-code-coverage marking their classes as final (we cannot mock them anymore).

As a result of #19 we need new functional tests.