Merge "resourceloader: Minor optimisation in variable declarations"
[lhc/web/wiklou.git] / tests / phan / config.php
index 585ebb9..da5e4b3 100644 (file)
@@ -42,6 +42,7 @@ return [
                // Load the interface for the version of PHPUnit that isn't installed.
                // Phan only supports PHP 7.0+ (and not HHVM), so we only need to stub PHPUnit 4.
                class_exists( PHPUnit_TextUI_Command::class ) ? [] : [ 'tests/phan/stubs/phpunit4.php' ],
+               class_exists( ProfilerExcimer::class ) ? [] : [ 'tests/phan/stubs/excimer.php' ],
                [
                        'maintenance/7zip.inc',
                        'maintenance/cleanupTable.inc',
@@ -314,8 +315,6 @@ return [
                "PhanParamTooMany",
                // approximate error count: 3
                "PhanParamTooManyInternal",
-               // approximate error count: 1
-               "PhanRedefineFunctionInternal",
                // approximate error count: 2
                "PhanTraitParentReference",
                // approximate error count: 3