저자: Marcus Jaschen (mjaschen@gmail.com)
상속: implements Location\Factory\GeometryFactoryInterface
예제 #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testIfInvalidFormatThrowsException()
 {
     CoordinateFactory::fromString("Lorem ipsum dolor sit amet");
 }