MediaWiki  REL1_19
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     public function addTests() {
00009         $testFiles = array(
00010                 'tests/selenium/suites/DeletePageAdminTestCase.php'
00011         );
00012         parent::addTestFiles( $testFiles );
00013     }
00014 
00015 
00016 }