diff --git a/tests/ImageManagerTest.php b/tests/ImageManagerTest.php index 7f0a78c3..e23d9127 100644 --- a/tests/ImageManagerTest.php +++ b/tests/ImageManagerTest.php @@ -1,6 +1,5 @@ make('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'); - $this->assertInstanceOf(Image::class, $image); - $this->assertInstanceOf(Imagick::class, $image->getCore()); + $this->assertInstanceOf('Intervention\Image\Image', $image); + $this->assertInstanceOf('Imagick', $image->getCore()); } }