From ebfc8b0be85afdc4a9696f6ab52a9f3cce286d72 Mon Sep 17 00:00:00 2001 From: oldrind Date: Wed, 2 Mar 2016 01:29:29 +0800 Subject: [PATCH] Update modelTest.php --- tests/thinkphp/library/think/modelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thinkphp/library/think/modelTest.php b/tests/thinkphp/library/think/modelTest.php index 0e76edd7..cd0e1caf 100644 --- a/tests/thinkphp/library/think/modelTest.php +++ b/tests/thinkphp/library/think/modelTest.php @@ -17,7 +17,7 @@ namespace tests\thinkphp\library\think; use think\Model; -class templateTest extends \PHPUnit_Framework_TestCase +class modelTest extends \PHPUnit_Framework_TestCase { public function testValidate() {