We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875722e commit 1bf3108Copy full SHA for 1bf3108
tests/phpunit/tests/image/resize.php
@@ -92,7 +92,7 @@ public function test_resize_avif() {
92
$file = DIR_TESTDATA . '/images/avif-lossy.avif';
93
$editor = wp_get_image_editor( $file );
94
95
- if ( 'WP_Image_Editor_Imagick' == $this->editor_engine ) {
+ if ( 'WP_Image_Editor_Imagick' === $this->editor_engine ) {
96
$version = Imagick::getVersion();
97
98
if ( $version['versionNumber'] >= 0x700 ) {
0 commit comments