minkphp / driver-testsuite

Functional testsuite for Mink drivers
MIT License
8 stars 29 forks source link

Fix TypeError #73

Closed uuf6429 closed 1 year ago

uuf6429 commented 1 year ago

Hey, the first scenario provided by provideKeyboardEventsModifiers attempts to pass a null to the test method's first argument, defined as a string, causing a TypeError: https://github.com/minkphp/driver-testsuite/blob/3bee79433f88e78ab696e33cb9a71b26037b4f73/tests/Js/EventsTest.php#L120 https://github.com/minkphp/driver-testsuite/blob/3bee79433f88e78ab696e33cb9a71b26037b4f73/tests/Js/EventsTest.php#L91

image