Google\Cloud\Tests\Snippets\Storage\BucketTest::testObject PHP Method

testObject() public method

public testObject ( )
    public function testObject()
    {
        $snippet = $this->snippetFromMethod(Bucket::class, 'object');
        $snippet->addLocal('bucket', $this->bucket);
        $res = $snippet->invoke('object');
        $this->assertInstanceOf(StorageObject::class, $res->returnVal());
    }