aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/htmlform/HTMLFormTest.php
diff options
context:
space:
mode:
authorDaimona Eaytoy <daimona.wiki@gmail.com>2023-06-09 17:01:45 +0200
committerDaimona Eaytoy <daimona.wiki@gmail.com>2023-06-09 17:21:12 +0200
commit4d5cd3a84fe9da5da2c0dff9aa28edf942178902 (patch)
tree87b534cd8af625161516024cc407e61a71d6a6d3 /tests/phpunit/includes/htmlform/HTMLFormTest.php
parent60443f2dd8f92986d0f2ff09c4e30d17b881385e (diff)
downloadmediawikicore-4d5cd3a84fe9da5da2c0dff9aa28edf942178902.tar.gz
mediawikicore-4d5cd3a84fe9da5da2c0dff9aa28edf942178902.zip
Replace deprecated MWException
Bug: T328220 Change-Id: I66be7a6dd752d6b9c254beb65f4eb5ace3c89776
Diffstat (limited to 'tests/phpunit/includes/htmlform/HTMLFormTest.php')
-rw-r--r--tests/phpunit/includes/htmlform/HTMLFormTest.php1
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,