r74753, r74755, r75254 added new settings, but didn't update SeleniumConfigurationTes...
authorPlatonides <platonides@users.mediawiki.org>
Wed, 27 Oct 2010 15:51:37 +0000 (15:51 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 27 Oct 2010 15:51:37 +0000 (15:51 +0000)
maintenance/tests/phpunit/includes/SeleniumConfigurationTest.php

index 3bb4b74..7841e2f 100644 (file)
@@ -23,6 +23,10 @@ wikiUrl                      = "http://localhost/deployment"
 username                       = "xxxxxxx"
 userPassword           = ""
 testBrowser            = "chrome"
+startserver            =
+stopserver             =
+jUnitLogFile   =
+runAgainstGrid = false
 
 [SeleniumTests]
 testSuite[SimpleSeleniumTestSuite] = "maintenance/tests/selenium/SimpleSeleniumTestSuite.php"
@@ -44,7 +48,12 @@ testSuite[TestSuiteName] = "testSuitePath"
                'wikiUrl'               => 'http://localhost/deployment',
                'username'              => 'xxxxxxx',
                'userPassword'  => '',
-               'testBrowser'   => 'chrome'
+               'testBrowser'   => 'chrome',
+               'startserver' => null,
+               'stopserver' => null,
+               'seleniumserverexecpath' => null,
+               'jUnitLogFile' => null,
+               'runAgainstGrid' => null
        );
        /*
         * Array of expected testSuites from $testConfig0
@@ -77,7 +86,12 @@ testBrowser          = "firefox"
                'wikiUrl'               => null,
                'username'              => null,
                'userPassword'  => null,
-               'testBrowser'   => 'firefox'
+               'testBrowser'   => 'firefox',
+               'startserver' => null,
+               'stopserver' => null,
+               'seleniumserverexecpath' => null,
+               'jUnitLogFile' => null,
+               'runAgainstGrid' => null
        );
        /*
         * Expected test suites from $testConfig1