X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=tests%2Fphan%2Fconfig.php;h=da5e4b348f187d2406a7b604bace92dd84e44a32;hb=7b88a721368c0549f0dc790e3157e7cbcf2f6378;hp=bcb337935137443c8b2deb8b7fc77ff1ee253115;hpb=695d7c28fe7036e9988ce92908185ebc41238296;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phan/config.php b/tests/phan/config.php index bcb3379351..da5e4b348f 100644 --- a/tests/phan/config.php +++ b/tests/phan/config.php @@ -42,9 +42,9 @@ 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/backup.inc', 'maintenance/cleanupTable.inc', 'maintenance/CodeCleanerGlobalsPass.inc', 'maintenance/commandLine.inc', @@ -315,8 +315,6 @@ return [ "PhanParamTooMany", // approximate error count: 3 "PhanParamTooManyInternal", - // approximate error count: 1 - "PhanRedefineFunctionInternal", // approximate error count: 2 "PhanTraitParentReference", // approximate error count: 3 @@ -347,8 +345,6 @@ return [ "PhanUndeclaredMethod", // approximate error count: 1224 "PhanUndeclaredProperty", - // approximate error count: 3 - "PhanUndeclaredStaticMethod", // approximate error count: 58 "PhanUndeclaredVariableDim", ],