mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-62183_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
57565dc3b2
@ -71,6 +71,7 @@ class search_solr_engine_testcase extends advanced_testcase {
|
||||
public function setUp() {
|
||||
$this->resetAfterTest();
|
||||
set_config('enableglobalsearch', true);
|
||||
set_config('searchengine', 'solr');
|
||||
|
||||
if (!function_exists('solr_get_version')) {
|
||||
$this->markTestSkipped('Solr extension is not loaded.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user