mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
phpunit compatibility
This commit is contained in:
parent
3f469f715f
commit
a2e479192f
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
use Google\Auth\HttpHandler\HttpHandlerFactory;
|
use Google\Auth\HttpHandler\HttpHandlerFactory;
|
||||||
use GuzzleHttp\Client;
|
use GuzzleHttp\Client;
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
use PrivateBin\Data\GoogleCloudStorage;
|
use PrivateBin\Data\GoogleCloudStorage;
|
||||||
|
|
||||||
class GoogleCloudStorageTest extends PHPUnit_Framework_TestCase
|
class GoogleCloudStorageTest extends TestCase
|
||||||
{
|
{
|
||||||
private static $_client;
|
private static $_client;
|
||||||
private static $_bucket;
|
private static $_bucket;
|
||||||
|
Loading…
Reference in New Issue
Block a user