From ee8692cf1c9d735fa3dee730552fe2eedf89bb65 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Sun, 8 Nov 2020 09:21:58 -0800 Subject: [PATCH] Update docs/en/reference/testing.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Grégoire Paris --- docs/en/reference/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/testing.rst b/docs/en/reference/testing.rst index a8aadb009c7..6a1a8e8c545 100644 --- a/docs/en/reference/testing.rst +++ b/docs/en/reference/testing.rst @@ -75,7 +75,7 @@ Integration tests are located under the ``tests/Doctrine/Tests/DBAL/Functional`` they require a real database connection to test their logic against. It is recommended to use ``Doctrine\DBAL\Tests\FunctionalTestCase`` as the base class for integration tests. -Base on the configuration, it will automatically create and connect to the test database. +Based on the configuration, it will automatically create and connect to the test database. Data Fixtures in Integration Tests ++++++++++++++++++++++++++++++++++