Skip to content

Commit 4f757a1

Browse files
committed
more debug
1 parent f868e1b commit 4f757a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sample/Compute/v2/VolumeAttachmentTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function testDetach(VolumeAttachment $createdVolumeAttachment)
8888
$server->retrieve();
8989
foreach ($server->listVolumeAttachments() as $volumeAttachment) {
9090
if ($volumeAttachment->volumeId === $createdVolumeAttachment->volumeId) {
91+
print_r($volume);
9192
print_r($volumeAttachment);
9293
print_r($server);
9394

0 commit comments

Comments
 (0)