Skip to content

Commit b266c1b

Browse files
authored
Added tip to require browser-kit in WebTestCase.
1 parent 795b782 commit b266c1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

testing.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,11 @@ As an example, a test could look like this::
155155
);
156156
}
157157
}
158-
158+
159+
.. tip::
160+
161+
  Do not forget to require the ``Browser-Kit`` via ``composer require browser-kit`` if you want to use the ``WebTestCase`` class.
162+
159163
.. tip::
160164

161165
To run your functional tests, the ``WebTestCase`` class needs to know which

0 commit comments

Comments
 (0)