src/Tests/BigPipeNoJsDetectionTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Tests/BigPipeNoJsDetectionTest.php b/src/Tests/BigPipeNoJsDetectionTest.php index 2fce411..45ee6e3 100644 --- a/src/Tests/BigPipeNoJsDetectionTest.php +++ b/src/Tests/BigPipeNoJsDetectionTest.php @@ -58,8 +58,6 @@ class BigPipeNoJsDetectionTest extends WebTestBase { $this->assertSessionCookieExists(TRUE); $this->assertBigPipeNoJsCookieExists(FALSE); $this->assertRaw(''); - $this->fail(str_replace(['<', '>'], ['[', ']'], '')); - $this->fail(str_replace(['<', '>'], ['[', ']'], substr($this->getRawContent(), 0, 500))); $this->assertBigPipeNoJsMetaRefreshRedirect(); $this->assertBigPipeNoJsCookieExists(TRUE); @@ -74,8 +72,6 @@ class BigPipeNoJsDetectionTest extends WebTestBase { $this->assertSessionCookieExists(TRUE); $this->assertBigPipeNoJsCookieExists(FALSE); $this->assertRaw(''); - $this->fail(str_replace(['<', '>'], ['[', ']'], '')); - $this->fail(str_replace(['<', '>'], ['[', ']'], substr($this->getRawContent(), 0, 500))); $this->assertBigPipeNoJsMetaRefreshRedirect(); $this->assertBigPipeNoJsCookieExists(TRUE); }