We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d546ca commit 22aabafCopy full SHA for 22aabaf
tests/OpenCloud/Tests/ObjectStore/Resource/ContainerTest.php
@@ -240,6 +240,8 @@ public function test_Upload_Multiple_Return_DataObject_Array()
240
array('name' => 'test2', 'path' => $tempFileName),
241
array('name' => 'test2', 'body' => 'BARBAR')
242
), array(), ReturnType::DATA_OBJECT_ARRAY);
243
+ } catch (Exception $e) {
244
+ throw $e;
245
} finally {
246
fclose($tempFile);
247
unlink($tempFileName);
0 commit comments