diff --git a/core/modules/image/src/Tests/ImageAdminStylesTest.php b/core/modules/image/src/Tests/ImageAdminStylesTest.php index 01d3fd32921..1f6f411054f 100644 --- a/core/modules/image/src/Tests/ImageAdminStylesTest.php +++ b/core/modules/image/src/Tests/ImageAdminStylesTest.php @@ -429,7 +429,7 @@ public function testEditEffect() { $rows = $this->xpath('//table/tbody/tr'); $i = 0; foreach ($rows as $row) { - if (((string) $row->td[0]) == 'Test style scale edit scale') { + if (((string) $row->td[0]) === 'Test style scale edit scale') { $this->clickLink('Edit', $i); break; }