diff --git a/core/modules/system/src/Tests/Theme/TwigTransTest.php b/core/modules/system/src/Tests/Theme/TwigTransTest.php index 007b6e9..2a49f73 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)) . ''); } /**