You are here

protected function AddRequestFormatsListenerTest::getRequestMock in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/EventListener/AddRequestFormatsListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\AddRequestFormatsListenerTest::getRequestMock()
1 call to AddRequestFormatsListenerTest::getRequestMock()
AddRequestFormatsListenerTest::testSetAdditionalFormats in vendor/symfony/http-kernel/Tests/EventListener/AddRequestFormatsListenerTest.php

File

vendor/symfony/http-kernel/Tests/EventListener/AddRequestFormatsListenerTest.php, line 65

Class

AddRequestFormatsListenerTest
Test AddRequestFormatsListener class.

Namespace

Symfony\Component\HttpKernel\Tests\EventListener

Code

protected function getRequestMock() {
  return $this
    ->getMock('Symfony\\Component\\HttpFoundation\\Request');
}