Google\Cloud\Tests\Snippets\Storage\StorageClientTest::testBucket PHP Method

testBucket() public method

public testBucket ( )
    public function testBucket()
    {
        $snippet = $this->snippetFromMethod(StorageClient::class, 'bucket');
        $snippet->addLocal('storage', $this->client);
        $res = $snippet->invoke('bucket');
        $this->assertInstanceOf(Bucket::class, $res->returnVal());
    }