We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffc59d commit 567bd36Copy full SHA for 567bd36
tests/ClientTest.php
@@ -622,7 +622,7 @@ public function testPrefersReducedMotionDisabled(string $browser): void
622
$client->clickLink('Click me!');
623
}
624
625
- public function providePrefersReducedMotion(): iterable
+ public static function providePrefersReducedMotion(): iterable
626
{
627
yield 'Chrome' => [PantherTestCase::CHROME];
628
yield 'Firefox' => [PantherTestCase::FIREFOX];
0 commit comments