From b175acb22a25b2c75d808d7e77dda0f872fb6464 Mon Sep 17 00:00:00 2001 From: GGeorggg Date: Wed, 5 Oct 2022 23:47:31 +0200 Subject: [PATCH] Update filter_test.php fix phpunit test --- tests/filter_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/filter_test.php b/tests/filter_test.php index 5b83ffa..63d8d7f 100644 --- a/tests/filter_test.php +++ b/tests/filter_test.php @@ -41,7 +41,7 @@ class filter_oembed_testcase extends advanced_testcase { /** * Sets up the test cases. */ - protected function setUp() { + protected function setUp() :void { parent::setUp(); $this->filter = new filter_oembed(context_system::instance(), array()); // Ensure all tested providers are enabled.