We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532e6e2 commit 61b2e2fCopy full SHA for 61b2e2f
1 file changed
tests/Js/EventsTest.php
@@ -2,6 +2,7 @@
2
3
namespace Behat\Mink\Tests\Driver\Js;
4
5
+use Behat\Mink\KeyModifier;
6
use Behat\Mink\Tests\Driver\TestCase;
7
8
final class EventsTest extends TestCase
@@ -87,6 +88,8 @@ public function testMouseOver(): void
87
88
}
89
90
/**
91
+ * @param KeyModifier::*|null $modifier
92
+ *
93
* @dataProvider provideKeyboardEventsModifiers
94
*/
95
public function testKeyboardEvents(?string $modifier, string $eventProperties): void
0 commit comments