diff --git a/core/modules/system/src/Tests/Theme/TwigTransTest.php b/core/modules/system/src/Tests/Theme/TwigTransTest.php index 2a49f73..b70d887 100644 --- a/core/modules/system/src/Tests/Theme/TwigTransTest.php +++ b/core/modules/system/src/Tests/Theme/TwigTransTest.php @@ -188,7 +188,7 @@ public function testPlaceholderOutsideOfTrans() { $script = ''; $this->assertNoRaw($script); - $this->assertEqual(2, substr_count($this->getRawContent(), '' . SafeMarkup::checkPlain($script)) . ''); + $this->assertEqual(2, substr_count($this->getRawContent(), '' . SafeMarkup::checkPlain($script) . '')); } /**