mediawiki-extensions-Discus.../tests/phpunit
Fomafix 32069364ff Use $this->getServiceContainer() in maintenance and tests
Use
	$this->getServiceContainer()
instead of
	MediaWikiServices::getInstance()
in maintenance and tests.

Change-Id: I4066d7b2029296f1edb164acc5f8c812ccfba808
2024-07-03 08:44:55 +00:00
..
integration Use $this->getServiceContainer() in maintenance and tests 2024-07-03 08:44:55 +00:00
unit Create HookRunner class and the hook handler interface 2023-06-04 20:12:56 +02:00
CommentFormatterTest.php Use $this->getServiceContainer() in maintenance and tests 2024-07-03 08:44:55 +00:00
CommentModifierTest.php Improve unwrapFragment() for multi-paragraph comments 2024-06-21 22:37:09 +02:00
CommentParserTest.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
CommentUtilsTest.php Fix parsing usernames with + 2024-06-19 17:14:10 +02:00
ContentThreadItemTest.php Avoid global state in tests involving CommentParser 2023-12-11 22:19:14 +01:00
EventDispatcherTest.php Avoid global state in tests involving CommentParser 2023-12-11 22:19:14 +01:00
IntegrationTestCase.php Avoid global state in tests involving CommentParser 2023-12-11 22:19:14 +01:00
LanguageDataTest.php Use $this->getServiceContainer() in maintenance and tests 2024-07-03 08:44:55 +00:00
MockCommentFormatter.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
MockEventDispatcher.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
MockLanguageData.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
MockSubscriptionStore.php Add various, more specific type hints 2023-06-09 13:44:42 +02:00
ServiceWiringTest.php Use $this->getServiceContainer() in maintenance and tests 2024-07-03 08:44:55 +00:00
TestUtils.php Use namespaced classes 2024-06-09 00:02:35 +02:00
ThreadItemStoreTest.php Use $this->getServiceContainer() in maintenance and tests 2024-07-03 08:44:55 +00:00