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