MediaWiki
REL1_22
|
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 358 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 376 of file UploadBaseTest.php.
UploadTestHandler::initializeFromRequest | ( | &$ | request | ) |
Initialize from a WebRequest.
Override this in a subclass.
Reimplemented from UploadBase.
Definition at line 359 of file UploadBaseTest.php.
UploadTestHandler::testTitleValidation | ( | $ | name | ) |
Definition at line 362 of file UploadBaseTest.php.
References $name, UploadBase\getTitle(), and UploadBase\OK.