MDL-39882 add required behat settings to config-dist

This commit is contained in:
Petr Škoda
2013-05-31 21:09:52 +02:00
parent b6f8a93642
commit f8cb3e62ff
+5
View File
@@ -554,6 +554,11 @@ $CFG->admin = 'admin';
//=========================================================================
// 11. BEHAT SUPPORT
//=========================================================================
// Behat needs a separate data directory and unique database prefix:
//
// $CFG->behat_prefix = 'bht_';
// $CFG->behat_dataroot = '/home/example/bht_moodledata';
//
// Behat uses http://localhost:8000 as default URL to run
// the acceptance tests, you can override this value.
// Example: