From 120975b49c22beec8cba81c9388225003e79c0bb Mon Sep 17 00:00:00 2001 From: Marcos Neves Date: Wed, 21 Aug 2013 06:42:48 -0300 Subject: [PATCH] change test comment to state the fixing instead of the error --- tests/Valitron/StaticVsInstanceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Valitron/StaticVsInstanceTest.php b/tests/Valitron/StaticVsInstanceTest.php index 1f00a23..1601189 100644 --- a/tests/Valitron/StaticVsInstanceTest.php +++ b/tests/Valitron/StaticVsInstanceTest.php @@ -12,7 +12,7 @@ class StaticVsInstanceTest extends BaseTestCase } /** - * Rules messages added with Validator::addRule are replaced after creating validator instance + * Fix bug where rules messages added with Validator::addRule were replaced after creating validator instance */ public function testRuleMessagesReplacedAfterConstructor() {