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.
2 parents c22dafd + 5ad1eb7 commit d829782Copy full SHA for d829782
src/Drivers/ImageDriver.php
@@ -29,7 +29,7 @@ public function extension(): string
29
public function match($expected, $actual)
30
{
31
if (! class_exists(Pixelmatch::class)) {
32
- throw new Exception('The spatie/pixelmatch package is not installed. Please install it to enable image comparison.');
+ throw new Exception('The spatie/pixelmatch-php package is not installed. Please install it to enable image comparison.');
33
}
34
35
$tempPath = sys_get_temp_dir();
0 commit comments