wiki.techinc.nl/tests/phpunit/includes/editpage
DannyS712 b94e64435e Hard deprecate public access to EditPage::internalAttemptSave()
As part of refactoring the edit save logic, remove this public entrypoint - the
attemptSave() method is still available. Because the actual logic is still
needed by core, we move it to a new private method,
internalAttemptSavePrivate(), and call that from the deprecated
internalAttemptSave() method.

Bug: T157658
Change-Id: I79ccb85f645e15256c4b5867ef3997d10a611e53
2024-07-21 15:03:54 +00:00
..
EditPageConstraintsTest.php Hard deprecate public access to EditPage::internalAttemptSave() 2024-07-21 15:03:54 +00:00
EditPageTest.php Hard deprecate public access to EditPage::internalAttemptSave() 2024-07-21 15:03:54 +00:00
IntroMessageBuilderTest.php IntroMessageBuilder: inject connection provider 2024-02-14 17:22:02 +00:00
PreloadedContentBuilderTest.php tests: Declare missing class properties in test classes 2023-11-22 23:21:54 +01:00
TextboxBuilderTest.php Move StaticUserOptionsLookup to the MediaWiki\User\Options namespace 2023-11-29 14:08:40 -05:00