generated from pestphp/pest-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e870c8
commit 455f6b6
Showing
2 changed files
with
120 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,121 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Call to an undefined method Pest\\\\PendingCalls\\\\TestCall\\|Pest\\\\Support\\\\HigherOrderTapProxy\\:\\:get\\(\\)\\.$#" | ||
count: 2 | ||
path: src/RouteTesting.php | ||
message: "#^Function Spatie\\\\RouteTesting\\\\routeTesting\\(\\) has no return type specified\\.$#" | ||
count: 1 | ||
path: src/Autoload.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$testCall of class Spatie\\\\RouteTesting\\\\RouteTestingTestCall constructor expects Pest\\\\PendingCalls\\\\TestCall, Pest\\\\PendingCalls\\\\TestCall\\|Pest\\\\Support\\\\HigherOrderTapProxy given\\.$#" | ||
count: 1 | ||
path: src/Autoload.php | ||
|
||
- | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteResolver\\:\\:bindingNames\\(\\) has parameter \\$bindingNames with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteResolver\\:\\:exceptPaths\\(\\) has parameter \\$paths with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteResolver\\:\\:getBindingsFromUrl\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteResolver\\:\\:getFilteredRouteList\\(\\) should return array\\<int, array\\{method\\: string, uri\\: string\\}\\> but returns array\\<int, mixed\\>\\.$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteResolver\\:\\:paths\\(\\) has parameter \\$paths with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteResolver\\:\\:resolveFullRouteList\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, array\\{method\\: string, uri\\: string\\}\\> but returns Illuminate\\\\Support\\\\Collection\\<int, array\\{method\\: string, uri\\: mixed\\}\\>\\.$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:flatMap\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(array\\<int, array\\{method\\: string, uri\\: mixed\\}\\>\\|Illuminate\\\\Support\\\\Collection\\<int, array\\{method\\: string, uri\\: mixed\\}\\>\\), Closure\\(array\\)\\: Illuminate\\\\Support\\\\Collection\\<int, array\\{method\\: string, uri\\: mixed\\}\\> given\\.$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$value of function collect expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<\\(int\\|string\\), mixed\\>\\|iterable\\<\\(int\\|string\\), mixed\\>\\|null, mixed given\\.$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Unable to resolve the template type TKey in call to function collect$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Unable to resolve the template type TValue in call to function collect$#" | ||
count: 1 | ||
path: src/RouteResolver.php | ||
|
||
- | ||
message: "#^Call to an undefined method Pest\\\\PendingCalls\\\\TestCall\\:\\:defer\\(\\)\\.$#" | ||
count: 1 | ||
path: src/RouteTest.php | ||
|
||
- | ||
message: "#^Cannot call method toRoute\\(\\) on Illuminate\\\\Contracts\\\\Routing\\\\UrlGenerator\\|string\\.$#" | ||
count: 1 | ||
path: src/RouteTest.php | ||
|
||
- | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteTest\\:\\:test\\(\\) has parameter \\$assertions with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: src/RouteTest.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:first\\(\\) expects \\(callable\\(mixed, int\\|string\\)\\: bool\\)\\|null, Closure\\(Illuminate\\\\Routing\\\\Route\\)\\: bool given\\.$#" | ||
count: 1 | ||
path: src/RouteTest.php | ||
|
||
- | ||
message: "#^Unable to resolve the template type TKey in call to function collect$#" | ||
count: 1 | ||
path: src/RouteTest.php | ||
|
||
- | ||
message: "#^Unable to resolve the template type TValue in call to function collect$#" | ||
count: 1 | ||
path: src/RouteTest.php | ||
|
||
- | ||
message: "#^Undefined variable\\: \\$this$#" | ||
count: 6 | ||
path: src/RouteTest.php | ||
|
||
- | ||
message: "#^Variable \\$this on left side of \\?\\? is never defined\\.$#" | ||
count: 1 | ||
path: src/RouteTest.php | ||
|
||
- | ||
message: "#^Call to an undefined method Pest\\\\PendingCalls\\\\TestCall\\:\\:defer\\(\\)\\.$#" | ||
count: 1 | ||
path: src/RouteTestingTestCall.php | ||
|
||
- | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteTesting\\:\\:routesToAssert\\(\\) should return array\\<Illuminate\\\\Routing\\\\Route\\> but returns array\\<string, mixed\\>\\.$#" | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteTestingTestCall\\:\\:__call\\(\\) has parameter \\$method with no type specified\\.$#" | ||
count: 1 | ||
path: src/RouteTesting.php | ||
path: src/RouteTestingTestCall.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, string\\|null given\\.$#" | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteTestingTestCall\\:\\:__call\\(\\) has parameter \\$parameters with no type specified\\.$#" | ||
count: 1 | ||
path: src/RouteTesting.php | ||
path: src/RouteTestingTestCall.php | ||
|
||
- | ||
message: "#^Property Spatie\\\\RouteTesting\\\\RouteTesting\\:\\:\\$assertedRoutes \\(array\\<string, Illuminate\\\\Routing\\\\Route\\>\\) does not accept array\\.$#" | ||
message: "#^Method Spatie\\\\RouteTesting\\\\RouteTestingTestCall\\:\\:with\\(\\) has parameter \\$routes with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: src/RouteTesting.php | ||
path: src/RouteTestingTestCall.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters