Skip to content

Commit 14af2a7

Browse files
committed
Improve support for Totara.
1 parent 8518dfe commit 14af2a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

db/install.xml

-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@
4747
</TABLE>
4848
</TABLES>
4949
</XMLDB>
50-

tests/engine_test.php

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ public function tearDown(): void {
8787
$this->generator->teardown();
8888
$this->generator = null;
8989
}
90+
$this->search = null;
91+
$this->engine = null;
9092
}
9193

9294
/**

0 commit comments

Comments
 (0)