If you are going to leak folders, at least give them your surname.
[lhc/web/wiklou.git] / tests / phpunit / MediaWikiTestCase.php
2011-12-16 Alexandre EmsenhuberUse WikiPage instead of Article to call doEdit()
2011-12-10 Aaron SchulzFU r105154: only clear tables that tests specify as...
2011-12-05 Aaron Schulz* Made resetDB() actually clear out the tables rather...
2011-11-10 Jure Kajzersome more oracle-phpunit-fu (should not affect non...
2011-11-09 Jure Kajzer* phpunit fixes & optimizations for oracle backend
2011-10-24 OverlordQBasic support for Postgres phpunit testing, currently...
2011-07-25 Aaron SchulzReverted r92489 and added/use hideDeprecated() to MW...
2011-06-22 PlatonidesReadd r90538, this time with the missing global $wgHooks;
2011-06-22 Chad HorohoeProvisional revert of r90538. I can't replicate the...
2011-06-21 PlatonidesUploadTest::testTitleValidation accessed the database...
2011-06-02 Mark A. Hershbergerw/s changes.
2011-06-02 Max SemenikDon't duplicate tables starting with unittest_ which...
2011-06-01 Chad HorohoeMostly revert r89302, was slower than the original
2011-06-01 Chad HorohoeExclude Block tests until somebody fixes them, also...
2011-06-01 Chad HorohoeTest db cleanup
2011-05-28 Antoine MussoAllow test to remove data from the database
2011-05-24 Chad HorohoeFixup phpunit tests so we don't drop/create tables...
2011-05-01 PlatonidesCosmetic change
2011-04-29 PlatonidesThe $wgLocalisationCacheConf was being overwritten...
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...