Skip to content

Commit 37725e8

Browse files
author
Alcides Ramos
committed
tests: allow to mock final classes
1 parent 1c1cf4a commit 37725e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ parameters:
33
paths:
44
- app
55
- tests
6+
ignoreErrors:
7+
-
8+
message: '#Return type of call to method#'
9+
path: tests/Unit/Providers/FooTest.php

0 commit comments

Comments
 (0)