Re: [fw-general] Re: Zend Framework 1.9.6 missing Zend/Queue/Adapter/Stomp/IO.php and other files

2009-12-08 Thread Benjamin Eberlei
You have to run phpunit from the tests directory, best using the bootstrap like the following: cd tests phpunit --bootstrap TestHelper.php Zend_AllTests On Tue, 8 Dec 2009 06:03:40 +0100, Andrea Turso wrote: > I downloaded the Zend Framework from trunk using svn and ran > phpunit tests/ > It st

[fw-general] Re: Zend Framework 1.9.6 missing Zend/Queue/Adapter/Stomp/IO.php and other files

2009-12-07 Thread Andrea Turso
I downloaded the Zend Framework from trunk using svn and ran phpunit tests/ It stops testing almost immediately with the following output: PHP Fatal error: Class 'Zend_CodeGenerator_Php_Docblock_Tag' not found in /tmp/ZF/library/Zend/CodeGenerator/Php/Docblock/Tag/Param.php on line 35 Fatal erro