예제 #1
0
파일: PointTest.php 프로젝트: cargomedia/cm
 public function testToArray()
 {
     $point = new CM_Geo_Point(51.3, 52.4);
     $this->assertSame(['latitude' => 51.3, 'longitude' => 52.4], $point->toArray());
 }