Skip to content

Commit 2fbdd0f

Browse files
committed
ExecutionContextInterface changes namespace
1 parent 1cf3b0a commit 2fbdd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/Validator/Constraints/RouteDefaultsValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function setUp()
4646
{
4747
$this->controllerResolver = $this->getMock('Symfony\Component\HttpKernel\Controller\ControllerResolverInterface');
4848
$this->templating = $this->getMock('Symfony\Bundle\FrameworkBundle\Templating\EngineInterface');
49-
$this->context = $this->getMock('Symfony\Component\Validator\ExecutionContextInterface');
49+
$this->context = $this->getMock('Symfony\Component\Validator\Context\ExecutionContextInterface');
5050
$this->constraint = new RouteDefaults();
5151
$this->validator = new RouteDefaultsValidator($this->controllerResolver, $this->templating);
5252
$this->validator->initialize($this->context);

0 commit comments

Comments
 (0)