Make innerbrowser actions/functions disableable #6203
douglasjam
started this conversation in
Ideas
Replies: 1 comment
-
It is unlikely that such functionality will be implemented any time soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What are you trying to achieve?
I have my own custom REST helper, this helper have some functions like seeStatusCode, but since we do already have the InnerBrowser functions by default, they get mixed.
I'd like to have a way to disable the InnerBrowser functions when building my actions. Like that all devs in my project when they try $I->, I do not get all these functions from InnerBrowser, but just the ones I activated, in this case, my custom REST Helper.
Why do I have my custom REST helper, and did not extend the original one? Because I want to debug without going through NGINX, with my custom REST Helper, I instanciate the Symfony Kernel Browser, so the breakpoint can go directly
Beta Was this translation helpful? Give feedback.
All reactions