Hi Benjamin, Can you provide some tips on how to catch if PHPUnit 3.4.0 is twice in the include_path and on how to remove it it this is the case? As I had the same problem and after reverting to one release before PHPUnit 3.4.0 the problem was gone.
Cheers, Raphael 2009/9/22 Benjamin Eberlei <[email protected]> > > do you have phpunit on your include path twice? > > On Tue, 22 Sep 2009 18:06:15 +0200, Ladislav Prskavec > <[email protected]> wrote: > > If run zf tool: > > > > >zf version > > > > Fatal error: Cannot redeclare class > > phpunit_framework_testsuite_dataprovider in > > > > /usr/local/zend/share/pear/PEAR/PHPUnit/Framework/TestSuite/DataProvider.php > > > > on line 64 > > > > Using Ubuntu 9.04 with Zend Server CE 4.0.5 (php 5.2.10, tested zf 1.9.2 > > and 1.9.3 ) > > > > Ladislav >
