AshishJoshi-asj / zfdebug

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

Code Coverage Report Breaks #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run simple php unit test, with code coverage report

What is the expected output? 
The Generated report.

What do you see instead?
On all instance of all the files within
ZFDebug/Controller/Plugin/Debug/Plugin/Log/*.php files with the exception
of Interface.php

provide an error of the implements
"ZFDebug_Controller_Plugin_Debug_Plugin_Interface" not found.
I have rectified the errors locally by adding:
'require_once "Interface.php";'
to the top of each file.

What version of the product are you using? On what operating system?
We are using 1.6 version : from /interface-1.6 branch

Please provide any additional information below.

Original issue reported on code.google.com by rosalbert on 1 Jun 2010 at 8:54

GoogleCodeExporter commented 9 years ago
If it you would like I wouldn't mind joining the project for my team uses this 
tool
in order to debug all of our ZF projects both private and Professionally

Original comment by rosalbert on 1 Jun 2010 at 8:56