Skip to content

Commit 4b68a34

Browse 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

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)