Open
Description
- find a reason why
PHPUNIT
andSELENIUM
words are being used inprepend.php
andappend.php
- replace
append.php
with a function registered viaregister_shutdown_function
(as in Codeception) - convert append.php/prepend.php/phpunit_coverage.php into regular namespaced class, that can be tested
- here is nice example http://tech.vg.no/2014/01/21/generating-code-coverage-of-behat-tests/