Mark Huot
Mark Huot
Adds generics so `$container->get(Foo::class)` returns a `Foo` instance. This should help IDE's like PHPStorm reason about what's coming out of `->get()`. It will also help static analysis tools like PHPStan....
This adds a native JSON column type. The nice thing about this is you can use Preparse to cache an arbitrary amount of data in to a JSON field and...
### Description ### Related issues
PHPUnit tracks if a warning was suppressed via the `@` operator. By default the `@` is honored and suppressed warnings are hidden from PHPUnit's default printer. Pest, however, does not...
This adds a `->playwright()` method on the `TestCase` that will kick off a child process to run Playwright against a local server. This opens up a lot of potential features,...