Пример #1
0
 /**
  * @expectedException \Celest\DateTimeParseException
  */
 public function test_factory_parse_illegalSecond()
 {
     OffsetTime::parse("12:12:60+01:00");
 }