make YourlsProxyTest compatible with newer phpunit

pull/1121/head
El RIDO 2022-10-25 06:39:50 +02:00
parent f6edcc1acd
commit 17d7a6967e
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

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