mediawiki-extensions-SpamBl.../tests/phpunit
Dreamy Jazz 6f021e90da Make SpamBlacklistTest::testSpamEdit pass when temp accounts enabled
Why:
* SpamBlacklistTest::testSpamEdit fails to run when temporary
  accounts are enabled, because the EditPage object does not have
  the user set as the same as the RequestContext user (which is
  a named test user).
* Making the test pass is necessary for running tests when
  temporary accounts are enabled in CI.

What:
* Set the EditPage context user as the same as the test user used
  for the article context above.

Bug: T355879
Change-Id: I34e0299a9d9e3078f9067390e30dca7ce9665de4
2024-05-04 17:24:45 +03:00
..
BaseBlacklistTest.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 04:19:23 +00:00
SpamBlacklistTest.php Make SpamBlacklistTest::testSpamEdit pass when temp accounts enabled 2024-05-04 17:24:45 +03:00