engelsystem/tests/Unit
Joshua Bachmeier 6917f7805b Add support for oauth scopes
As defined in RFC6749:
* https://www.rfc-editor.org/rfc/rfc6749#section-4.1.1
* https://www.rfc-editor.org/rfc/rfc6749#section-3.3

Scopes can be configured per-provider in engelsystem config.
2022-12-02 15:35:10 +01:00
..
Config Added EventDispatcher 2021-04-12 16:15:25 +02:00
Container Use self references and fix class naming 2019-04-25 18:17:19 +02:00
Controllers Add support for oauth scopes 2022-12-02 15:35:10 +01:00
Database Add unused imports phpcs rule 2022-04-19 23:33:44 +02:00
Events Replaced swift mailer with symfony mailer 2021-12-29 22:28:12 +01:00
Exceptions Exceptions: Log previous exception 2020-10-18 16:58:36 +02:00
Helpers Permissions refactoring 2022-11-06 12:41:52 +01:00
Http Settings Modernization: Creating /settings/profile page with Controller methods and tests 2022-11-01 16:55:23 +01:00
Logger Added user related factories 2021-08-08 18:31:33 +02:00
Mail Replaced swift mailer with symfony mailer 2021-12-29 22:28:12 +01:00
Middleware Add SlevomatCodingStandard.Variables.UnusedVariable 2022-07-11 23:30:41 +02:00
Models ShiftType test: Fix test 2022-12-02 15:07:29 +01:00
Renderer Added unread messages as global var 2022-06-06 16:12:47 +02:00
ApplicationTest.php Added assets hashing after build, added favicon 2022-04-29 22:26:58 +02:00
FactoriesTest.php Require @covers annotation for tests, increase workspace mem limit to 512M, improved coverage for db factories 2022-06-02 13:18:37 +02:00
FakerProvider.php Added user related factories 2021-08-08 18:31:33 +02:00
HasDatabase.php Removed referenced angeltype from shift type 2022-11-27 14:17:02 +01:00
HelpersTest.php Added email notification on new news 2021-04-12 16:15:25 +02:00
ServiceProviderTest.php Tests: Replaced setMethods as it is deprecated 2019-11-06 12:29:58 +01:00
TestCase.php Cleanup duplicated app calls, replaced deprecated methods, readability improvements 2022-07-11 23:30:41 +02:00