generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
51 lines (42 loc) · 1.33 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
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Pest\\\\PendingCalls\\\\TestCall\\:\\:expect\\(\\)\\.$#"
count: 1
path: tests/ArchTest.php
-
message: "#^Undefined variable\\: \\$this$#"
count: 31
path: tests/ContactDataTest.php
-
message: "#^Access to an undefined property Envor\\\\Platform\\\\Tests\\\\Fixtures\\\\TestModel\\:\\:\\$landingPage\\.$#"
count: 2
path: tests/Fixtures/TestModel.php
-
message: "#^Access to an undefined property Envor\\\\Platform\\\\Tests\\\\Fixtures\\\\TestModel\\:\\:\\$name\\.$#"
count: 1
path: tests/Fixtures/TestModel.php
-
message: "#^Access to an undefined property Envor\\\\Platform\\\\Tests\\\\Fixtures\\\\TestModel\\:\\:\\$profile_photo_path\\.$#"
count: 3
path: tests/Fixtures/TestModel.php
-
message: "#^Left side of && is always true\\.$#"
count: 1
path: tests/Fixtures/TestModel.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: tests/Fixtures/TestModel.php
-
message: "#^Undefined variable\\: \\$this$#"
count: 14
path: tests/LandingPageTest.php
-
message: "#^Undefined variable\\: \\$this$#"
count: 6
path: tests/ProfilePhotoTest.php
-
message: "#^Undefined variable\\: \\$this$#"
count: 5
path: tests/UpdateModelDomainTest.php