setUserLang( 'qqx' ); } /** * Returns a new instance of the special page under test. * * @return SpecialPage */ protected function newSpecialPage() { return new SpecialBlankpage(); } public function testHasWikiMsg() { list( $html, ) = $this->executeSpecialPage(); $this->assertContains( '(intentionallyblankpage)', $html ); } }