Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool committed Jan 22, 2018
1 parent b032e2d commit be4094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ImageWorkshopTest.php
Expand Up @@ -57,7 +57,7 @@ public function testInitFromPath()

// test 4

$this->setExpectedException('PHPImageWorkshop\Exception\ImageWorkshopException', '', ImageWorkshop::ERROR_IMAGE_NOT_FOUND);
$this->setExpectedException('PHPImageWorkshop\Exception\ImageWorkshopException', 'File "fakePath" not exists.', ImageWorkshop::ERROR_IMAGE_NOT_FOUND);
$layer = ImageWorkshop::initFromPath('fakePath');
}

Expand Down

0 comments on commit be4094f

Please sign in to comment.