[fw-general] Xdebug and unit testing (cannot redeclare class)

2009-09-15 Thread dmitrybelyakov
Hello, First let me say that its my first experience with unit testing ZendFramework applications. What i'm trying to do is set up PHPUnit along with XDebug for code coverage reports. I wrote few very basic tests that run fine but as soon as Xdebug gets to my aplication folder to generate

Re: [fw-general] Xdebug and unit testing (cannot redeclare class)

2009-09-15 Thread till
On Tue, Sep 15, 2009 at 9:26 PM, dmitrybelyakov shiftplatf...@gmail.com wrote: Hello, First let me say that its my first experience with unit testing ZendFramework applications. What i'm trying to do is set up PHPUnit along with XDebug for code coverage reports. I wrote few very basic