Skip to content

Commit

Permalink
Fix unrelated phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Mar 10, 2024
1 parent 532e6e2 commit 61b2e2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Js/EventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Behat\Mink\Tests\Driver\Js;

use Behat\Mink\KeyModifier;
use Behat\Mink\Tests\Driver\TestCase;

final class EventsTest extends TestCase
Expand Down Expand Up @@ -87,6 +88,8 @@ public function testMouseOver(): void
}

/**
* @param KeyModifier::*|null $modifier
*
* @dataProvider provideKeyboardEventsModifiers
*/
public function testKeyboardEvents(?string $modifier, string $eventProperties): void
Expand Down

0 comments on commit 61b2e2f

Please sign in to comment.