diff --git a/testing/database.rst b/testing/database.rst index f2a76a1b40e..bf8fbd564ca 100644 --- a/testing/database.rst +++ b/testing/database.rst @@ -200,7 +200,7 @@ the employee which gets returned by the ``Repository``, which itself gets returned by the ``EntityManager``. This way, no real class is involved in testing. -Mocking a Doctrine Repository in Functional Tests +Functional Testing of A Doctrine Repository ------------------------------------------------- In :ref:`functional tests ` you'll make queries to the