This change allows to use Codeception\Stub with my ZF1 projects (Zend_Loader raises fatal error if required file does not exist).
Stub::makeEmpty breaks code coverage in Codeception 2.4, so if this patch isn't merged, I won't be able to use Codeception 2.4
This change allows to use Codeception\Stub with my ZF1 projects (Zend_Loader raises fatal error if required file does not exist). Stub::makeEmpty breaks code coverage in Codeception 2.4, so if this patch isn't merged, I won't be able to use Codeception 2.4
Codeception tests with this change passed: https://travis-ci.org/Codeception/Codeception/builds/365542285