diff --git a/docs/en/02_Developer_Guides/06_Testing/How_Tos/00_Write_a_SapphireTest.md b/docs/en/02_Developer_Guides/06_Testing/How_Tos/00_Write_a_SapphireTest.md index ed8d69764..9bae22450 100644 --- a/docs/en/02_Developer_Guides/06_Testing/How_Tos/00_Write_a_SapphireTest.md +++ b/docs/en/02_Developer_Guides/06_Testing/How_Tos/00_Write_a_SapphireTest.md @@ -15,7 +15,7 @@ how you can load default records into the test database. /** * Defines the fixture file to use for this test class * - / + */ protected static $fixture_file = 'SiteTreeTest.yml'; /** @@ -79,4 +79,4 @@ For more information on PHPUnit's assertions see the [PHPUnit manual](http://www ## API Documentation * [api:SapphireTest] -* [api:FunctionalTest] \ No newline at end of file +* [api:FunctionalTest]