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 4b68a34

Browse filesBrowse files
committed
minor #12435 Remove "mocking" to better reflect the subject. (lex0r)
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes #12435). Discussion ---------- 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. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 6a97f4a Remove "mocking" to better reflect the subject.
2 parents be0cde5 + 6a97f4a commit 4b68a34
Copy full SHA for 4b68a34

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.