ZF-12360: Fatal error: Interface 'ZFDebug_Controller_Plugin_Debug_Plugin_Interface' not found in ....
Description
Hello guys,
I'm currently trying to setup PHPUnit for my Zend application. Everything except the generation of the html report is working. When code coverage tries to generate a report, I get the following fatal error message:
... Time: 21 seconds, Memory: 22.75Mb
...
←[37;41m←[2KFAILURES! ←[0m←[37;41m←[2KTests: 5, Assertions: 12, Failures: 1. ←[0m←[2K Generating code coverage report, this may take a moment. Fatal error: Interface 'ZFDebug_Controller_Plugin_Debug_Plugin_Interface' not found in C:\xampp\htdocs\mytool\library\lib\ZFDebug\Controller\Plugin\Debug\Plugin\Auth.php on line 21
Call Stack: 0.0003 326752 1. {main}() C:\xampp\php\phpunit:0 0.2228 695256 2. PHPUnit_TextUI_Command::main() C:\xampp\php\phpunit:49 0.2228 695608 3. PHPUnit_TextUI_Command->run() C:\xampp\php\PEAR\PHPUnit\TextUI\Command.php:129 0.8615 4701264 4. PHPUnit_TextUI_TestRunner->doRun() C:\xampp\php\PEAR\PHPUnit\TextUI\Command.php:188 21.6322 24137096 5. PHP_CodeCoverage_Report_HTML->process() C:\xampp\php\PEAR\PHPUnit\TextUI\TestRunner.php:363 21.6325 24137224 6. PHP_CodeCoverage->getSummary() C:\xampp\php\PEAR\PHP\CodeCoverage\Report\HTML.php:128 21.6325 24137224 7. PHP_CodeCoverage->processUncoveredFilesFromWhitelist() C:\xampp\php\PEAR\PHP\CodeCoverage.php:354 49.4364 121533760 8. include_once('C:\xampp\htdocs\mytool\library\lib\ZFDebug\Controller\Plugin\Debug\Plugin\Auth.php') C:\xampp\php\PEAR\PHP\CodeCoverage.php:603
After I got this error there was no html report generated. Everything else works fine. Please help!!!
Comments
Posted by Ryan Mauger (bittarman) on 2012-08-06T11:36:32.000+0000
I am closing this as ZFDebug bar is not a component of Zend Framework and this appears to be a support request rather than a bug report.
For support, please use either #zftalk on freenode irc, or the mailing lists.