You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though all the driver logic is actually inherited from MinkBrowserKitDriver, it could be interesting to run the driver testsuite on this repo as well. This could also allow detecting mistakes in WUnit itself (if they don't implement the HttpKernel/BrowserKit integration properly) as we know that MinkBrowserKitDriver works fine.
Even though all the driver logic is actually inherited from MinkBrowserKitDriver, it could be interesting to run the driver testsuite on this repo as well. This could also allow detecting mistakes in WUnit itself (if they don't implement the HttpKernel/BrowserKit integration properly) as we know that MinkBrowserKitDriver works fine.
See https://github.com/minkphp/Mink/tree/master/driver-testsuite for the way to use this testsuite and https://github.com/minkphp/MinkBrowserKitDriver/tree/master/tests for the way BrowserKitDriver does to avoid relying on a webserver being running