基于PHPUnit编写第一个测试用例
摘要:
common/config.php 常量模块<?php//常量定义define ("SERVER_ADDR","http://127.0.0.1");define ("REGISTER_ADDR",SERVER_ADDR."/open/register");define ("LOGIN_ADDR",SERVER_ADDR."/open/login");define ("APPLY_ADDR",SERVER_ADDR."/open/apply 阅读全文
posted @ 2012-07-03 23:40 codestyle 阅读(795) 评论(0) 推荐(0)