Testing Relation Managers
I am trying to build a test suite for my application.
I am trying to test the form() method on my relation manager as it is not being hit for coverage.
I have been able to use this for being able to test the table works:
https://filamentphp.com/docs/3.x/panels/testing#relation-managers
I just need to get the form method tested
I am trying to test the form() method on my relation manager as it is not being hit for coverage.
I have been able to use this for being able to test the table works:
https://filamentphp.com/docs/3.x/panels/testing#relation-managers
I just need to get the form method tested