Skip to content

Commit 7e77d9c

Browse files
committed
moving section down
1 parent 6259931 commit 7e77d9c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doctrine.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,6 @@ Take a look at the previous example in more detail:
395395
Whether you're creating or updating objects, the workflow is always the same: Doctrine
396396
is smart enough to know if it should INSERT of UPDATE your entity.
397397

398-
.. tip::
399-
400-
Doctrine provides a library that allows you to programmatically load testing
401-
data into your project (i.e. "fixture data"). For information, see
402-
the "`DoctrineFixturesBundle`_" documentation.
403-
404398
Fetching Objects from the Database
405399
----------------------------------
406400

@@ -664,6 +658,13 @@ relationships.
664658

665659
For info, see :doc:`/doctrine/associations`.
666660

661+
Dummy Data Fixtures
662+
-------------------
663+
664+
Doctrine provides a library that allows you to programmatically load testing
665+
data into your project (i.e. "fixture data"). For information, see
666+
the "`DoctrineFixturesBundle`_" documentation.
667+
667668
Learn more
668669
----------
669670

0 commit comments

Comments
 (0)