Set $wgUseTidy = false on TextContentTest
authorPlatonides <platonides@gmail.com>
Tue, 12 Feb 2013 14:43:43 +0000 (15:43 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 13 Feb 2013 05:54:05 +0000 (05:54 +0000)
commitaa929e2aa7f54fca85718251e8e5ad9568a47be2
tree738f457f4a7e77df3bae8b34962c0e29671009f0
parent87de0c5039072b20d65a5cd85c3c253736041455
Set $wgUseTidy = false on TextContentTest

If $wgUseTidy = true on LocalSettings, although this test
runs fine standalone, when batched with other database tests
it can fail with:
 --- Expected
 +++ Actual
 @@ @@
 -'<p>hello <i>world</i>
 -</p>'
 +'<p>hello <i>world</i></p>'

Change-Id: Id143abf45def7bb686f00584d3f7838dc7396ad7
tests/phpunit/includes/content/TextContentTest.php