MDL-43883 Behat: Make Atto the default text editor and adjust behat to use it.

This commit is contained in:
Damyon Wiese 2014-02-13 15:57:44 +08:00
parent da00661d1f
commit 9f07f05a48
7 changed files with 15 additions and 228 deletions

View file

@ -129,7 +129,7 @@ function xmldb_main_install() {
'sessiontimeout' => 7200, // must be present during roles installation
'stringfilters' => '', // These two are managed in a strange way by the filters
'filterall' => 0, // setting page, so have to be initialised here.
'texteditors' => 'tinymce,textarea',
'texteditors' => 'atto,tinymce,textarea',
);
foreach($defaults as $key => $value) {
set_config($key, $value);