Google\Cloud\Tests\Storage\StorageClientTest::testGetBucket PHP Method

testGetBucket() public method

public testGetBucket ( )
    public function testGetBucket()
    {
        $this->client->setConnection($this->connection->reveal());
        $this->assertInstanceOf('Google\\Cloud\\Storage\\Bucket', $this->client->bucket('myBucket'));
    }