diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index e58130b5a..424432bf2 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -510,11 +510,6 @@ parameters: count: 3 path: library/Director/ProvidedHook/IcingaDbCubeLinks.php - - - message: "#^Call to an undefined method Icinga\\\\Module\\\\Director\\\\Test\\\\TestSuiteUnit\\:\\:newTempfile\\(\\)\\.$#" - count: 1 - path: library/Director/Test/TestSuiteUnit.php - - message: "#^Access to an undefined property Zend_Controller_Action_HelperBroker\\:\\:\\$viewRenderer\\.$#" count: 1 diff --git a/phpstan.neon b/phpstan.neon index 4e67c770a..d4fb713f8 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -25,6 +25,8 @@ parameters: excludePaths: - library/Director/CoreBeta + - test + - library/Director/Test universalObjectCratesClasses: - Icinga\Module\Director\Data\Db\DbObject