Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/engine_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @copyright 2017 Catalyst IT
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class search_postgresfulltext_engine_testcase extends \core_phpunit\testcase {
class search_postgresfulltext_engine_test extends \core_phpunit\testcase {

/**
* @var \core_search::manager
Expand Down Expand Up @@ -89,6 +89,7 @@ public function tearDown(): void {
}
$this->search = null;
$this->engine = null;
parent::tearDown();
}

/**
Expand Down
Loading