engelsystem/tests/Unit/Helpers
Thomas Rupprecht e844c98871
Convert class const's to enum's (#1050)
* convert `Migrate::(UP|DOWN)` class const to `MigrateDirection` enum
* convert `Handler::(ENV_PRODUCTION|ENV_DEVELOPMENT)` class const to `Environment` enum
* convert `ShiftSignupState::(FREE|...|NOT_ARRIVED)` class const to `ShiftSignupStatus::(FREE|...|NOT_ARRIVED)` enum
2023-01-24 19:23:57 +01:00
..
Schedule Set native return types 2022-12-15 20:13:31 +01:00
Stub Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00
Translation Add Possibility for Custom Translations: config/[locale]/custom.po 2023-01-17 19:22:59 +01:00
AssetsServiceProviderTest.php Set native return types 2022-12-15 20:13:31 +01:00
AssetsTest.php Set native return types 2022-12-15 20:13:31 +01:00
AuthenticatorServiceProviderTest.php Set native return types 2022-12-15 20:13:31 +01:00
AuthenticatorTest.php Set native return types 2022-12-15 20:13:31 +01:00
BarChartTest.php Set native property types 2022-12-15 20:13:50 +01:00
CarbonTest.php Remove date/time pickers 2022-04-19 23:33:44 +02:00
ConfigureEnvironmentServiceProviderTest.php Convert class const's to enum's (#1050) 2023-01-24 19:23:57 +01:00
DumpServerServiceProviderTest.php Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00
ShiftsTest.php Set native return types 2022-12-15 20:13:31 +01:00
UuidServiceProviderTest.php Refactored UUID generation: use pseudo unique named UUID for schedules 2023-01-06 14:16:41 +01:00
UuidTest.php Refactored UUID generation: use pseudo unique named UUID for schedules 2023-01-06 14:16:41 +01:00
VersionServiceProviderTest.php Set native return types 2022-12-15 20:13:31 +01:00
VersionTest.php Set native return types 2022-12-15 20:13:31 +01:00