Пример #1
0
 public function testIsLatitudeThrowsException()
 {
     $this->setExpectedException(Exception::class);
     Assert::isLatitude(120.4545);
 }