Replace __METHOD__ with __FUNCTION__
authorPlatonides <platonides@users.mediawiki.org>
Mon, 27 Dec 2010 16:51:59 +0000 (16:51 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Mon, 27 Dec 2010 16:51:59 +0000 (16:51 +0000)
commit9af104c4d3cbcbb06899afbd8246eeda3e417330
tree042a7210859b1932de08f080ecadfc66dd6b3895
parent31c71dbdb48dcc8b3df65684f2f75e3aca0a6c5a
Replace __METHOD__ with __FUNCTION__
Using a title like testParse instead of ExtraParserTest::testParse (thus without colons),
means that it doesn't need to be checked if it's an interwiki, and no interwiki db (either Cdb or normal db) is needed.
So these tests can be run as Databaseless.
tests/phpunit/includes/ExtraParserTest.php