Add wgAllowExternalImages option to parser tests.
authorC. Scott Ananian <cscott@cscott.net>
Wed, 10 Jul 2013 22:10:14 +0000 (18:10 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 10 Jul 2013 22:13:20 +0000 (18:13 -0400)
commit64800d70923e5953aa0da8402314b0480c95cd33
treef4e81f00b140ef8f6f3f8fca980a5da0cae11bed
parent341185e8821c94dc68c5a73ac00a1e215ed3d37b
Add wgAllowExternalImages option to parser tests.

This allows us to test whether the parser properly respects the
$wgAllowExternalImages option.

I also renamed the 'rawhtml' option to wgRawHtml so that parser test
options which set wiki configuration variables have consistent names.

Bug: 51092
Change-Id: I6c453b3e366cf775d8eef2dcbde09fcfa7027125
tests/parser/parserTest.inc
tests/parser/parserTests.txt
tests/phpunit/includes/parser/NewParserTest.php