I just downloaded Zend Framework 1.9.6 full package from the Zend CDN
to test it under PHP 5.3.1, but when running

$ phpunit tests/

the following error appears:

Warning: require_once(Zend/Queue/Adapter/Stomp/IO.php): failed to open
stream: No such file or directory in
~/Downloads/ZendFramework-1.9.6/tests/Zend/Queue/Adapter/StompIOTest.php
on line 38

Fatal error: require_once(): Failed opening required
'Zend/Queue/Adapter/Stomp/IO.php'
(include_path='~/Downloads/ZendFramework-1.9.6/tests/../library:~/Downloads/ZendFramework-1.9.6/tests/../tests:/usr/lib/php5/PHPUnit:.:/usr/share/php:/usr/share/pear')
in ~/Downloads/ZendFramework-1.9.6/tests/Zend/Queue/Adapter/StompIOTest.php
on line 38

I tried with PHP 5.2.6-2 (ubuntu4.5 with Suhosin-Patch 0.9.6.2 (cli))
and with PHP 5.3.1 (cli) but it's the
same. It seems that some files are missing.

Any suggestion? In the meanwhile I'll try with the trunk version.

Regards
- Andrea

Reply via email to