From 3031e2cfae2b83536c79fc82b4d3d1e1886d6441 Mon Sep 17 00:00:00 2001 From: Haotong Lin Date: Fri, 4 Mar 2016 13:58:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=BB=E5=8A=A1=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/README.md | 3 ++- tests/thinkphp/library/think/exceptionTest.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 8de71e33..5bba9a74 100644 --- a/tests/README.md +++ b/tests/README.md @@ -108,7 +108,7 @@ thinkphp5 的测试的主要流程是跟 thinkphp 的系统流程是相似的, |模块|认领人|进度| |---|---|---| |Base||| -|App|Haotong Lin|| +|App|Haotong Lin|√| |Build|刘志淳|| |Config|Haotong Lin|√| |Cache||| @@ -117,6 +117,7 @@ thinkphp5 的测试的主要流程是跟 thinkphp 的系统流程是相似的, |Db||| |Debug|大漠|√| |Error|大漠|| +|Exception|Haotong Lin|√| |Hook|流年|√| |Input|Haotong Lin|√| |Lang|流年|√| diff --git a/tests/thinkphp/library/think/exceptionTest.php b/tests/thinkphp/library/think/exceptionTest.php index 93a4cf51..e6aa13f8 100644 --- a/tests/thinkphp/library/think/exceptionTest.php +++ b/tests/thinkphp/library/think/exceptionTest.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- /** - * app类测试 + * exception类测试 * @author Haotong Lin */