wiki.techinc.nl/tests/phpunit/mocks
daniel bf28ebd4ef HookContainer: allow registering broken callables.
Extensions may implement hooks defined by other extensions.
When the other extension is not present, the base class or interface of
the hook handler may also not be present. In that case, we should still
allow the handler to be registered. This is harmless, since the hook
will never fire if the extension that defines it is not loaded.

Bug: T339834
Change-Id: Id975370dececcb09ae5d00e6f68da57dc22fb267
2023-08-22 16:30:44 +00:00
..
content tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
filebackend
filerepo
json JsonCodec: fix en/decoding of nested objects and stdClass objects 2023-01-12 14:12:32 -05:00
languages language: Move cache version of language converter into cache key 2023-05-26 08:32:23 +00:00
media
permissions
poolcounter
search tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
session Make it possible to override the session in REST API tests 2023-02-06 18:56:51 +01:00
BrokenClass.php HookContainer: allow registering broken callables. 2023-08-22 16:30:44 +00:00
DummyServicesTrait.php Inject extension namespaces into NamespaceInfo 2023-07-16 22:53:26 +02:00
FakeQqxMessageLocalizer.php Override inContentLanguage for FakeQqxMessageLocalizer 2023-07-31 16:22:42 +02:00
GhostFieldTestClass.php tests: Allow dynamic properties on PHP 8.2 for GhostFieldTestClass 2023-01-06 03:06:06 +01:00
MockChangesListFilter.php Replace usages of deprecated MWException 2023-06-06 17:05:32 +02:00
MockChangesListFilterGroup.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
MockHttpTrait.php
MockMessageLocalizer.php
MockServiceDependenciesTrait.php Fix some typos 2023-03-21 15:58:09 +01:00
MockTitleTrait.php title: Remove protection related deprecated Title functions 2023-05-10 00:04:20 +02:00
NullGuzzleClient.php
NullHttpRequestFactory.php
NullMultiHttpClient.php
TestLocalisationCache.php phpunit: Replace ad-hoc array in TestLocalisationCache with MapCacheLRU 2023-07-24 17:52:31 +00:00
TestLogger.php