claudiodekker / inertia-laravel-testing

Testing helpers for https://github.com/inertiajs/inertia-laravel
MIT License
134 stars 6 forks source link

Add ability to Macro the Assert class #20

Closed claudiodekker closed 3 years ago

claudiodekker commented 3 years ago

This PR adds the ability to register Macros on the Assert class.

As an useful example, it also adds a dump and dd macro that can be registered by calling Assert::mixin(new VarDumper());