PopTest\Http\ResponseTest::testConstructorException PHP 메소드

testConstructorException() 공개 메소드

    public function testConstructorException()
    {
        $this->setExpectedException('Pop\\Http\\Exception');
        $r = new Response(601, array('Content-Type' => 'text/plain'));
    }