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:
395
395
Whether you're creating or updating objects, the workflow is always the same: Doctrine
396
396
is smart enough to know if it should INSERT of UPDATE your entity.
397
397
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
-
404
398
Fetching Objects from the Database
405
399
----------------------------------
406
400
@@ -664,6 +658,13 @@ relationships.
664
658
665
659
For info, see :doc: `/doctrine/associations `.
666
660
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
+
667
668
Learn more
668
669
----------
669
670
You can’t perform that action at this time.
0 commit comments