Skip to content

Commit 5c623ee

Browse files
committed
Fixed entity integration test
1 parent 6f14755 commit 5c623ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Utils/PhpUnitUtil.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ public static function getType(Type | string | null $type): string
180180
'time_immutable', 'date_immutable', 'datetime_immutable' => DateTimeImmutable::class,
181181
AppTypes::ENUM_LANGUAGE => Language::class,
182182
AppTypes::ENUM_LOCALE => Locale::class,
183-
self::TYPE_INT, self::TYPE_INTEGER, 'bigint' => self::TYPE_INT,
184-
self::TYPE_STRING, 'text', 'EnumLogLogin' => self::TYPE_STRING,
183+
self::TYPE_INT, self::TYPE_INTEGER => self::TYPE_INT,
184+
self::TYPE_STRING, 'bigint', 'text', 'EnumLogLogin' => self::TYPE_STRING,
185185
self::TYPE_JSON => self::TYPE_JSON,
186186
self::TYPE_ARRAY => self::TYPE_ARRAY,
187187
self::TYPE_BOOL, self::TYPE_BOOLEAN => self::TYPE_BOOL,

0 commit comments

Comments
 (0)