Files
clinicpro/graphify-out/cache/ast/v0.8.44/7182df5dc07b3920d125aab004eac47a7284d18cd0294f1ed7e83c47cabf3afe.json
T
hamed e279812b96 Add JSON files for insurance API documentation and purge doctors command tests
- Created a new JSON file for the insurance API documentation, detailing endpoints, parameters, and responses.
- Added a JSON file for the PurgeDoctorsCommandTest, including test methods and their relationships to the command and other components.
2026-07-22 16:49:32 +03:30

1 line
31 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_insurance_tenantinsuranceperdoctortest_php", "label": "TenantInsurancePerDoctorTest.php", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L1"}, {"id": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "label": "TenantInsurancePerDoctorTest", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L17"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "label": ".makeDoctor()", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L19"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L19"}, {"id": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "label": ".makeClinicWith()", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L31"}, {"id": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "label": ".makeInsurance()", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L45"}, {"id": "insurancetype", "label": "InsuranceType", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L45"}, {"id": "insurance", "label": "Insurance", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L45"}, {"id": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "label": ".testClinicOwnerCreatesContractForMemberDoctor()", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L54"}, {"id": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "label": ".testContractsAreIsolatedPerDoctor()", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L71"}, {"id": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "label": ".testStrangerDoctorUuidIsForbidden()", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L94"}, {"id": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testunknowndoctoruuidreturns404", "label": ".testUnknownDoctorUuidReturns404()", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L110"}, {"id": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "label": ".testWithoutDoctorUuidKeepsLegacyBehavior()", "file_type": "code", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L119"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_insurance_tenantinsuranceperdoctortest_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_insurance_tenantinsuranceperdoctortest_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_insurance_tenantinsuranceperdoctortest_php", "target": "insurance", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_insurance_tenantinsuranceperdoctortest_php", "target": "insurancetype", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_insurance_tenantinsuranceperdoctortest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_insurance_tenantinsuranceperdoctortest_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_insurance_tenantinsuranceperdoctortest_php", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L17", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L17", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L19", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L19", "weight": 1.0, "context": "return_type"}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L31", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L45", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "target": "insurancetype", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "target": "insurance", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L45", "weight": 1.0, "context": "return_type"}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L54", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L71", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L94", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testunknowndoctoruuidreturns404", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L110", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L119", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L56", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L57", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L58", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L73", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L75", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L76", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L96", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L98", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L99", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testunknowndoctoruuidreturns404", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L112", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testunknowndoctoruuidreturns404", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L112", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L121", "weight": 1.0}, {"source": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "target": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L122", "weight": 1.0}], "raw_calls": [{"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L21", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "callee": "setMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L23", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "callee": "getMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L23", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L24", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makedoctor", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L25", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L33", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L37", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "callee": "getDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L37", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L39", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeclinicwith", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L40", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L47", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L48", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_makeinsurance", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L49", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L62", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L66", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L66", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L67", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L68", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testclinicownercreatescontractformemberdoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L68", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L79", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L80", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L80", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L83", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L83", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L86", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L86", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L89", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L91", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testcontractsareisolatedperdoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L91", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L103", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L107", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_teststrangerdoctoruuidisforbidden", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L107", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testunknowndoctoruuidreturns404", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testunknowndoctoruuidreturns404", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testunknowndoctoruuidreturns404", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testunknowndoctoruuidreturns404", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L116", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testunknowndoctoruuidreturns404", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L116", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L124", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L124", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L129", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L129", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L130", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L131", "receiver": null}, {"caller_nid": "insurance_tenantinsuranceperdoctortest_tenantinsuranceperdoctortest_testwithoutdoctoruuidkeepslegacybehavior", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Insurance/TenantInsurancePerDoctorTest.php", "source_location": "L131", "receiver": null}]}