Keith Brink
Keith Brink
@mpociot Any chance of getting a fixed release for Mac?
I am also encountering long running queries/connections, thought I would post them in case it's helpful: ``` Just now analytics SELECT "core_session"."created_at", "core_session"."user_id", "core_user"."is_superuser" FROM "core_session" LEFT JOIN "core_user" ON...
`getTypeInformation` in the Reflector class doesn't support `ReflectionIntersectionType`. PR: #1164
Here's what I used to get `assertDatabaseHas` working: ``` $pdo = app()->make(\Doctrine\ORM\EntityManagerInterface::class)->getConnection() ->getWrappedConnection(); app()->make(\Illuminate\Database\ConnectionInterface::class)->setPdo($pdo); ``` That can go anywhere before the method is called, I put it into a trait...
I'm maintaining a fork here: https://github.com/keithbrink/laravel-plain-sqs
In addition, it would be much nicer if the interface was the PSR interface (`\Psr\Http\Client\ClientInterface`) so that we could use any Http client.
Some more details: This happens both on my CI environment and my local (Mac) environment. The error was introduced in version 0.21.1 - it is not an issue in version...
Here is a repo that reproduces the issue: https://github.com/keithbrink/deptrac-undefined-reproduce
Yes, the reproduction repo uses v0.24.0