From 87a674a460e890463586dd6c57d53346cb85fd39 Mon Sep 17 00:00:00 2001 From: DouG Date: Mon, 1 Feb 2016 16:25:17 +1300 Subject: [PATCH] Correct minor typo had the word "fun" rather than "run" --- docs/en/02_Developer_Guides/06_Testing/00_Unit_Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/06_Testing/00_Unit_Testing.md b/docs/en/02_Developer_Guides/06_Testing/00_Unit_Testing.md index 0821980a0..b5f0db131 100644 --- a/docs/en/02_Developer_Guides/06_Testing/00_Unit_Testing.md +++ b/docs/en/02_Developer_Guides/06_Testing/00_Unit_Testing.md @@ -133,7 +133,7 @@ Unless executing a coverage report there is no need to have xDebug enabled. sudo php5enmod xdebug ### Use SQLite In Memory -SQLIte can be configured to fun in memory as opposed to disk and this makes testing an order of magnitude faster. To effect this change add the following to mysite/_config.php - this enables an optional flag to switch between MySQL and SQLite. Note also that the package silverstripe/sqlite3 will need installed, version will vary depending on which version of SilverStripe is being tested. +SQLIte can be configured to run in memory as opposed to disk and this makes testing an order of magnitude faster. To effect this change add the following to mysite/_config.php - this enables an optional flag to switch between MySQL and SQLite. Note also that the package silverstripe/sqlite3 will need installed, version will vary depending on which version of SilverStripe is being tested. :::php if(Director::isDev()) {