getVisibleCategories()[0]; // Basic $html = $this->executeSpecialPage( '', null, 'qqx' )[0]; $this->assertContains( '(linterrors-summary)', $html ); $this->assertContains( "(linter-category-$category)", $html ); $this->assertContains( "(linter-category-$category-desc)", $this->executeSpecialPage( $category, null, 'qqx' )[0] ); } }