Remove unused globals
[lhc/web/wiklou.git] / tests /
2011-01-01 PlatonidesRemove unused globals
2011-01-01 X!Followup r79443: Add some form of organization to the...
2011-01-01 PlatonidesUse an autoloader for the tests, following the ideas...
2011-01-01 X!Reorder functions around, add some form of order to...
2011-01-01 PlatonidesI am fed up of selenium constants which aren't properly...
2011-01-01 X!Add fuzz tests to new parser tests (someone else should...
2011-01-01 X!Don't use the --verbose option anymore
2011-01-01 Markus GlaserSimpleSeleniumTest now has its own resources (database...
2011-01-01 Markus Glasertest data for SimpleSeleniumTest
2011-01-01 Markus Glasertest data for SimpleSeleniumTest
2011-01-01 Markus Glasertypo in comment
2011-01-01 Markus Glaserchanged path after relocation
2011-01-01 X!Add parsertest specific help to PHPUnit.php
2011-01-01 X!More work on new parser tests:
2011-01-01 X!Start work on porting ParserTests completely into PHPunit.
2010-12-31 X!Forgot to change the other API tests
2010-12-31 X!Solve 1 test by changing static variables to non-static
2010-12-31 X!For some reason tableExists() is being unreliable,...
2010-12-31 X!-If $this->db does not exist, skip destroying the DB
2010-12-31 X!Add check to make sure only MySQL and SQLite are used...
2010-12-31 X!Only destroy DB if it needs it
2010-12-31 X!I made MySQL work, and broke SQLite in the process...
2010-12-31 X!Solved problem with SQLite: Globals were getting stored...
2010-12-31 X!More work on getting SQLite to work with unit tests...
2010-12-31 nadeeshaChange the values taken from the SeleniumTestConstants.php
2010-12-30 PlatonidesFollow up r77654
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-30 PlatonidesSpacing, esthetical fixes.
2010-12-30 PlatonidesFollow up r79109. Do not use create_function.
2010-12-30 PlatonidesThis global declaration is now unused.
2010-12-30 PlatonidesResourceLoader::register() works differently since...
2010-12-30 PlatonidesFix r71751 problems with textual parameters.
2010-12-30 nadeeshaReplace the common xpaths with the 'LINK_DIV', 'LINK_FO...
2010-12-30 nadeeshaAdded 'LINK_DIV' variable
2010-12-30 nadeeshaAdded two variables 'LINK_FORM' and 'LINK_RIGHT_FRAMEWORK'
2010-12-29 PlatonidesFollow up r79183 removing global added in r79154
2010-12-29 X!Self-reverting my reversion of r79154 in r79158. The...
2010-12-29 PlatonidesReplace the global $additionalMWCLIArgs with a class...
2010-12-29 PlatonidesMove MediaWikiTestCase class to a new file and load...
2010-12-29 PlatonidesFollow up r79107 for old PHPUnit versions.
2010-12-29 PlatonidesDon't error no matter if the article exists or not.
2010-12-29 PlatonidesFix the DELETE FROM `unittest_objectcache` WHERE keynam...
2010-12-29 PlatonidesFollow up r79173. Pass the parameters in the right...
2010-12-29 PlatonidesFollow up r79109.
2010-12-29 X!-Set configuration automatically if not set. This allow...
2010-12-29 X!Partial revert of r79154. hexmode asserts that these...
2010-12-29 X!Make MediaWikiParserTest work now in PHPUnit. There...
2010-12-28 X!Add test to supplement Bug 26425 (followup to r79013)
2010-12-28 X!Add BlockTest unit test
2010-12-28 X!NewDBTest does not need the function anymore.
2010-12-28 PlatonidesAdd failing test for bug 14404.
2010-12-28 Chad HorohoeAdd @covers annotations to IP tests
2010-12-28 Chad Horohoe* verbose and color default output from phpunit
2010-12-28 X!Followup to r79109: Use a clean DB by default for each...
2010-12-28 Chad HorohoeFollowup r79112: missed one rename
2010-12-28 Chad HorohoeRename MediaWikiTestSetup to MediaWikiTestCase: this...
2010-12-28 X!It's here! It's finally here! The skies are falling...
2010-12-28 PlatonidesSet $wgAdaptiveMessageCache for parserTests until NikeR...
2010-12-28 X!assertType() is deprecated, switching usages tp assertI...
2010-12-28 X!Wrong URL in README
2010-12-28 Chad HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-28 Chad HorohoeRefactor table cloning code into its own class so it...
2010-12-27 PlatonidesIf running against the grid, there's no need to start...
2010-12-27 PlatonidesRemove debugging var_dump, add , in message.
2010-12-27 PlatonidesGet rid of a different configuration file syntax for...
2010-12-27 PlatonidesReplace __METHOD__ with __FUNCTION__
2010-12-27 nadeeshaAdding README file for the Installer testing
2010-12-27 nadeeshaUpdated the copyright section
2010-12-27 nadeeshaRemove 'str_replace('//','/',' from the require_once...
2010-12-27 nadeeshaAdding MediaWiki installer test scripts and installer...
2010-12-27 nadeeshaDeleting installer directory to have a fresh commit
2010-12-27 Brion Vibber* bug 26437: fix for Sanitizer::decodeCharReferences...
2010-12-26 PlatonidesDocument parser, add test cases for the external entry...
2010-12-24 PlatonidesAdd a couple of comments from my WC
2010-12-24 Brian Wolfffollow up to r78952 add parser tests relating to intern...
2010-12-24 nadeeshaChange the copyright section
2010-12-24 nadeeshaChange the values of the ADMIN_EMAIL_ADDRESS/ VALID_YOU...
2010-12-23 Priyanka DhandaSome test cleanup.
2010-12-23 nadeeshaAdded MediaWikiOnAlreadyInstalledTestCase.php to the...
2010-12-23 nadeeshaUpdated the test cases as per the code review comments
2010-12-23 nadeeshaAdded MediaWikiInstallationMessage.php and MediaWikiIns...
2010-12-22 Sam ReedFollowup r78775, svn:eol-style native SET UP YOUR AUTOPROPS
2010-12-22 nadeeshadelete the additional variable
2010-12-22 nadeeshaAdd MediaWiki 1.18 alpha installer test cases
2010-12-22 Sam ReedProperly qualify usage of class constants
2010-12-21 Mark A. HershbergerInstaller and doc fixups thanks to Zak Greant.
2010-12-19 Mark A. Hershbergerupdate install-phpunit.sh so people who read [[Unit_Tes...
2010-12-18 Mark A. Hershberger* re r76385 Add parser tests for $wgExternalLinkTarget...
2010-12-16 Happy-melonFollow-up r77762 per CR, and an unrelated one-character...
2010-12-16 Happy-melonFollow-up r78452, r78497: having got my copy of phpunit...
2010-12-16 Happy-melonFollow-up r78452: if you're going to try and declare...
2010-12-16 PlatonidesThis path changed when moving the tests folder.
2010-12-16 Mark A. HershbergerRepair phpunit.php
2010-12-15 Priyanka DhandaFixed typo
2010-12-15 Priyanka DhandaMake these tests run again. I think this is the right...
2010-12-15 Chad HorohoeFollowup r78383: deny tests from web
2010-12-14 Chad HorohoeFix a few more paths, restore a few files lost in the...
2010-12-14 Chad HorohoeFix path changes from move in r78383
2010-12-14 Chad HorohoeMissed another comment in r78381
2010-12-14 Chad HorohoePer wikitech-l discussion: Move tests from maintenance...
next