MediaWiki
1.30.0
|
Mock handler for images. More...
Static Public Member Functions | |
static | doFakeTransform ( $that, $image, $dstPath, $dstUrl, $params, $flags=0) |
Override BitmapHandler::doTransform() making sure we do not generate a thumbnail at all. More... | |
Mock handler for images.
This is really intended for unit testing.
Definition at line 31 of file MockImageHandler.php.
|
static |
Override BitmapHandler::doTransform() making sure we do not generate a thumbnail at all.
That is merely returning a ThumbnailImage that will be consumed by the unit test. There is no need to create a real thumbnail on the filesystem.
ImageHandler | $that | |
File | $image | |
string | $dstPath | |
string | $dstUrl | |
array | $params | |
int | $flags |
Definition at line 46 of file MockImageHandler.php.
References $image, $params, and wfDebug().
Referenced by MockBitmapHandler\doTransform(), and MockSvgHandler\doTransform().