Google\Cloud\Tests\Storage\StorageClientTest::testGetBucket PHP Méthode

testGetBucket() public méthode

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