From 17d7a6967e0b92474d865624e5e49ddfd48d7079 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 25 Oct 2022 06:39:50 +0200 Subject: [PATCH] make YourlsProxyTest compatible with newer phpunit --- tst/YourlsProxyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/YourlsProxyTest.php b/tst/YourlsProxyTest.php index 2e372995..1895503b 100644 --- a/tst/YourlsProxyTest.php +++ b/tst/YourlsProxyTest.php @@ -3,7 +3,7 @@ use PrivateBin\Configuration; use PrivateBin\YourlsProxy; -class YourlsProxyTest extends PHPUnit_Framework_TestCase +class YourlsProxyTest extends TestCase { private $_conf;