matchMethod(RequestMethod::GET) ->reply(200) ->withBody($json); $client = TestClientFactory::createClient($mock->getClient()); $response = $client->settings->get(); self::assertModelEqualsToResponse($json, $response); } }