Commit History

Author SHA1 Message Date
  Chad Horohoe 950368c7e8 Remove phpunit profiling. It doesn't make any sense 10 years ago
  addshore 9d69b15958 Move profile In/OUT call out of MWPHPUnitCommand 10 years ago
  addshore 159dc79049 Move teardownTestDB and wfLogProfilingData out of MWPHPUnitCommand 10 years ago
  Timo Tijhof beb1c4a0ec phpcs: More require/include is not a function 11 years ago
  Alexandre Emsenhuber 4742232b0d Fix bootstrap in unit tests 11 years ago
  Siebrand Mazeland 791d0b2a98 Update code formatting 11 years ago
  Siebrand Mazeland ac63001d8e Update formatting 12 years ago
  jeroendedauw 38c7f444e1 Use __DIR__ instead of dirname( __FILE__ ) 12 years ago
  Christian Aistleitner 096592cf14 Bumping minimum supported version of PHPUnit to 3.6.7 13 years ago
  Platonides 4ef087080d maintenance/commandLine.inc loads DefaultSettings, LocalSettings and then runs Setup.php 14 years ago
  Alexandre Emsenhuber 51c6afc751 * Replaced $wgMessageCache by MessageCache::singleton(); since we only use one instance of this class (as for ParserCache, LinkCache) 14 years ago
  Platonides 71ee20cd18 Move $wgLocalisationCacheConf disabling from bootstrap.php to phpunit.php 14 years ago
  Platonides 4cb81e08f4 Move MediaWikiTestCase class to a new file and load it from phpunit.php 14 years ago
  Platonides d74edea7e4 Follow up r79107 for old PHPUnit versions. 14 years ago
  Platonides 00df670538 Fix the DELETE FROM `unittest_objectcache` WHERE keyname = 'my_wiki-unittest_:user:id:1 error 14 years ago
  Platonides 79eb9b5bdf Follow up r79173. Pass the parameters in the right order. 14 years ago
  Platonides 84709ae3b3 Follow up r79109. 14 years ago
  X! edbf743aeb Make MediaWikiParserTest work now in PHPUnit. There are still a few bugs, such as stopping tests if one fails, 14 years ago
  X! d5866d9ef2 Followup to r79109: Use a clean DB by default for each test 14 years ago
  Chad Horohoe 5f528203aa Rename MediaWikiTestSetup to MediaWikiTestCase: this is going to be the base class for all unit tests from now on 14 years ago
  X! 86df2d2755 It's here! It's finally here! The skies are falling, pigs have sprouted wings, and it's pretty cold in hell! 14 years ago
  Chad Horohoe 23f69f10ed Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. They're not strictly maintenance scripts, and some people want to do a selective checkout that doesn't include the tests. There's still debate on whether we should include these in the release downloads, but we had a pretty firm consensus to move this. 14 years ago