Commit graph

7 commits

Author SHA1 Message Date
Alexandre Emsenhuber
bc9d9f1f9c Added missing GPLv2 headers in some places.
Also made file/class documentation more consistent and removed a duplicate comment from SpecialPageFactory.php in SpecialPage.php.

Change-Id: I99dd2de7fe461f2fad4e0bd315ebc2899958a90f
2012-05-10 17:51:44 +02:00
Antoine Musso
6e7dfac65a move wfRecursiveRemoveDir to global functions
That useful method was hidden in SeleniumWebSettings. I need it to clean
up test files leakages.
2012-02-24 15:41:06 +00:00
Jack Phoenix
40d2c66175 coding style tweaks + removed some PHP4-isms 2011-06-25 23:27:05 +00:00
Priyanka Dhanda
14e14c6e04 Follow up to #79421. Cleaned up some globals and some typos. Going to follow up with some actual test changes 2011-01-11 00:36:36 +00:00
Markus Glaser
935f67b7f1 now uses separate database and images dir for selenium tests if $wgSeleniumUseTestResources is set 2011-01-01 15:47:43 +00:00
Priyanka Dhanda
83d1a77196 Follow up to r74780. Set default for . did some sanity check around testSuiteNames. Some more code cleanup 2010-10-18 18:15:13 +00:00
Priyanka Dhanda
cb57d56d8b * WebStart.php and SeleniumWebSettings.php allow include files and global config variables to be set based on the testsuite being run. See discussion in http://www.mediawiki.org/wiki/SeleniumFramework#Test_Wiki_configuration
* Let test suites run without logging in.
2010-10-14 16:38:40 +00:00