From b114fce5541ec9aa48ca788a5a6b996b7a175abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 29 Oct 2023 09:44:03 +0100 Subject: [PATCH] Fix a typo in CategoryEnumTest (#11) --- test/tests/CategoryEnumTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/CategoryEnumTest.php b/test/tests/CategoryEnumTest.php index 5392821..745c188 100644 --- a/test/tests/CategoryEnumTest.php +++ b/test/tests/CategoryEnumTest.php @@ -41,7 +41,7 @@ public static function provideCategories(): array ); } - private static function inizialize(): void {} + private static function initialize(): void {} public function testEnumType(): void { $type = self::$categoryClass->getBackingType();