Remove unused MediaWikiTestCaseTest::GLOBAL_KEY_NONEXISTING
authoraddshore <addshorewiki@gmail.com>
Sat, 19 Nov 2016 11:49:55 +0000 (11:49 +0000)
committerAddshore <addshorewiki@gmail.com>
Mon, 21 Nov 2016 12:57:20 +0000 (12:57 +0000)
Follow up to I6a1cf9a2e436978a6068cecdaf74aa58b31100ab
d544acdbbb71f07debba996cb5d8ff4c01d1430d

Change-Id: Ifaa8808aa4df72fbface99cc625bdaaba6e9b087

tests/phpunit/tests/MediaWikiTestCaseTest.php

index a2ef35f..1c64485 100644 (file)
@@ -9,8 +9,6 @@ use Psr\Log\LoggerInterface;
  */
 class MediaWikiTestCaseTest extends MediaWikiTestCase {
 
-       const GLOBAL_KEY_NONEXISTING = 'MediaWikiTestCaseTestGLOBAL-NONExisting';
-
        private static $startGlobals = [
                'MediaWikiTestCaseTestGLOBAL-ExistingString' => 'foo',
                'MediaWikiTestCaseTestGLOBAL-ExistingStringEmpty' => '',