Commit Graph

196 Commits

Author SHA1 Message Date
thinkphp
cbd8ea477d 修正Relation类 改进Route类的group方法 2016-05-11 22:03:26 +08:00
thinkphp
7f385217b9 改进response类 2016-05-11 14:04:56 +08:00
thinkphp
fce80eb623 修正单元测试 2016-05-11 12:55:56 +08:00
thinkphp
f83632cb7f 修正 2016-05-11 12:49:10 +08:00
thinkphp
03b87a9eb0 改进App类 修正单元测试 2016-05-11 12:45:06 +08:00
thinkphp
b50eeb5e7d App类改进run方法传入Request对象 便于构造自己的Request对象 2016-05-11 12:25:29 +08:00
thinkphp
8e1cd9c51f 改进Response类 改进traits\controller\Jump 添加response助手函数 2016-05-11 07:51:41 +08:00
thinkphp
5746ee456e 修正单元测试 2016-05-10 12:12:05 +08:00
thinkphp
a6d29fedc9 修正 2016-05-10 12:04:59 +08:00
尘缘
dbe744370a 取消hhvm跳过测试 2016-05-09 19:55:33 +08:00
尘缘
6786e8d9ab 优化hhvm下session的默认值 2016-05-09 18:06:45 +08:00
尘缘
72a45d6a8d hhvm下debug存在特殊异常,功能测试ok,暂时不处理 2016-05-08 23:55:20 +08:00
尘缘
2dd7e7ef20 完善redisd的单元测试 2016-05-08 23:37:39 +08:00
尘缘
dccca49419 Merge branch 'master' of https://github.com/top-think/framework 2016-05-08 23:21:57 +08:00
yunwuxin
1f6cde00eb 修正标签解析单元测试 2016-05-08 19:04:16 +08:00
尘缘
83202fb9fc 修复一个 mac 上的 failure 2016-05-08 10:48:03 +08:00
尘缘
f5a74eb60e 添加 key expire = 0 的单元测试 2016-05-08 09:01:56 +08:00
尘缘
2ace73254f 删除db cache的单元测试 2016-05-08 08:54:53 +08:00
Chino Chang
40ee791221 Merge pull request #57 from vus520/master
redis cache 优化
2016-05-07 15:55:20 +08:00
thinkphp
a16e5009b5 修正单元测试 2016-05-07 10:27:02 +08:00
尘缘
e2828d3ff6 redisd驱动优化,添加handler方法,暴露对象以调用高级方法 2016-05-06 17:28:34 +08:00
尘缘
63fde0a6fc redis驱动添加handler方法,暴露对象以调用高级方法 2016-05-06 17:20:48 +08:00
尘缘
4e65e7f470 Merge branch 'master' of https://github.com/top-think/framework 2016-05-05 16:51:00 +08:00
thinkphp
c22b26026e Merge branch 'master' of https://github.com/top-think/framework 2016-05-05 16:37:31 +08:00
thinkphp
2aafd538d2 单元测试调整 2016-05-05 16:35:05 +08:00
尘缘
fb1f35fe3c redis testcase 添加数组的检查 2016-05-05 15:58:03 +08:00
尘缘
239f8aa52f 添加Redisd驱动及单元测试 2016-05-05 12:17:12 +08:00
thinkphp
f87642c6ea 修正单元测试 2016-05-04 18:09:09 +08:00
thinkphp
7c74dd9591 改进view类 调整模板引擎的配置参数定义和传入方式 2016-04-26 17:00:55 +08:00
thinkphp
dd71f679ee 改进Template类import标签库 2016-04-25 10:17:00 +08:00
thinkphp
d0ad5f6beb 修正单元测试 2016-04-24 16:15:10 +08:00
thinkphp
ff46880ab4 修正单元测试 2016-04-24 14:39:50 +08:00
thinkphp
1f40eed301 修正单元测试 2016-04-23 20:44:17 +08:00
Haotong Lin
baebe7a7a2 更正时区 2016-04-19 15:05:44 +08:00
thinkphp
7482335aea 修正单元测试 2016-04-19 10:09:45 +08:00
thinkphp
ba0c3de8ba 修正responseTest 2016-04-18 20:28:44 +08:00
thinkphp
262b333538 修正 2016-04-18 18:11:41 +08:00
thinkphp
da9c1a8a81 修正单元测试 删除controller类show方法 用 display方法替代 2016-04-18 18:08:08 +08:00
thinkphp
0baf54f7fd viewTest改动 2016-04-18 16:40:29 +08:00
thinkphp
a66842a030 修正 2016-04-18 16:11:52 +08:00
thinkphp
f8eb8952e2 修正单元测试 2016-04-18 15:41:29 +08:00
thinkphp
10cee95027 改进单元测试 2016-04-13 16:20:55 +08:00
thinkphp
8dac37dd0e 去除modelTest 2016-04-05 17:38:48 +08:00
leunggamciu
d4051a1640 增加Url类单元测试 2016-04-02 09:25:11 +08:00
thinkphp
78142b7bc2 改进Url类对可选参数的支持 2016-03-27 11:20:12 +08:00
thinkphp
e94c707d24 完善urlTest 2016-03-26 12:46:01 +08:00
thinkphp
cd57dfd8e1 完善routeTest 2016-03-26 09:31:57 +08:00
thinkphp
f737bc1618 修正单元测试mock 2016-03-25 23:02:50 +08:00
7IN0SAN9
796d144d65 添加开关量控制composer autoload行为 2016-03-24 18:45:34 +08:00
7IN0SAN9
027f4a3ceb Timezone 修正 2016-03-24 16:06:36 +08:00