Start work on porting ParserTests completely into PHPunit.
authorX! <soxred93@users.mediawiki.org>
Sat, 1 Jan 2011 03:39:37 +0000 (03:39 +0000)
committerX! <soxred93@users.mediawiki.org>
Sat, 1 Jan 2011 03:39:37 +0000 (03:39 +0000)
commit34fc833407b4efa21d8fc32d82325b6883f9bbcc
treeacca07a4a68ad1ada635c838f05cab066fb98a15
parent8a196eb77b0dd9129f9e80a3cf2a475584edd50b
Start work on porting ParserTests completely into PHPunit.
Disable temporary tables, a few reports of them not working. The tables get deleted anyway, so why risk it?
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/parser/NewParserHelpers.php [new file with mode: 0644]
tests/phpunit/includes/parser/NewParserTest.php [new file with mode: 0644]
tests/testHelpers.inc