Skip to content

Commit 07fd43a

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Remove "mocking" to better reflect the subject.
2 parents c62eb22 + b3bd7e7 commit 07fd43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/database.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ 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
204-
-------------------------------------------------
203+
Functional Testing of A Doctrine Repository
204+
-------------------------------------------
205205

206206
In :ref:`functional tests <functional-tests>` you'll make queries to the
207207
database using the actual Doctrine repositories, instead of mocking them. To do

0 commit comments

Comments
 (0)