function NegotiationMiddlewareTest::setUp
Overrides UnitTestCase::setUp
File
- 
              core/
tests/ Drupal/ Tests/ Core/ StackMiddleware/ NegotiationMiddlewareTest.php, line 36  
Class
- NegotiationMiddlewareTest
 - @coversDefaultClass \Drupal\Core\StackMiddleware\NegotiationMiddleware[[api-linebreak]] @group NegotiationMiddleware
 
Namespace
Drupal\Tests\Core\StackMiddlewareCode
protected function setUp() : void {
  parent::setUp();
  $this->app = $this->prophesize(MockedHttpKernelInterface::class);
  $this->contentNegotiation = new StubNegotiationMiddleware($this->app
    ->reveal());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.