This repository has been archived by the owner on May 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
112 lines (90 loc) · 4.48 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
parameters:
ignoreErrors:
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with true will always evaluate to true\\.$#"
count: 1
path: tests/Integration/IntegratedDefaultChainLoaderTest.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\CircularReferenceFixture1 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/CircularReferenceFixture1.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\CircularReferenceFixture2 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/CircularReferenceFixture2.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\Fixture1 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/Fixture1.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\Fixture2 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/Fixture2.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\Fixture3 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/Fixture3.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\Fixture4 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/Fixture4.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\Fixture5 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/Fixture5.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\FixtureComputer is neither abstract nor final\\.$#"
count: 1
path: tests/Support/FixtureComputer.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\FixtureDependentOnFixtureWithConstructorArgument is neither abstract nor final\\.$#"
count: 1
path: tests/Support/FixtureDependentOnFixtureWithConstructorArgument.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\FixtureFactory is neither abstract nor final\\.$#"
count: 1
path: tests/Support/FixtureFactory.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\FixtureWithConstructorArgument is neither abstract nor final\\.$#"
count: 1
path: tests/Support/FixtureWithConstructorArgument.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\InvalidDependencyFixture is neither abstract nor final\\.$#"
count: 1
path: tests/Support/InvalidDependencyFixture.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\InvalidFixture is neither abstract nor final\\.$#"
count: 1
path: tests/Support/InvalidFixture.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\NestedCircularReferenceFixture1 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/NestedCircularReferenceFixture1.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\NestedCircularReferenceFixture2 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/NestedCircularReferenceFixture2.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\NestedCircularReferenceFixture3 is neither abstract nor final\\.$#"
count: 1
path: tests/Support/NestedCircularReferenceFixture3.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\SelfDependentFixture is neither abstract nor final\\.$#"
count: 1
path: tests/Support/SelfDependentFixture.php
-
message: "#^Class FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\UnrelatedFixture is neither abstract nor final\\.$#"
count: 1
path: tests/Support/UnrelatedFixture.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with true will always evaluate to true\\.$#"
count: 1
path: tests/Unit/Dependency/ChainBuilderTest.php
-
message: "#^Parameter \\#1 \\$fixtures of method FamilyOffice\\\\FixturesLibrary\\\\Dependency\\\\ChainBuilder\\:\\:build\\(\\) expects array\\<FamilyOffice\\\\FixturesLibrary\\\\FixtureInterface\\>, array\\<int, FamilyOffice\\\\FixturesLibrary\\\\Tests\\\\Support\\\\InvalidFixture\\> given\\.$#"
count: 1
path: tests/Unit/Dependency/ChainBuilderTest.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with true will always evaluate to true\\.$#"
count: 2
path: tests/Unit/Dependency/ValidatorTest.php