Skip to content

Commit

Permalink
Better way to get mkdir() to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Aug 14, 2019
1 parent 1b25604 commit ecf5fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Libraries/Cms/Image/ImageTest.php
Expand Up @@ -817,7 +817,7 @@ public function testGenerateThumbsWithInvalidFolder()
$image = new Image;
$image->loadFile($this->testFile);

$thumbs = $image->createThumbs('50x38', Image::SCALE_INSIDE, '//foo');
$thumbs = $image->createThumbs('50x38', Image::SCALE_INSIDE, '/foo/bar');
}

/**
Expand Down

0 comments on commit ecf5fd7

Please sign in to comment.