X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fqunit%2Fdata%2FgenerateJqueryMsgData.php;h=1c79f6d12e61e2fed96dc16e1035c338c2ceeb27;hb=d17eeb742a26c2567de96872c0419b39b97cde56;hp=5d1f1cd5b9d74545e5da65fa8f3e7a7f718f850d;hpb=ca31fbc4dcf33ecdf5e415891ed499b4cd2021d6;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/qunit/data/generateJqueryMsgData.php b/tests/qunit/data/generateJqueryMsgData.php index 5d1f1cd5b9..1c79f6d12e 100644 --- a/tests/qunit/data/generateJqueryMsgData.php +++ b/tests/qunit/data/generateJqueryMsgData.php @@ -133,7 +133,7 @@ class GenerateJqueryMsgData extends Maintenance { . "// languages, and parser modes. Intended for use by a unit test framework by looping\n" . "// through the object and comparing its parser return value with the 'result' property.\n" . '// Last generated with ' . basename( __FILE__ ) . ' at ' . gmdate( 'r' ) . "\n" - . "//jscs:disable\n" + . "/* eslint-disable */\n" . "\n" . 'mediaWiki.libs.phpParserData = ' . FormatJson::encode( $phpParserData, true ) . ";\n";