Google\Cloud\Tests\Snippets\Storage\StorageObjectTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->connection = $this->prophesize(ConnectionInterface::class);
        $this->object = new \StorageObjectStub($this->connection->reveal(), self::OBJECT, self::BUCKET);
    }