diff --git a/tests/ValidatorTest.php b/tests/ValidatorTest.php index 87cdb13..9750f8c 100755 --- a/tests/ValidatorTest.php +++ b/tests/ValidatorTest.php @@ -47,7 +47,7 @@ public function demo() * @test * 自定义错误消息 */ - public function message() + public function customerMessage() { var_dump("自定义错误消息"); $data = ['name' => '', 'age' => 'a',];