Follow up r85922 moving the </caption> to another line, fixing one of the tests added...
[lhc/web/wiklou.git] / tests / phpunit / MediaWikiTestCase.php
2011-03-06 Platonidesr82867 converted $wgCaches into a class instance. Updat...
2011-03-05 Max SemenikDon't dupe/drop parts of searchindex on SQLite
2011-03-05 Max SemenikMediaWikiTestCase: factored prefix generation to a...
2011-02-26 PlatonidesFinally commit the testing stuff I have been with this...
2011-02-21 Platonidesmaintenance/commandLine.inc loads DefaultSettings,...
2011-02-20 PlatonidesSpaces to tabs
2011-02-10 PlatonidesFix the completely broken r81880
2011-02-10 PlatonidesAdd support of assertEmpty (used since r81596) for...
2011-02-05 Antoine MussoFix @dataProvider with PHPUnit 3.5.8+
2011-01-25 Alexandre EmsenhuberReset the cache used in User::idFromName(), otherwise...
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2011-01-10 Chad HorohoeMove table prefixes to constants, add doc to addDBData()
2011-01-01 PlatonidesRemove unused globals
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!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-30 X!-Destroy the DB automatically when initting the DB
2010-12-30 PlatonidesFollow up r79109. Do not use create_function.
2010-12-29 PlatonidesMove MediaWikiTestCase class to a new file and load...