Skip to content

Commit

Permalink
Fix a typo in CategoryEnumTest (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 29, 2023
1 parent 0db813e commit b114fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/CategoryEnumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b114fce

Please sign in to comment.