I am installing Zend framework in Ubuntu 12.04. When I try to create a new project using the command zf create project zf_test it gives this error:
Testing Note: PHPUnit was not found in your include_path, therefore no
testing actions will be created.
I need to know what was that message and how to solve this.
Probably you need to install PHPUnit in your system. Please follow this tutorial(it is for ubuntu 11.04 but also it works in later versions) http://www.giocc.com/installing-phpunit-on-ubuntu-11-04-natty-narwhal.html