Skip to content

Commit 71b7012

Browse files
Anton ShevchukAnton Shevchuk
authored andcommitted
Fixed Validator test
1 parent 7bcf996 commit 71b7012

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

tests/unit/Controller/Fixtures/ConcreteWithoutReturn.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ function ($a, $b, $c = null)
2222
*/
2323
return [];
2424
}
25-
26-
;

tests/unit/Validator/ValidatorChainTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function testSetCustomDescriptionForValidatorChain()
126126
->length(1, 15)
127127
->noWhitespace();
128128

129-
$ruleText = "must contain only letters, digits and \"_\"\n"
129+
$ruleText = "must contain only Latin letters, digits and \"_\"\n"
130130
. "must have a length between \"1\" and \"15\"\n"
131131
. "must not contain whitespace";
132132

0 commit comments

Comments
 (0)