Hy fellows...
after almost 2 weeks I got phpunit running.
Just a few things you should be aware of:
The sandbox docu is false:
http://framework.zend.com/wiki/display/ZFDEV/SandboxThe php.ini file is not in the mentioned path. Its in /etc/
The php.ini file is missing register_argc_argv = On
in order to get phpunit running as the called php file is not the CLI
variant when you call "phpunit".
Maybe some of you are in need of this information and have not to search as
long as myself to get it working.
Greetings
Thomas
I18N Team Leader