phpunit compatibility
This commit is contained in:
parent
3f469f715f
commit
a2e479192f
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue