diff --git a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php index 60ceea0660..f784a016d9 100644 --- a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php +++ b/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php @@ -63,7 +63,7 @@ public function testViewsHandlerTidField() { }); $expected = \Drupal::l($this->term1->label(), $this->term1->toUrl()); - $this->assertEqual($expected, $actual); + $this->assertEquals($expected, $actual); } }