Open
Description
As of leanphp#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 leanphp#19 we need new functional tests.