Skip to content

Commit

Permalink
ensure tearDown() is called
Browse files Browse the repository at this point in the history
  • Loading branch information
rockuw committed Mar 2, 2016
1 parent dfb8290 commit 00e053e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/OSS/Tests/OssClientSignatureTest.php
Expand Up @@ -78,6 +78,7 @@ public function testGetSignedUrlForPuttingObjectFromFile()
public function tearDown()
{
$this->ossClient->deleteObject($this->bucket, "a.file");
parent::tearDown();
}

public function setUp()
Expand Down

0 comments on commit 00e053e

Please sign in to comment.