From a5fa76d4829d5451fe60891ef52fc106a87c3c62 Mon Sep 17 00:00:00 2001 From: Adam Rusinowski Date: Wed, 24 Apr 2024 18:05:48 +0200 Subject: [PATCH] fixed test --- tests/TestCase/Model/Behavior/EnumBehaviorTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase/Model/Behavior/EnumBehaviorTest.php b/tests/TestCase/Model/Behavior/EnumBehaviorTest.php index 3f4bb0d..0b21f05 100644 --- a/tests/TestCase/Model/Behavior/EnumBehaviorTest.php +++ b/tests/TestCase/Model/Behavior/EnumBehaviorTest.php @@ -163,6 +163,7 @@ public static function provideBasicConfiguration(): array ], ], 'classMap' => [], + 'className' => 'CakeDC/Enum.Enum', ]; return [