OSS\Tests\OssClinetImageTest::testImageResize PHP Method

testImageResize() public method

public testImageResize ( )
    public function testImageResize()
    {
        $options = array(OssClient::OSS_FILE_DOWNLOAD => $this->download_file, OssClient::OSS_PROCESS => "image/resize,m_fixed,h_100,w_100");
        $this->check($options, 100, 100, 3587, 'jpg');
    }