How to test SelectColumn in a table?
I am trying to test my SelectColum that when I change a role, that user's role is updated in the database. From the testing docs https://filamentphp.com/docs/3.x/tables/testing#select-columns , it doesn't seem like this type of functionality is testable through a method much like a filter can be applied with ... I'm wondering if there is a method such as that I just can't find in the docs/through the ide.
Here is a barebones test:
Here is my code snippet
0 Replies