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 f868e1b commit 4f757a1Copy full SHA for 4f757a1
tests/sample/Compute/v2/VolumeAttachmentTest.php
@@ -88,6 +88,7 @@ public function testDetach(VolumeAttachment $createdVolumeAttachment)
88
$server->retrieve();
89
foreach ($server->listVolumeAttachments() as $volumeAttachment) {
90
if ($volumeAttachment->volumeId === $createdVolumeAttachment->volumeId) {
91
+ print_r($volume);
92
print_r($volumeAttachment);
93
print_r($server);
94
0 commit comments