Some tweaks to the test tree:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 28 Mar 2008 16:11:36 +0000 (16:11 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 28 Mar 2008 16:11:36 +0000 (16:11 +0000)
commita41b7035dce937a197d655edb7acdb3717058c9e
tree183fb196d88d11d51c55399171600aec4ff9b4ee
parente932be4752da9e396eaa01c5263be69356b76ab5
Some tweaks to the test tree:
* 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
12 files changed:
Makefile
Test.php [deleted file]
maintenance/parserTests.inc
t/README
t/Test.php [new file with mode: 0644]
t/inc/IP.t
t/inc/Language.t
t/inc/Licenses.t
t/inc/Parser.t [new file with mode: 0644]
t/inc/Sanitizer.t
t/inc/Title.t
t/inc/Xml.t