Skip to content

Commit d7007e5

Browse files
ISSUE-34: Renamed test method
1 parent 9af29a3 commit d7007e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CollectionValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function testValidate($value)
7777
/**
7878
* @expectedException \Symfony\Component\Validator\Exception\UnexpectedTypeException
7979
*/
80-
public function testValidateNoCollectionConstraint()
80+
public function testValidateInvalidConstraint()
8181
{
8282
$this->validator->validate(array(), new Assert\NotNull());
8383

0 commit comments

Comments
 (0)