diff --git a/docs/en/02_Developer_Guides/06_Testing/04_Fixtures.md b/docs/en/02_Developer_Guides/06_Testing/04_Fixtures.md index b3de024bc..cfc8f6004 100644 --- a/docs/en/02_Developer_Guides/06_Testing/04_Fixtures.md +++ b/docs/en/02_Developer_Guides/06_Testing/04_Fixtures.md @@ -9,6 +9,42 @@ SilverStripe starts with a fresh database containing no records. `Fixtures` prov to load into the database. The [api:SapphireTest] class takes care of populating a test database with data from fixtures - all we have to do is define them. +