Skip to content

Commit

Permalink
fixed for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Dec 29, 2023
1 parent f53e47e commit e4b99fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ThumbCreatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ThumbCreatorTest extends TestCase
*/
public function testConstructNoExistingFile(): void
{
$this->expectExceptionMessageMatches('/^File or directory `[\w\-\/\.\\:]+` is not readable$/');
$this->expectExceptionMessageMatches('/^File or directory `[\w\-\/\.\\\:]+` is not readable$/');
$this->getThumbCreatorInstance('noExistingFile.gif');
}

Expand Down

0 comments on commit e4b99fe

Please sign in to comment.