PopTest\Http\ResponseTest::testConstructor PHP Method

testConstructor() public method

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('Pop\\Http\\Response', $r = new Response(200, array('Content-Type' => 'text/plain')));
    }