Merge pull request #5003 from ZarockNZ/patch-1

Correct minor typo
This commit is contained in:
Damian Mooyman 2016-02-03 13:15:45 +13:00
commit 63ea28c0f8

View File

@ -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()) {