예제 #1
0
 /**
  * @expectedException SIUToba\rest\lib\rest_error
  */
 public function testNotFound()
 {
     $r = new respuesta_rest();
     $r->not_found("mje");
 }