Skip to content

Commit dcab901

Browse files
committed
Test support states in test-dates because it's there
1 parent 88c5c42 commit dcab901

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

bin/test-dates.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,10 @@ function assertEqual(mixed $new, mixed $old, string $message) {
3535
get_branch_security_eol_date($release->label)?->format('c'),
3636
$label . 'security eol dates do not match'
3737
);
38+
39+
assertEqual(
40+
$release->supportState->value,
41+
get_branch_support_state($release->label),
42+
$label . 'support states do not match'
43+
);
3844
}

0 commit comments

Comments
 (0)