- Issue created by @prudloff
- First commit to issue fork.
- πΊπΈUnited States smustgrave
This probably would of been a good novice task for first time users, but what's done is done. Confirmed the variable is now gone
Did some research and the variable was added in #2046737: Add a method to the AccessManager that only needs a route name and parameters β and was used by
$this->urlGenerator = $this->getMock('Symfony\Component\Routing\Generator\UrlGeneratorInterface'); $this->urlGenerator->expects($this->any()) ->method('generate') ->will($this->returnValueMap($map));
Which has since been updated to modern phpunit
Automatically closed - issue fixed for 2 weeks with no activity.