QA: Selenium no more needs wgUsejQueryThree

$wgUsejQueryThree was a transient setting that has been removed with
MediaWiki 1.31.  It is thus no more needed in the Selenium
LocalSettings.php file.

Bug: T199939
Change-Id: I74565cc81ff3704d2d91c8768b0e8f8ee7a4dcc3
This commit is contained in:
Antoine Musso 2018-07-19 15:57:47 +02:00
parent 9e85e9b00e
commit 1cff4a15a7

View file

@ -1,3 +0,0 @@
<?php
$wgUsejQueryThree = false;