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

testGetMessageException() 공개 메소드

    public function testGetMessageException()
    {
        $this->setExpectedException('Pop\\Http\\Exception');
        $msg = Response::getMessageFromCode(601);
    }