framework/tests/integration/extenders
Daniël Klabbers 84ded0ce50
Laravel components v8 (#2576)
- update actions ci
- include json for 4 spaces tab
- provide output int for process code exit
- adhere to parent type hint of builder
- mailer instance now needs a name, multiple can be instantiated
- getOriginal now uses mutators in the model
- Temporarily loosen MailableInterface requirements. This avoids an immediate BC break for classes in extensions that implement this interface.
- Temporarily provide (and autoload) old symfony translator interface
- make queue exception handler compatible with the contract of L8
- Update phpunit schema for newer version
- Update phpunit assert calls for newer version
2021-03-05 09:43:35 -05:00
..
ApiControllerTest.php Laravel components v8 (#2576) 2021-03-05 09:43:35 -05:00
ApiSerializerTest.php Laravel components v8 (#2576) 2021-03-05 09:43:35 -05:00
AuthTest.php Refactor password checker, add extender (#2176) 2021-02-22 17:08:36 -05:00
ConsoleTest.php Add console extender (#2057) 2020-04-03 19:38:54 +02:00
CsrfTest.php Remove deprecated CSRF wildcard path match 2021-01-20 12:01:52 -05:00
EventTest.php Laravel components v8 (#2576) 2021-03-05 09:43:35 -05:00
FilterTest.php Laravel components v8 (#2576) 2021-03-05 09:43:35 -05:00
FormatterTest.php Refactor and improve formatter extender (#2098) 2020-11-03 13:05:33 -05:00
MailTest.php Laravel components v8 (#2576) 2021-03-05 09:43:35 -05:00
MiddlewareTest.php Fix test and extender for middleware (#2084) 2020-03-27 11:00:30 +01:00
ModelPrivateTest.php Deprecate GetModelIsPrivate, replace with extender (#2587) 2021-02-04 10:56:10 -05:00
ModelTest.php PHP 8 support, cookie unit tests (#2507) 2021-01-26 17:53:28 -05:00
ModelUrlTest.php Tests: purge settings cache 2021-01-09 00:35:55 -05:00
ModelVisibilityTest.php Remove deprecated policy and visibility scoping events 2021-01-20 15:21:30 -05:00
NotificationTest.php NotificationTest: Rely on adminUser from installation 2021-01-19 17:05:53 -05:00
PolicyTest.php Tests: Comply with default permissions 2021-01-09 00:35:55 -05:00
PostTest.php Added post extender with type method, deprecated ConfigurePostTypes (#2101) 2020-11-03 10:43:49 -05:00
RoutesTest.php Allow overriding routes (#2577) 2021-02-28 14:01:30 -05:00
ServiceProviderTest.php Add Service Provider Extender (#2437) 2020-11-06 13:30:10 -05:00
SettingsTest.php Laravel components v8 (#2576) 2021-03-05 09:43:35 -05:00
SimpleFlarumSearchTest.php Laravel components v8 (#2576) 2021-03-05 09:43:35 -05:00
ThrottleApiTest.php Tests: remove prepDb workaround 2021-01-09 00:35:55 -05:00
UserTest.php Tests: purge settings cache 2021-01-09 00:35:55 -05:00
ValidatorTest.php Validator extender (#2102) 2020-11-01 11:31:16 -05:00
ViewTest.php Rename view extender 2020-07-17 12:05:49 +02:00