예제 #1
0
 /**
  * @expectedException CM_Exception_Invalid
  */
 public function testGetSetLatitudeOutOfRange()
 {
     $point = new CM_Geo_Point(11.2, 13.2);
     $point->setLatitude(300);
 }