From afbb1a1eada199fc1e12f9b81dbebd759f66813b Mon Sep 17 00:00:00 2001 From: Eirik Stanghelle Morland Date: Fri, 11 Oct 2024 12:49:37 +0200 Subject: [PATCH] Update UnitTest.php --- tests/UnitTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/UnitTest.php b/tests/UnitTest.php index b531f1c..5da68aa 100644 --- a/tests/UnitTest.php +++ b/tests/UnitTest.php @@ -376,6 +376,10 @@ public static function getOutdatedFlag() : array 'empty.json', 'minor', ], + [ + 'outdated_flag.json', + 'minor', + ], ]; }