awaken

博客园 首页 新随笔 联系 订阅 管理

2009年11月26日 #

摘要: Whenever you are tempted to type something into a print statement or a debugger expression, write it as a test instead. --Martin Fowler1、到http://pear.phpunit.de/get/ 去下载最新版本2、 解压(推荐放在WAMP包下),将PHPUnit的... 阅读全文
posted @ 2009-11-26 11:16 awaken 阅读(2460) 评论(1) 推荐(0)

摘要: 1、到http://pear.phpunit.de/get/ 去下载最新版本2、 解压(推荐放在WAMP包下),将PHPUnit的路径加入php.ini 的include_path3、修改phpunit.bat中 @phpbin@ 为php解析器位置(php.exe位置,如d:\wamp\php5\php.exe)4、将phpunit.bat最后一行的路径修改为你的phpunit.php的路径(跟... 阅读全文
posted @ 2009-11-26 11:10 awaken 阅读(69) 评论(0) 推荐(0)