Follow up r87220. r86795 tests are now embedded into PreprocessorTest.php
[lhc/web/wiklou.git] / tests / phpunit / includes / parser /
2011-05-03 PlatonidesFollow up r87220. r86795 tests are now embedded into...
2011-05-03 PlatonidesWe can't check if it's a parentNode->type == name_node...
2011-05-01 PlatonidesConvert r86795 tests into a dataProvider
2011-04-24 Happy-melonFollow-up r86775: restub $wgLang. Not because it's...
2011-04-23 Mark A. Hershberger* Add preprocessor tests that Bergi supplied for Bug...
2011-04-23 Mark A. HershbergerUse assertStringEqualsFile in place of assertEquals...
2011-04-23 Mark A. Hershbergermissed some w/s
2011-04-23 Mark A. Hershbergerw/s cleanup
2011-04-23 Happy-melonStop stubbing $wgLang and $wgContLang. There are no...
2011-04-19 PlatonidesChange tests to match preprocessor changes in r86072.
2011-04-18 Sam ReedApply phase3 related Title fixes. With one minor additi...
2011-04-06 Platonidesr85553 fixup. When there are variants involved, the...
2011-04-06 Happy-melonFollow-up r85403: fix fatal in parser tests.
2011-04-05 Happy-melonFollow-up r85302: update OutputPage constructors in...
2011-03-30 PlatonidesAdd a couple of brace test cases.
2011-03-18 Antoine Mussodebugging statement when starting a phpunit parser...
2011-03-06 PlatonidesRemove unused globals
2011-03-03 Chad HorohoeFollowup r83140: FakeMemCachedClient -> EmptyBagOStuff...
2011-03-03 Tim Starling* Rewrote ObjectCache.php to conform to the modern...
2011-02-26 PlatonidesRemove NewParserHelpers.php and use instead the origina...
2011-02-26 PlatonidesFinally commit the testing stuff I have been with this...
2011-02-20 PlatonidesBreak the self-reference between parser and preprocesso...
2011-02-20 PlatonidesSave and restore $wgHooks in NewParserTest.
2011-02-09 PlatonidesDon't use ob_start/ob_get_contents/ob_end_clean just...
2011-02-06 Antoine MussoMove some providers in new MediaWikiProvide class
2011-02-05 PlatonidesFix problem when running a fakePipeFound, which could...
2011-02-02 Antoine MussoTest suite for revisions and date related magic variables.
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-24 PlatonidesMissed the case where there is an equals.
2011-01-24 PlatonidesSilly bug with value nodes.
2011-01-22 PlatonidesDon't look for pipes in the root node.
2011-01-21 PlatonidesAdd full articles to preprocessor tests.
2011-01-21 PlatonidesThe << operator (level 7) has greater priority than...
2011-01-19 PlatonidesThe pipes were no recognized after a link. A one line...
2011-01-17 PlatonidesFollow up r80461. In some cases the closing tags for...
2011-01-17 PlatonidesFollow up r80376. Added missing file FORMAT.
2011-01-16 PlatonidesAnother couple of tests. Also passed by the NtPrepro :)
2011-01-15 PlatonidesAdd preprocessing tests
2011-01-12 PlatonidesFollow up r80025.
2011-01-11 PlatonidesAdd tests for parser tag hooks.
2011-01-10 Chad HorohoeMore silly whitespace
2011-01-10 Chad Horohoerm big whitespace
2011-01-05 Platonides $messageMemc is used as local variable in line 63...
2011-01-03 Sam ReedRemove unreachable return;
2011-01-03 X!Mark broken parser tests as broken
2011-01-01 X!Fix r79447: Remove debugging code
2011-01-01 PlatonidesRemove unused globals
2011-01-01 X!Followup r79443: Add some form of organization to the...
2011-01-01 X!Reorder functions around, add some form of order to...
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 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-30 PlatonidesThis global declaration is now unused.
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 X!Partial revert of r79154. hexmode asserts that these...
2010-12-29 X!Make MediaWikiParserTest work now in PHPUnit. There...
2010-12-28 Chad Horohoe* verbose and color default output from phpunit
2010-12-28 Chad HorohoeRename MediaWikiTestSetup to MediaWikiTestCase: this...
2010-12-14 Chad HorohoeFix path changes from move in r78383
2010-12-14 Chad HorohoePer wikitech-l discussion: Move tests from maintenance...