Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a97f4a

Browse filesBrowse 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
Copy full SHA for 6a97f4a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎testing/database.rst

Copy file name to clipboardExpand all lines: testing/database.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.