7 * @covers SpecialBlankpage
9 class SpecialBlankPageTest
extends SpecialPageTestBase
{
12 * Returns a new instance of the special page under test.
16 protected function newSpecialPage() {
17 return new SpecialBlankpage();
20 public function testHasWikiMsg() {
21 list( $html, ) = $this->executeSpecialPage();
22 $this->assertContains( wfMessage( 'intentionallyblankpage' )->text(), $html );