File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/Symfony/Component/Form/Tests/Extension/Validator Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -623,8 +623,6 @@ public function testNoViolationIfAllowExtraData()
623
623
624
624
$ context ->expects ($ this ->never ())
625
625
->method ('addViolation ' );
626
- $ context ->expects ($ this ->never ())
627
- ->method ('addViolationAt ' );
628
626
629
627
$ this ->validator ->initialize ($ context );
630
628
$ this ->validator ->validate ($ form , new Form ());
Original file line number Diff line number Diff line change @@ -38,10 +38,6 @@ public function test2Dot5ValidationApi()
38
38
->method ('addPropertyConstraint ' )
39
39
->with ('children ' , $ this ->isInstanceOf ('Symfony\Component\Validator\Constraints\Valid ' ));
40
40
41
- $ validator
42
- ->expects ($ this ->never ())
43
- ->method ('getMetadataFactory ' );
44
-
45
41
$ extension = new ValidatorExtension ($ validator );
46
42
$ guesser = $ extension ->loadTypeGuesser ();
47
43
You can’t perform that action at this time.
0 commit comments