Skip to content

Commit fc2cab5

Browse files
committed
minor #9711 Improve functional test workflow example (JeroenDeDauw, javiereguiluz)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #9711). Discussion ---------- Improve functional test workflow example The example used to be Arrange Act Assert Act Assert, rather than http://wiki.c2.com/?ArrangeActAssert Commits ------- 3c0a54a Reword 36cb8a2 Improve functional test workflow example
2 parents 9772551 + 3c0a54a commit fc2cab5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing.rst

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ application (from the routing to the views). They are no different from unit
124124
tests as far as PHPUnit is concerned, but they have a very specific workflow:
125125

126126
* Make a request;
127-
* Test the response;
128127
* Click on a link or submit a form;
129128
* Test the response;
130129
* Rinse and repeat.

0 commit comments

Comments
 (0)