Skip to content

Commit

Permalink
Add intervals to test
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored May 13, 2024
1 parent d9573c1 commit 803ded9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/Kernel/EdtfUtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class EdtfUtilsTest extends KernelTestBase {
'1900-01-02T01:22:33Z' => [],
'1900-01-02T01:22:33+' => ['The date/time \'1900-01-02T01:22:33+\' is invalid.'],
'1900-01-02T01:22:33+05:00' => [],
'1900/1999' => [],
];

/**
Expand Down

0 comments on commit 803ded9

Please sign in to comment.