1单元测试 需要安装phpunit
http://www.xbc.me/install-phpunit-on-xampp/
2.1.百度浏览器下载
http://selenium-release.storage.googleapis.com/2.44/selenium-server-standalone-2.44.0.jar
3.phpunit安装selenium:
http://www.davidtan.org/netbeans-xampp-phpunit-selenium-all-working-at-last/
如果安装失败,先ping通pear.phpunit.de => 188.94.27.25 ip 地址
修改host
重新定位频道
3.1
win7下不能保持host:先用管理员权限打开记事本,再用记事本打开host
4.转到c盘,启动服务
java -jar selenium-server.jar
5.开始测试
% cd protected/tests/ % phpunit functional/SiteTest.php
6.下载PHPUnit
https://github.com/sebastianbergmann/phpunit/tree/4.0
放到xampp\php\pear\PHPUnit下
7.删除autoload
http://www.52zuo.com/web/php/yii-framework-phpunit-to-appear-phpunit_autoload-not-found.html
----
安装教程
http://www.ibm.com/developerworks/cn/web/1209_caimin_seleniumweb/
使用 Selenium 实现基于 Web 的自动化测试
http://www.ibm.com/developerworks/cn/web/1209_caimin_seleniumweb/
http://blog.csdn.net/gxlujun/article/details/7535177
yii官方教程
http://www.yiiframework.com/doc/guide/1.0/zh_cn/database.arr#sec-1