diff --git a/testing.rst b/testing.rst index 4033a72db5c..31428c41845 100644 --- a/testing.rst +++ b/testing.rst @@ -843,12 +843,6 @@ useful test assertions:: // ...or check that the response is a redirect to any URL $this->assertResponseRedirects(); -.. versionadded:: 4.3 - - The ``assertResponseHeaderSame()``, ``assertResponseIsSuccessful()``, - ``assertResponseStatusCodeSame()``, ``assertResponseRedirects()`` and other - related methods were introduced in Symfony 4.3. - .. index:: single: Tests; Crawler