You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertEquals("1. Value must be a valid string and at least 1 chars and no longer than 20 chars\n2. Value must be a valid URL \n", $validator->getDescription());
19
+
$this->assertEquals("1Value must be a valid string and at least 1 chars and no longer than 20 chars", $validator->getDescription());
0 commit comments