We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf3b0a commit 2fbdd0fCopy full SHA for 2fbdd0f
Tests/Unit/Validator/Constraints/RouteDefaultsValidatorTest.php
@@ -46,7 +46,7 @@ public function setUp()
46
{
47
$this->controllerResolver = $this->getMock('Symfony\Component\HttpKernel\Controller\ControllerResolverInterface');
48
$this->templating = $this->getMock('Symfony\Bundle\FrameworkBundle\Templating\EngineInterface');
49
- $this->context = $this->getMock('Symfony\Component\Validator\ExecutionContextInterface');
+ $this->context = $this->getMock('Symfony\Component\Validator\Context\ExecutionContextInterface');
50
$this->constraint = new RouteDefaults();
51
$this->validator = new RouteDefaultsValidator($this->controllerResolver, $this->templating);
52
$this->validator->initialize($this->context);
0 commit comments