Skip to content

Commit 862ef7a

Browse files
committed
Fix test expectation for date bug 81565
1 parent 33fc9e5 commit 862ef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/tests/bug81565.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var_export(
1212
echo "\n", (new DatetimeZone('+01:45:30'))->getName();
1313
?>
1414
--EXPECT--
15-
DateTime::__set_state(array(
15+
\DateTime::__set_state(array(
1616
'date' => '0021-08-21 00:00:00.000000',
1717
'timezone_type' => 1,
1818
'timezone' => '+00:49',

0 commit comments

Comments
 (0)