Reset the cache used in User::idFromName(), otherwise tests will try to add the user...
[lhc/web/wiklou.git] / tests / phpunit / MediaWikiTestCase.php
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...