Ejemplo n.º 1
0
 public function test_it_retrieves()
 {
     $this->setupMock('GET', 'volumes/1', null, [], 'GET_volume');
     $this->volume->retrieve();
 }