aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Module/TestCase.php
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-11-07 17:29:54 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-11-07 17:29:54 +0100
commit47f109451d1a465ccc9b306cc7a1d08d4d69f55c (patch)
treef12d20c195eb2466967bf3d16465d5f504fdad59 /tests/unit/Module/TestCase.php
parent939e5d9ca59a9fb9dd86108715ea05c661be4040 (diff)
downloadvolse-hubzilla-47f109451d1a465ccc9b306cc7a1d08d4d69f55c.tar.gz
volse-hubzilla-47f109451d1a465ccc9b306cc7a1d08d4d69f55c.tar.bz2
volse-hubzilla-47f109451d1a465ccc9b306cc7a1d08d4d69f55c.zip
Fix some more deprecation warnings in the tests.
Diffstat (limited to 'tests/unit/Module/TestCase.php')
-rw-r--r--tests/unit/Module/TestCase.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/Module/TestCase.php b/tests/unit/Module/TestCase.php
index 81d8e61fc..1a4cf52fc 100644
--- a/tests/unit/Module/TestCase.php
+++ b/tests/unit/Module/TestCase.php
@@ -26,6 +26,9 @@ class TestCase extends UnitTestCase {
// Import PHPMock methods into this class
use \phpmock\phpunit\PHPMock;
+ protected $killme_stub;
+ protected $goaway_stub;
+
#[After]
public function cleanup_stubs(): void {
$this->killme_stub = null;