Example #1
0
 public function test_it_deletes()
 {
     $this->setupMock('DELETE', 'v2.0/routers/id', null, [], new Response(202));
     $this->router->delete();
 }