Skip to content

Commit

Permalink
Merge branch '4.x' of https://github.com/craftcms/cms into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Dec 1, 2024
2 parents c42da2e + 718173a commit b02ee63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/helpers/DateTimeHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,10 +696,6 @@ public static function isInvalidIntervalStringDataProvider(): array
[true, '1 year'],
[true, '1 month'],
[true, '1 minutes'],

[false, ''],
[false, 'random string'],

];
}

Expand Down

0 comments on commit b02ee63

Please sign in to comment.