Two changes to parserTest:
authorWil Mahan <wmahan@users.mediawiki.org>
Thu, 23 Sep 2004 21:52:09 +0000 (21:52 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Thu, 23 Sep 2004 21:52:09 +0000 (21:52 +0000)
commit36e54b1a1d0ad02381efc4c8c999fdcb5c799dcc
treeb44813b90ca8a8062b2cae6a81577622dfdc9677
parent79a3ad65ef022533f568a9795710a339e5bef4a4
Two changes to parserTest:
1) Use 'parsertest' database prefix and temporary tables to allow
creating articles for testing without modifying the normal DB.
Right now this is ugly because the new tables have to be created by
hand.
2) Allow tests to specify articles using !!article ... !!text
... !!endarticle syntax. This is useful for templates, categories,
and I hope more tests.
maintenance/parserTests.php
maintenance/parserTests.sql [new file with mode: 0644]