Merge "Revert "merged master"" into Wikidata
[lhc/web/wiklou.git] / tests / phpunit / includes / parser / PreprocessorTest.php
2012-08-29 Daniel KinzlerMerge "Revert "merged master"" into Wikidata
2012-08-29 Daniel KinzlerRevert "merged master"
2012-08-29 danielmerged master
2011-10-31 PlatonidesAnother old, uncommitted, test (passing on NtPP)
2011-10-31 PlatonidesTemplate as parameter name.
2011-10-29 PlatonidesThe test "{{Foo|1=bar|2=baz}}" got removed in r96887.
2011-10-28 PlatonidesAn alternative to using DOMDocument for normalizing...
2011-10-28 PlatonidesFollow-up r99909. If there is a preprocessToXml method...
2011-10-15 Brion VibberFollowup r80375: let PreprocessorTest work on Preproces...
2011-09-12 Aaron SchulzReverted r86072, r86419 per CR. Lots of conflicts resol...
2011-05-04 PlatonidesTag names can't contain template parameters (thanksfully)
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-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-19 PlatonidesChange tests to match preprocessor changes in r86072.
2011-03-30 PlatonidesAdd a couple of brace test cases.
2011-02-05 PlatonidesFix problem when running a fakePipeFound, which could...
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