Yan Burtovoy

Results 5 comments of Yan Burtovoy

> Hello, First of all thanks for this awesome project. My problem is, i can use this project on console & desktop apps but can't use with MVC. The error...

in my case i fix it through: // 'zenddevelopertools' => **DIR** . '/../view', 'ZendDeveloperTools' => **DIR** . '/../view', in config/autload/config.php

@jmauerhan Hi. For me temporary solution is not to use new features from 7 version only in those files that will be mocked: ``` $kernel = \AspectMock\Kernel::getInstance(); $kernel->init([ 'includePaths' =>...