From 461df4458f0dc4e83ba3d0ade0ca9121fb3d5205 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 10 Dec 2025 22:08:25 +0100 Subject: [PATCH] test: remove toImplementNothing() from enum ArchTest - PHP enums always implement one or more internal interfaces so this assertion will never pass --- tests/ArchTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ArchTest.php b/tests/ArchTest.php index 6b23cd499..e54ad749f 100644 --- a/tests/ArchTest.php +++ b/tests/ArchTest.php @@ -79,7 +79,6 @@ arch('Enums') ->toBeEnums() ->ignoring('App\Enums\Concerns') ->toExtendNothing() - ->toImplementNothing() ->toHaveLineCountLessThan(80); arch('Exceptions')