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