We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb2097 commit 5f39ef0Copy full SHA for 5f39ef0
.stubs.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+namespace Laravel\Dusk {
4
5
+ use Imagick;
6
7
+ class Browser {
8
+ public function assertScreenshot(string $name, float $threshold = 0.0001, int $metric = Imagick::METRIC_MEANSQUAREERROR): static {}
9
10
+ public function assertResponsiveScreenshots(string $name, float $threshold = 0.0001, int $metric = Imagick::METRIC_MEANSQUAREERROR): static {}
11
12
+ }
13
+}
0 commit comments