Skip to content

Commit 6026cd7

Browse files
committed
Merge branch '4.4'
* 4.4: Remove "mocking" to better reflect the subject.
2 parents dc05ee5 + 07fd43a commit 6026cd7

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)