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