ZendTest\Stratigility\Middleware\OriginalMessagesTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->uri = $this->prophesize(UriInterface::class);
        $this->request = $this->prophesize(ServerRequestInterface::class);
        $this->response = $this->prophesize(ResponseInterface::class);
    }