Skip to content

Commit 6a97f4a

Browse files
lex0rjaviereguiluz
authored andcommitted
Remove "mocking" to better reflect the subject.
This section is about doing a functional (or perhaps integration?) testing with the real (not mocked) objects, therefore using "mocking" in the title is not correct, especially because it echoes the previous section where actual mock objects are used.
1 parent be0cde5 commit 6a97f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ the employee which gets returned by the ``Repository``, which itself gets
200200
returned by the ``EntityManager``. This way, no real class is involved in
201201
testing.
202202

203-
Mocking a Doctrine Repository in Functional Tests
203+
Functional Testing of A Doctrine Repository
204204
-------------------------------------------------
205205

206206
In :ref:`functional tests <functional-tests>` you'll make queries to the

0 commit comments

Comments
 (0)