We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e29143 commit 50103e0Copy full SHA for 50103e0
tests/src/Kernel/EdtfUtilsTest.php
@@ -49,6 +49,7 @@ class EdtfUtilsTest extends KernelTestBase {
49
'1900-01-02T01:22:33Z' => [],
50
'1900-01-02T01:22:33+' => ['The date/time \'1900-01-02T01:22:33+\' is invalid.'],
51
'1900-01-02T01:22:33+05:00' => [],
52
+ '2025-01-01/2000-01-01' => ['The start date must be sooner than the end date.'],
53
];
54
55
/**
0 commit comments