Drop the check for existences of LocalSettings.php in MediaWikiIntegrationTestCase
authorAmir Sarabadani <Ladsgroup@gmail.com>
Mon, 1 Jul 2019 15:15:35 +0000 (17:15 +0200)
committerAmir Sarabadani <Ladsgroup@gmail.com>
Mon, 1 Jul 2019 15:15:35 +0000 (17:15 +0200)
commit6568edb9e2e6b3988d8355360fa891ddf06fbdfa
tree6c8e204d0e90958498f0e430dc2fd9509a6019c1
parent796815539fd88f8526f034918f5ff36d5d2d0d0d
Drop the check for existences of LocalSettings.php in MediaWikiIntegrationTestCase

This is not needed and we should let testers run integration tests without
the need to define LocalSettings.php

This reverts small part of Ie717b0ecf4fcfd089d46248f14853c80b7ef4a76

Bug: T226977
Change-Id: Ia36d22217f94e019bb5945705243bd0daace72e0
tests/phpunit/MediaWikiIntegrationTestCase.php