make YourlsProxyTest compatible with newer phpunit

This commit is contained in:
El RIDO
2022-10-25 06:39:50 +02:00
parent f6edcc1acd
commit 17d7a6967e

View File

@@ -3,7 +3,7 @@
use PrivateBin\Configuration; use PrivateBin\Configuration;
use PrivateBin\YourlsProxy; use PrivateBin\YourlsProxy;
class YourlsProxyTest extends PHPUnit_Framework_TestCase class YourlsProxyTest extends TestCase
{ {
private $_conf; private $_conf;