Skip to content

Commit

Permalink
Switch the Filter used in the rendering tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darrynten committed Aug 17, 2018
1 parent 1f93154 commit 3377a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pslayers/PslayersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public function testMasterRender()
'imageUrl' => __DIR__ . '/image/test.png',
'composite' => Imagick::COMPOSITE_MULTIPLY,
'filters' => [
$stainedGlassFilter,
$blurFilter,
],
]);

Expand Down

0 comments on commit 3377a46

Please sign in to comment.