aboutsummaryrefslogtreecommitdiffstats
path: root/Test.php
Commit message (Collapse)AuthorAgeFilesLines
* Some tweaks to the test tree:Alexandre Emsenhuber2008-03-281-498/+0
| | | | | | | | | | * Moved Test.php to t/Test.php * Updated t/inc/Languages.t so that it doesn't throw a fatal error because $wgMemc isn't set when creating the Laguage object * Added t/inc/Parser.t, a version of the parser tests with TAP output. I modified some methods of the ParserTests class so that i can extend it in t/inc/Parser.t to modify the format of the output. * Killed ending ?> tags in PHP tests Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/32547
* Importing Test.php 0.12 from CPANÆvar Arnfjörð Bjarmason2007-07-171-217/+408
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/24189
* Remove ?>'s from files. They're pointless, and just asking for people to ↵Aryeh Gregor2007-06-291-1/+1
| | | | | | | mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/23531
* r56373@Arsia: avar | 2007-01-17 23:05:33 +0000Ævar Arnfjörð Bjarmason2007-01-171-0/+307
* Copy this from ../Test/ so make test works out of the box Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/19416