diff --git a/tests/README.md b/tests/README.md index fd5c0f28..2062bd53 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;