PHP Class Google\Cloud\Tests\Storage\StorageObjectTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: GoogleCloudPlatform/gcloud-php

Public Properties

Property Type Description
$connection Google\Cloud\Storage\Connection\ConnectionInterface | Prophecy\Prophecy\ObjectProphecy

Public Methods

Method Description
setUp ( )
testCopyObjectThrowsExceptionWithInvalidType ( )
testCopyObjectWithDefaultName ( )
testCopyObjectWithNewName ( )
testDelete ( )
testDoesExistFalse ( )
testDoesExistTrue ( )
testDownloadsAsString ( )
testDownloadsToFile ( )
testGetAcl ( )
testGetBodyWithExtraOptions ( )
testGetBodyWithoutExtraOptions ( )
testGetsIdentity ( )
testGetsInfo ( )
testGetsInfoWithReload ( )
testGetsName ( )
testRenamesObject ( )
testRewriteObjectThrowsExceptionWithInvalidType ( )
testRewriteObjectWithDefaultName ( )
testRewriteObjectWithNewName ( )
testUpdatesData ( )

Method Details

setUp() public method

public setUp ( )

testCopyObjectThrowsExceptionWithInvalidType() public method

testCopyObjectWithDefaultName() public method

testCopyObjectWithNewName() public method

testDelete() public method

public testDelete ( )

testDoesExistFalse() public method

public testDoesExistFalse ( )

testDoesExistTrue() public method

public testDoesExistTrue ( )

testDownloadsAsString() public method

testDownloadsToFile() public method

public testDownloadsToFile ( )

testGetAcl() public method

public testGetAcl ( )

testGetBodyWithExtraOptions() public method

testGetBodyWithoutExtraOptions() public method

testGetsIdentity() public method

public testGetsIdentity ( )

testGetsInfo() public method

public testGetsInfo ( )

testGetsInfoWithReload() public method

testGetsName() public method

public testGetsName ( )

testRenamesObject() public method

public testRenamesObject ( )

testRewriteObjectThrowsExceptionWithInvalidType() public method

testRewriteObjectWithDefaultName() public method

testRewriteObjectWithNewName() public method

testUpdatesData() public method

public testUpdatesData ( )

Property Details

$connection public_oe property

public ConnectionInterface,Google\Cloud\Storage\Connection|ObjectProphecy,Prophecy\Prophecy $connection
return Google\Cloud\Storage\Connection\ConnectionInterface | Prophecy\Prophecy\ObjectProphecy