We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0044cf commit 22f0cabCopy full SHA for 22f0cab
exts/jphp-zend-ext/src/main/tests/org/develnext/jphp/zend/ext/standard/date/DateTimeParserTest.java
@@ -122,6 +122,7 @@ public void unixtimestamp() {
122
}
123
124
@Test
125
+ @Ignore // TODO, test is unstable https://travis-ci.org/jphp-group/jphp/jobs/654386727?utm_medium=notification&utm_source=github_status
126
public void onlyTimeZone() {
127
assertThat(parse("+1:2"))
128
.isEqualTo(parse("+1:02"))
0 commit comments