Testing resource CRUD using PHPUnit

Hello, I need to write tests as the title says for resource, the filament documentation on testing talks of Pest framework but I need to use PHPUnit, and it also says its easily adaptable to PHPUnit, but with no further instructions.

Did anyone do this before, and if so, can someone point me in the right direction? I have no idea how to begin writing tests for filament framework. It will also require tests for attaching and detaching records for many to many, and other relationships, but I guess I will manage if I even get to start with this somehow.
Was this page helpful?