kbb
How to test non-default panel...?
1. I have 2 panels that live on different URLs, i.e.
/account
and /admin
2. I want to test /account/something
, but /admin
panel was called after /account
's, so the URL by Something::getUrl("index")
in my test is /admin/something
which doesn't exists
3. as you can see, I don't have $tenant
, so I'm not sure how make my test use /account/something
appreciate your help thank you!9 replies