Skip to content

Commit 50103e0

Browse files
committed
adapt test
1 parent 9e29143 commit 50103e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/Kernel/EdtfUtilsTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class EdtfUtilsTest extends KernelTestBase {
4949
'1900-01-02T01:22:33Z' => [],
5050
'1900-01-02T01:22:33+' => ['The date/time \'1900-01-02T01:22:33+\' is invalid.'],
5151
'1900-01-02T01:22:33+05:00' => [],
52+
'2025-01-01/2000-01-01' => ['The start date must be sooner than the end date.'],
5253
];
5354

5455
/**

0 commit comments

Comments
 (0)