AshishJoshi-asj / zfdebug

Automatically exported from code.google.com/p/zfdebug
Other
0 stars 0 forks source link

Fatal error: Interface 'ZFDebug_Controller_Plugin_Debug_Plugin_Interface' not found in #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to the directory where the phpunit.xml file is stored
2. type in "phpunit"

What is the expected output? What do you see instead?

Expected: The typical output and the generation of the html report file

Instead I get the following:

...
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.p
hp 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

What version of the product are you using? On what operating system?

Product Version: PHPUnit 3.5.15 / Zend 1.11.6
OS: Windows XP Professional

Please provide any additional information below.

Original issue reported on code.google.com by morism...@googlemail.com on 6 Aug 2012 at 11:57

GoogleCodeExporter commented 9 years ago
Also the html file report is not generated.

Original comment by morism...@googlemail.com on 6 Aug 2012 at 11:58

GoogleCodeExporter commented 9 years ago
The used ZFDebug version is 1.5

Original comment by morism...@googlemail.com on 6 Aug 2012 at 12:06