Skip to content

Commit 36cb8a2

Browse files
JeroenDeDauwjaviereguiluz
authored andcommitted
Improve functional test workflow example
The example used to be Arrange Act Assert Act Assert, rather than http://wiki.c2.com/?ArrangeActAssert
1 parent 9772551 commit 36cb8a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testing.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ tests as far as PHPUnit is concerned, but they have a very specific workflow:
125125

126126
* Make a request;
127127
* Test the response;
128-
* Click on a link or submit a form;
129-
* Test the response;
130128
* Rinse and repeat.
131129

132130
Your First Functional Test

0 commit comments

Comments
 (0)