MediaWiki
REL1_21
|
Public Member Functions | |
setUp () | |
setUp and tearDown should (where significant) happen in reverse order. | |
testGetAutosummary ($old, $new, $flags, $expected) | |
dataGetAutosummary | |
testIsSupportedFormat ($format, $supported) | |
dataIsSupportedFormat | |
testMakeEmptyContent () | |
testMerge3 ($old, $mine, $yours, $expected) | |
dataMerge3 | |
testSerializeContent () | |
testUnserializeContent () | |
Static Public Member Functions | |
static | dataGetAutosummary () |
static | dataIsSupportedFormat () |
static | dataMerge3 () |
Public Attributes | |
ContentHandler | $handler |
Definition at line 6 of file WikitextContentHandlerTest.php.
static WikitextContentHandlerTest::dataGetAutosummary | ( | ) | [static] |
Definition at line 117 of file WikitextContentHandlerTest.php.
References array().
static WikitextContentHandlerTest::dataIsSupportedFormat | ( | ) | [static] |
Definition at line 54 of file WikitextContentHandlerTest.php.
References array().
static WikitextContentHandlerTest::dataMerge3 | ( | ) | [static] |
Definition at line 69 of file WikitextContentHandlerTest.php.
References array().
setUp and tearDown should (where significant) happen in reverse order.
Reimplemented from MediaWikiLangTestCase.
Definition at line 12 of file WikitextContentHandlerTest.php.
References ContentHandler\getForModelID().
WikitextContentHandlerTest::testGetAutosummary | ( | $ | old, |
$ | new, | ||
$ | flags, | ||
$ | expected | ||
) |
dataGetAutosummary
Definition at line 161 of file WikitextContentHandlerTest.php.
WikitextContentHandlerTest::testIsSupportedFormat | ( | $ | format, |
$ | supported | ||
) |
dataIsSupportedFormat
Definition at line 65 of file WikitextContentHandlerTest.php.
Definition at line 47 of file WikitextContentHandlerTest.php.
WikitextContentHandlerTest::testMerge3 | ( | $ | old, |
$ | mine, | ||
$ | yours, | ||
$ | expected | ||
) |
dataMerge3
Definition at line 104 of file WikitextContentHandlerTest.php.
Definition at line 18 of file WikitextContentHandlerTest.php.
References fail.
Definition at line 32 of file WikitextContentHandlerTest.php.
References fail.
ContentHandler WikitextContentHandlerTest::$handler |
Definition at line 10 of file WikitextContentHandlerTest.php.