phpunit compatibility

pull/1121/head
El RIDO 2021-10-07 22:20:25 +02:00
parent 3f469f715f
commit a2e479192f
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@
use Google\Auth\HttpHandler\HttpHandlerFactory;
use GuzzleHttp\Client;
use PHPUnit\Framework\TestCase;
use PrivateBin\Data\GoogleCloudStorage;
class GoogleCloudStorageTest extends PHPUnit_Framework_TestCase
class GoogleCloudStorageTest extends TestCase
{
private static $_client;
private static $_bucket;