在自己的 UNIX 上裝了 Zend FrameWork 準備要來測 MVC, 結果光是第一次跑 command tool 的 zf.sh 就出現了奇怪的訊息...
PHP Fatal error: Uncaught exception 'Zend_Tool_Framework_Manifest_Exception' with message 'A provider provided by the Zend_Tool_Framework_Manifest_ManifestBadProvider does not implement Zend_Tool_Framework_Provider_Interface' in /ZendFrame/library/Zend/Tool/Framework/Manifest/Repository.php:100
搞不懂這是在幹嘛, 靠著 Google 大神, 終於找到問題, 只是大家的說法也很怪, 都說只要把在 php.ini 裡的 include_path 所指到的目錄裡的 unit test 移除掉就好, unit test 又是啥?
原來 unit test 是安裝 Zend FrameWork 裡的 tests 這個目錄啦~~~ 刪掉後就一切正常啦~~~