MediaWiki
REL1_22
|
Public Member Functions | |
testWfParseUrl ($url, $parts) | |
provideURLs | |
Static Public Member Functions | |
static | provideURLs () |
Provider of URLs for testing wfParseUrl() | |
Protected Member Functions | |
setUp () | |
setUp and tearDown should (where significant) happen in reverse order. |
Definition at line 26 of file wfParseUrlTest.php.
static WfParseUrlTest::provideURLs | ( | ) | [static] |
Provider of URLs for testing wfParseUrl()
Definition at line 52 of file wfParseUrlTest.php.
References array().
WfParseUrlTest::setUp | ( | ) | [protected] |
setUp and tearDown should (where significant) happen in reverse order.
Reimplemented from MediaWikiTestCase.
Definition at line 27 of file wfParseUrlTest.php.
References array(), and MediaWikiTestCase\setMwGlobals().
WfParseUrlTest::testWfParseUrl | ( | $ | url, |
$ | parts | ||
) |