mediawiki-extensions-PageIm.../tests/phpunit/Hooks
Matthias Mullie 6a6af45ab3 Drop some code that now lives in core
The default thumbnail size (SearchResultThumbnailProvider::THUMBNAIL_SIZE),
the code to build a SearchResultThumbnail object from a File object
(SearchResultThumbnailProvider::buildSearchResultThumbnailFromFile),
and the code that provides thumbnails from NS_FILE pages (now already
provided in the hook's $results param) have essentially been adopted
in core and no longer need to be handled here.

Also updated test to reflect that NS_FILE results will no longer be
provided by this extension (since core already provides them)

Depends-On: I2a679b51758020d3e822da01a1bde1ae632b0b0a
Change-Id: I2eafc8556022432929973755d8cd76010ea24f39
Bug: T306883
2022-09-27 10:46:14 +02:00
..
ParserFileProcessingHookHandlersTest.php ParserOutput::getPageProperty() now returns null when key is missing. 2022-02-16 18:37:52 -05:00
SearchResultProvideThumbnailHookHandlerTest.php Drop some code that now lives in core 2022-09-27 10:46:14 +02:00