File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -395,12 +395,6 @@ Take a look at the previous example in more detail:
395395Whether you're creating or updating objects, the workflow is always the same: Doctrine
396396is 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-
404398Fetching Objects from the Database
405399----------------------------------
406400
@@ -664,6 +658,13 @@ relationships.
664658
665659For 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+
667668Learn more
668669----------
669670
You can’t perform that action at this time.
0 commit comments