summaryrefslogtreecommitdiff
path: root/tests/app/Services/TimeoutServiceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Services/TimeoutServiceTest.php')
-rw-r--r--tests/app/Services/TimeoutServiceTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Services/TimeoutServiceTest.php b/tests/app/Services/TimeoutServiceTest.php
index 4948c9c001..1a3d239e2b 100644
--- a/tests/app/Services/TimeoutServiceTest.php
+++ b/tests/app/Services/TimeoutServiceTest.php
@@ -54,9 +54,9 @@ class TimeoutServiceTest extends TestCase
protected function tearDown(): void
{
- parent::setUp();
-
self::$mock_functions = null;
+
+ parent::tearDown();
}
public function testNoTimeOut(): void