wiki.techinc.nl/tests/phpunit/unit/includes/HookContainer
Thiemo Kreuz b655f382db Remove broken/outdated @param/@throws tags from @dataProviders
My personal best practice is to not document @params when there
is a @dataProvider. I mean, these test…() functions are not
meant to be called from anywhere. They do not really need
documentation. @param tags don't do much but duplicate what the
@dataProvider does. This is error-prone, as demonstrated by the
examples in this patch.

This patch also removes @throws tags from tests. A test…() can
never throw an exception. Otherwise the test would fail.

Most of these are found by the not yet released I10559d8.

Change-Id: I3782bca43f875687cd2be972144a7ab6b298454e
2021-01-21 03:42:42 +00:00
..
DeprecatedHooksTest.php Improve some function documentation in tests 2021-01-14 22:13:55 +01:00
GlobalHookRegistryTest.php Add tests for GlobalHookRegistry 2021-01-14 08:00:50 +00:00
HookContainerTest.php Remove broken/outdated @param/@throws tags from @dataProviders 2021-01-21 03:42:42 +00:00
HookRunnerTest.php Add HookRunnerTestBase for use by extensions 2021-01-10 11:17:31 +00:00
HookRunnerTestBase.php tests: Remove @param docs from test code that just repeat the signature 2021-01-21 03:41:23 +00:00
StaticHookRegistryTest.php Add tests for StaticHookRegistry 2021-01-14 07:59:59 +00:00