Closed samdark closed 5 years ago
Hmm. Seems it doesn't silence. Weird...
That's PHPUnit.
Now it's all green including AppVeyor.
Ready to be merged.
I'd intercept the E_DEPRECATED
notice in the src/Imagick/Imagine.php
class, instead of hiding these notices for the whole tests.
Why?
Solution? What about wrapping that call in a withExceptionHandler
like we already do in the Gd\Image
class?
Doesn't seem to work like that. Have no idea how to do it without using @
.
@mlocati any suggestions?
Great. Do you plan tagging release?
Yep, as soon as I find a minute to do that (I guess in an hour or two)
Great. Do you plan tagging release?
Done
In order to prevent deprecation error with PECL 3.4.4 and ImageMagick 6.
See #715