From 7e7e9ec0491cd90836559093abea76ea73ab8505 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 9 Jan 2024 22:47:10 +0000 Subject: [PATCH] [rating] teardown tests properly --- ext/rating/test.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/rating/test.php b/ext/rating/test.php index 3c20cfac..9f5ff724 100644 --- a/ext/rating/test.php +++ b/ext/rating/test.php @@ -110,5 +110,7 @@ class RatingsTest extends ShimmiePHPUnitTestCase $this->log_in_as_user(); $user_config->set_array(RatingsConfig::USER_DEFAULTS, ["?", "s", "q", "e"]); + + parent::tearDown(); } }