mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
PHPStan: Exclude static analysis of tests
This commit is contained in:
parent
a0fba398a1
commit
80d566f42d
@ -510,11 +510,6 @@ parameters:
|
|||||||
count: 3
|
count: 3
|
||||||
path: library/Director/ProvidedHook/IcingaDbCubeLinks.php
|
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\\.$#"
|
message: "#^Access to an undefined property Zend_Controller_Action_HelperBroker\\:\\:\\$viewRenderer\\.$#"
|
||||||
count: 1
|
count: 1
|
||||||
|
@ -25,6 +25,8 @@ parameters:
|
|||||||
|
|
||||||
excludePaths:
|
excludePaths:
|
||||||
- library/Director/CoreBeta
|
- library/Director/CoreBeta
|
||||||
|
- test
|
||||||
|
- library/Director/Test
|
||||||
|
|
||||||
universalObjectCratesClasses:
|
universalObjectCratesClasses:
|
||||||
- Icinga\Module\Director\Data\Db\DbObject
|
- Icinga\Module\Director\Data\Db\DbObject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user