Squeeze里,想创建一个zend framework的project来着:
../ZendFramework-1.11.7/bin/zf.sh create project quickstart
遇到一个关于phpunit的‘错误’提示:
Testing Note: PHPUnit was not found in your include_path, therefore no testing actions will be created.
不喜欢这个提示,也需要用phpunit, 所以查查看有没有装phpunit先:
#aptitude search phpunit
p phpunit - Unit testing suite for PHP5
p phpunit-doc - Manual for phpunit
没有!
但 这个可以有:
Chinese, Simplified(简体中文)