OSS\Tests\OssClinetImageTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        $this->client->deleteObject($this->bucketName, $this->object);
        $this->client->deleteBucket($this->bucketName);
    }