-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathphpstan-baseline.neon
37 lines (30 loc) · 1.24 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
parameters:
ignoreErrors:
-
message: "#^Call to static method lookup\\(\\) on an unknown class tx_wecmap_cache\\.$#"
count: 1
path: Classes/Maps/Google/Util.php
-
message: "#^Call to an undefined static method PHPUnit\\\\Framework\\\\TestCase\\:\\:getMock\\(\\)\\.$#"
count: 1
path: Classes/Testing/BaseTestCase.php
-
message: "#^Call to an undefined static method TYPO3\\\\CMS\\\\Core\\\\Core\\\\Bootstrap\\:\\:getInstance\\(\\)\\.$#"
count: 1
path: Classes/Testing/BaseTestCase.php
-
message: "#^Call to static method fromPath\\(\\) on an unknown class Swift_Attachment\\.$#"
count: 1
path: Classes/Utility/Email.php
-
message: "#^Class TYPO3\\\\CMS\\\\Extbase\\\\Object\\\\ObjectManager constructor invoked with 0 parameters, 2 required\\.$#"
count: 1
path: tests/Classes/ExtBaseFluid/View/StandaloneTest.php
-
message: "#^Class TYPO3\\\\CMS\\\\Extbase\\\\Object\\\\ObjectManager constructor invoked with 0 parameters, 2 required\\.$#"
count: 1
path: tests/Classes/ExtBaseFluid/ViewHelper/BaseViewHelperTest.php
-
message: "#^Call to an undefined method tx_rnbase_dummyController\\:\\:getErrorMailHtml\\(\\)\\.$#"
count: 1
path: tests/class.tx_rnbase_tests_controller_testcase.php