Example #1
0
 public function test_it_retrieves()
 {
     $this->setupMock('GET', 'v2.0/routers/id', null, [], 'Router');
     $this->router->retrieve();
 }