diff --git a/testing.rst b/testing.rst index e6f33ff4b3e..b4feab5f8a4 100644 --- a/testing.rst +++ b/testing.rst @@ -120,7 +120,6 @@ application (from the routing to the views). They are no different from unit tests as far as PHPUnit is concerned, but they have a very specific workflow: * Make a request; -* Test the response; * Click on a link or submit a form; * Test the response; * Rinse and repeat.