Fix tests

This commit is contained in:
Daniil Gentili 2022-12-01 18:34:31 +01:00
parent d142df6cf7
commit 414b0e7156

View File

@ -267,7 +267,7 @@ Feature: Eloquent Builder types
When I run Psalm
Then I see these errors
| Type | Message |
| InvalidScalarArgument | Argument 3 of Illuminate\Database\Eloquent\Builder::whereDate expects DateTimeInterface\|null\|string, 1 provided |
| InvalidScalarArgument | Argument 3 of Illuminate\Database\Eloquent\Builder::whereDate expects DateTimeInterface\|null\|string, but 1 provided |
Scenario: can call count on the builder instance
Given I have the following code