Skip to content

Commit 567bd36

Browse files
committedJan 9, 2025
fix
1 parent 6ffc59d commit 567bd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/ClientTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ public function testPrefersReducedMotionDisabled(string $browser): void
622622
$client->clickLink('Click me!');
623623
}
624624

625-
public function providePrefersReducedMotion(): iterable
625+
public static function providePrefersReducedMotion(): iterable
626626
{
627627
yield 'Chrome' => [PantherTestCase::CHROME];
628628
yield 'Firefox' => [PantherTestCase::FIREFOX];

0 commit comments

Comments
 (0)