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
2 Replies
Bumping this
Maybe this can help you...
https://github.com/filamentphp/filament/discussions/9208#discussioncomment-7337715
https://filamentphp.com/docs/3.x/panels/testing#relation-managers
GitHub
I'm using AttachAction in a relationship, but I'm not sure how to w...
I couldn't find any information in the documentation at https://filamentphp.com/docs/3.x/panels/testing#relation-managers Is it possible to write tests to confirm that a record has been attache...