From 971bc0f6168e121bec0e57d5d97c1cdfb381abc3 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 31 Jul 2016 20:00:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/validateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thinkphp/library/think/validateTest.php b/tests/thinkphp/library/think/validateTest.php index 2cbcdbf8..4d7819b5 100644 --- a/tests/thinkphp/library/think/validateTest.php +++ b/tests/thinkphp/library/think/validateTest.php @@ -61,7 +61,7 @@ class validateTest extends \PHPUnit_Framework_TestCase 'end_time' => 'before:2016-10-01', 'info' => 'require|array|length:4|max:5|min:2', 'info.name' => 'require|length:8|alpha|same:thinkphp', - 'value' => 'same:100', + 'value' => 'same:100|different:status', 'bool' => 'boolean', 'title' => 'chsAlpha', 'city' => 'chs',