protected function LocaleListenerTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Tests/EventListener/LocaleListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\LocaleListenerTest::setUp()
File
- vendor/
symfony/ http-kernel/ Tests/ EventListener/ LocaleListenerTest.php, line 24
Class
Namespace
Symfony\Component\HttpKernel\Tests\EventListenerCode
protected function setUp() {
$this->requestStack = $this
->getMock('Symfony\\Component\\HttpFoundation\\RequestStack', array(), array(), '', false);
}