|
MediaWiki
REL1_21
|


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 25 of file wfParseUrlTest.php.
| static WfParseUrlTest::provideURLs | ( | ) | [static] |
Provider of URLs for testing wfParseUrl()
Definition at line 49 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 26 of file wfParseUrlTest.php.
References array(), and MediaWikiTestCase\setMwGlobals().
| WfParseUrlTest::testWfParseUrl | ( | $ | url, |
| $ | parts | ||
| ) |