From 47a549e664ad0a053f96263c2a456190e660872e Mon Sep 17 00:00:00 2001 From: Haotong Lin Date: Wed, 2 Mar 2016 15:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=BD=B2=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/README.md | 2 +- tests/thinkphp/library/think/templateTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 15be919b..a1d96cd7 100644 --- a/tests/README.md +++ b/tests/README.md @@ -126,6 +126,6 @@ thinkphp5 的测试的主要流程是跟 thinkphp 的系统流程是相似的, |Response|大漠|√| |Route|流年|| |Session|大漠|√| -|Template|Haotong Lin|| +|Template|oldrind|| |Url|流年|| |View|mahuan|| diff --git a/tests/thinkphp/library/think/templateTest.php b/tests/thinkphp/library/think/templateTest.php index c32d8bd7..4e6aae0f 100644 --- a/tests/thinkphp/library/think/templateTest.php +++ b/tests/thinkphp/library/think/templateTest.php @@ -11,7 +11,7 @@ /** * 模板测试 - * @author Haotong Lin + * @author oldrind */ namespace tests\thinkphp\library\think;