From 67e1cee64a28f5dcffc24e5327b95b3aa27e0bb2 Mon Sep 17 00:00:00 2001 From: Myles Beardsmore Date: Wed, 10 Jun 2015 16:56:31 +1200 Subject: [PATCH] Completed missing comment ending Completed missing comment ending --- .../06_Testing/How_Tos/00_Write_a_SapphireTest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]