engelsystem/tests/Unit
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
..
Config Enable space after cast sniff and remove .git-blame-ignore-revs 2022-12-25 11:59:45 +01:00
Container Set native return types 2022-12-15 20:13:31 +01:00
Controllers Add ShiftEntry model 2023-01-18 13:02:11 +01:00
Database Convert class const's to enum's (#1050) 2023-01-24 19:23:57 +01:00
Events Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00
Exceptions Convert class const's to enum's (#1050) 2023-01-24 19:23:57 +01:00
Helpers Convert class const's to enum's (#1050) 2023-01-24 19:23:57 +01:00
Http Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00
Logger Set native return types 2022-12-15 20:13:31 +01:00
Mail Enable space after cast sniff and remove .git-blame-ignore-revs 2022-12-25 11:59:45 +01:00
Middleware Fix tests coverage 2022-12-21 15:11:37 +01:00
Models Migrate NeededAngelType model 2023-01-22 18:43:09 +01:00
Renderer Improve navbar 2023-01-22 19:16:33 +01:00
ApplicationTest.php Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00
FactoriesTest.php Add ShiftEntry model 2023-01-18 13:02:11 +01:00
FakerProvider.php Set native property types 2022-12-15 20:13:50 +01:00
HasDatabase.php Set native property types 2022-12-15 20:13:50 +01:00
HelpersTest.php Set native return types 2022-12-15 20:13:31 +01:00
ServiceProviderTest.php Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00
TestCase.php Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00