ZendTest\Stratigility\DispatchTest::testResponsePrototypeIsAbsentByDefault PHP Method

testResponsePrototypeIsAbsentByDefault() public method

    public function testResponsePrototypeIsAbsentByDefault()
    {
        $dispatch = new Dispatch();
        $this->assertAttributeEmpty('responsePrototype', $dispatch);
    }
DispatchTest