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.