Cannot test a RelationManager
I'm trying to test a relation manager (to make sure some records are visible). As per documentation, I do a and it worked correctly on v2. Now, on v3, it fails with the error . I can't figure out how to solve or what I have to do since my EmployeesRelationManager is a simple RelationManager that only implements the form() and table() functions... Has this happened to anyone? How can I solve it?
Solution:Jump to solution
Sorry, my mistake. I was not passing the second argument "pageClass"... This is the correct code, if anyone is interested: ...
1 Reply
Solution
Sorry, my mistake. I was not passing the second argument "pageClass"... This is the correct code, if anyone is interested: