Google\Cloud\Tests\Upload\ResumableUploaderTest::setUp PHP 메소드

setUp() 공개 메소드

public setUp ( )
    public function setUp()
    {
        $this->requestWrapper = $this->prophesize('Google\\Cloud\\RequestWrapper');
        $this->stream = Psr7\stream_for('abcd');
        $this->successBody = '{"canI":"kickIt"}';
    }