From 8ed9fccf2501184b197cd5e6e5cdd8c0e92a45b2 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 25 Oct 2022 06:43:17 +0200 Subject: [PATCH] make YourlsProxyTest compatible with newer phpunit --- tst/YourlsProxyTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tst/YourlsProxyTest.php b/tst/YourlsProxyTest.php index fb12137d..389f1b35 100644 --- a/tst/YourlsProxyTest.php +++ b/tst/YourlsProxyTest.php @@ -12,7 +12,7 @@ class YourlsProxyTest extends TestCase private $_mock_yourls_service; - public function setUp() + public function setUp(): void { /* Setup Routine */ $this->_path = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'privatebin_data'; @@ -29,7 +29,7 @@ class YourlsProxyTest extends TestCase $this->_conf = new Configuration; } - public function tearDown() + public function tearDown(): void { /* Tear Down Routine */ unlink(CONF);