Reinstate r79122 (fix for bug 14404), reverting r83868. The real bug seem to have...
[mediawiki.git] / tests / selenium / suites / MediawikiCoreSmokeTestSuite.php
blob5d5ef518003c6e470cdb19261ddbdc9bfb673d2b
1 <?php
2 /*
3 * Stubs for now. We're going to start populating this test.
4 */
5 class MediawikiCoreSmokeTestSuite extends SeleniumTestSuite
7 public function setUp() {
8 $this->setLoginBeforeTests( false );
9 parent::setUp();
11 public function addTests() {
12 $testFiles = array(
13 'tests/selenium/suites/MediawikiCoreSmokeTestCase.php'
15 parent::addTestFiles( $testFiles );