Skip to content

Commit 04e76b1

Browse files
committed
fixed typo
1 parent 6e27d1b commit 04e76b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Validator/Constraints/FormValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function testDontValidateIfParentWithoutCascadeValidation()
123123
$this->assertNoViolation();
124124
}
125125

126-
public function testNotExistingConstraintIndex()
126+
public function testMissingConstraintIndex()
127127
{
128128
$object = new \stdClass();
129129
$form = new FormBuilder('name', '\stdClass', $this->dispatcher, $this->factory);

0 commit comments

Comments
 (0)