Merge "Fix API output formatting (change lines delimited with * as bold)"
[lhc/web/wiklou.git] / tests / selenium / suites / PageDeleteTestSuite.php
1 <?php
2
3 class PageDeleteTestSuite extends SeleniumTestSuite {
4 public function setUp() {
5 $this->setLoginBeforeTests( true );
6 parent::setUp();
7 }
8
9 public function addTests() {
10 $testFiles = array(
11 'tests/selenium/suites/DeletePageAdminTestCase.php'
12 );
13 parent::addTestFiles( $testFiles );
14 }
15 }