diff options
Diffstat (limited to 'tests/phpunit/includes/htmlform/HTMLFormTest.php')
-rw-r--r-- | tests/phpunit/includes/htmlform/HTMLFormTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/htmlform/HTMLFormTest.php b/tests/phpunit/includes/htmlform/HTMLFormTest.php index 93706030d38b..f3b906c1be3c 100644 --- a/tests/phpunit/includes/htmlform/HTMLFormTest.php +++ b/tests/phpunit/includes/htmlform/HTMLFormTest.php @@ -90,7 +90,6 @@ class HTMLFormTest extends MediaWikiIntegrationTestCase { * @param array $requestData HTTP request data * @param array|null $tokens User's CSRF tokens in a salt => value format, or null for anon * @param bool $shouldBeAuthorized - * @throws MWException */ public function testCsrf( ?string $formTokenSalt, |