MediaWiki  REL1_21
PageDeleteTestSuite.php
Go to the documentation of this file.
00001 <?php
00002 
00003 class PageDeleteTestSuite extends SeleniumTestSuite {
00004         public function setUp() {
00005                 $this->setLoginBeforeTests( true );
00006                 parent::setUp();
00007         }
00008 
00009         public function addTests() {
00010                 $testFiles = array(
00011                         'tests/selenium/suites/DeletePageAdminTestCase.php'
00012                 );
00013                 parent::addTestFiles( $testFiles );
00014         }
00015 }