MediaWiki
REL1_24
|
Public Member Functions | |
checkSvgString ($svg) | |
Almost the same as UploadBase::detectScriptInSvg, except it's public, works on an xml string instead of filename, and returns the result instead of interpreting them. | |
initializeFromRequest (&$request) | |
Initialize from a WebRequest. | |
testTitleValidation ($name) |
Definition at line 357 of file UploadBaseTest.php.
UploadTestHandler::checkSvgString | ( | $ | svg | ) |
Almost the same as UploadBase::detectScriptInSvg, except it's public, works on an xml string instead of filename, and returns the result instead of interpreting them.
Definition at line 375 of file UploadBaseTest.php.
UploadTestHandler::initializeFromRequest | ( | &$ | request | ) |
Initialize from a WebRequest.
Override this in a subclass.
WebRequest | $request |
Reimplemented from UploadBase.
Definition at line 358 of file UploadBaseTest.php.
UploadTestHandler::testTitleValidation | ( | $ | name | ) |
Definition at line 361 of file UploadBaseTest.php.
References $name, UploadBase\getTitle(), and UploadBase\OK.