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 ++++++++++++++++++++++++++++++++++