- DoctorClaimController: ALTCHA CaptchaGuard on /claim (dev no-op via ALTCHA_ENABLED=false); optional `mobile` field must match the logged-in user's number (422 ERR_CONFLICT_001 on mismatch) - DoctorController::delete: now IS_AUTHENTICATED_FULLY — admin (any) or the owner of a claimed profile (IDOR-guarded); FK appointment guard kept - DoctorDetailPage address map: MapController calls map.invalidateSize() before flyTo (fixes needing to pick a city twice on a freshly-mounted map); geocode retries once (nominatim empty/429 on first hit) - tests: mobile mismatch, owner-delete allowed + others 403, unclaimed not deletable by random user - docs: doctor-claim.md (mobile+captcha), doctor.md (delete permission) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 line
66 KiB
JSON
1 line
66 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorclaimtest_php", "label": "DoctorClaimTest.php", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L1"}, {"id": "doctor_doctorclaimtest_doctorclaimtest", "label": "DoctorClaimTest", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L15"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "doctor_doctorclaimtest_doctorclaimtest_setup", "label": ".setUp()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L17"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "label": ".mockApiIr()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L23"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "label": ".importUnclaimedDoctor()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L32"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "label": ".claimBody()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L44"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "label": ".testSuccessfulClaimTransfersOwnershipAndDeletesSurrogate()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L55"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "label": ".testNameMismatchRevertsToUnclaimed()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L85"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testdeceasedpersonisrejected", "label": ".testDeceasedPersonIsRejected()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L105"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testshahkarmismatchisrejected", "label": ".testShahkarMismatchIsRejected()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L116"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "label": ".testAlreadyClaimedIsConflict()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L127"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "label": ".testUserWhoAlreadyOwnsADoctorCannotClaim()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L141"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "label": ".testValidationErrors()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L159"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testmobilemismatchisrejected", "label": ".testMobileMismatchIsRejected()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L172"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "label": ".testOwnerCanDeleteOwnProfileButOthersCannot()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L184"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testunclaimedprofilenotdeletablebyrandomuser", "label": ".testUnclaimedProfileNotDeletableByRandomUser()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L205"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "label": ".testClaimInfoIsPublic()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L213"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "label": ".testAdminTransferHappyPath()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L224"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferrequiresadmin", "label": ".testAdminTransferRequiresAdmin()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L246"}, {"id": "doctor_doctorclaimtest_doctorclaimtest_testclaimrequiresauthentication", "label": ".testClaimRequiresAuthentication()", "file_type": "code", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L254"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorclaimtest_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorclaimtest_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorclaimtest_php", "target": "doctorclaimrequest", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorclaimtest_php", "target": "apiirservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorclaimtest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorclaimtest_php", "target": "doctor_doctorclaimtest_doctorclaimtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L15", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L15", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L17", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L23", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L32", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L44", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L55", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L85", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testdeceasedpersonisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L105", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testshahkarmismatchisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L116", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L127", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L141", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L159", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testmobilemismatchisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L172", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L184", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testunclaimedprofilenotdeletablebyrandomuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L205", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L213", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L224", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferrequiresadmin", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L246", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest", "target": "doctor_doctorclaimtest_doctorclaimtest_testclaimrequiresauthentication", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L254", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L57", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L58", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L64", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L87", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L88", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L91", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testdeceasedpersonisrejected", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L107", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testdeceasedpersonisrejected", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L108", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testdeceasedpersonisrejected", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L111", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testshahkarmismatchisrejected", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L118", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testshahkarmismatchisrejected", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L119", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testshahkarmismatchisrejected", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L122", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L129", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L130", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L133", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L143", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L145", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L148", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L161", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L162", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testmobilemismatchisrejected", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L174", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testmobilemismatchisrejected", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L175", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testmobilemismatchisrejected", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L178", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L186", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "target": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L187", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L189", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testunclaimedprofilenotdeletablebyrandomuser", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L207", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L215", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L226", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferrequiresadmin", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L248", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testclaimrequiresauthentication", "target": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L256", "weight": 1.0}, {"source": "doctor_doctorclaimtest_doctorclaimtest_testclaimrequiresauthentication", "target": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorClaimTest.php", "source_location": "L257", "weight": 1.0}], "raw_calls": [{"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_setup", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L19", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_setup", "callee": "disableReboot", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L20", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "callee": "createMock", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L25", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "callee": "willReturn", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L26", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "callee": "method", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L26", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "callee": "willReturn", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "callee": "method", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "callee": "willReturn", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L28", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "callee": "method", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L28", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_mockapiir", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L34", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_importunclaimeddoctor", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L36", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "callee": "str_pad", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L48", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_claimbody", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L48", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L62", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L64", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L66", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L66", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L67", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L69", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L70", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L70", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L71", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getOwnerStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L71", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L73", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getManagedBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L73", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L75", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L75", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L75", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L76", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L76", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L77", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "isNationalCodeVerified", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L77", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L79", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L79", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L79", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L81", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L81", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testsuccessfulclaimtransfersownershipanddeletessurrogate", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L91", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L93", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L93", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L96", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L96", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L97", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "getOwnerStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L97", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "assertStringStartsWith", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "getMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L100", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L100", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "assertNotNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testnamemismatchrevertstounclaimed", "callee": "getFailureReason", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testdeceasedpersonisrejected", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L110", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testdeceasedpersonisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L111", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testdeceasedpersonisrejected", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testdeceasedpersonisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testshahkarmismatchisrejected", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L121", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testshahkarmismatchisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L122", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testshahkarmismatchisrejected", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L124", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testshahkarmismatchisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L124", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L132", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L133", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L134", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L134", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L136", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L137", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L138", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testalreadyclaimedisconflict", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L138", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L147", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L148", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L149", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L149", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L151", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L152", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L152", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L155", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L155", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testuserwhoalreadyownsadoctorcannotclaim", "callee": "getOwnerStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L163", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L165", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L166", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L166", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L168", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L169", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testvalidationerrors", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L169", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testmobilemismatchisrejected", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L176", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testmobilemismatchisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L180", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testmobilemismatchisrejected", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L181", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testmobilemismatchisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L181", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L188", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L189", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L190", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L190", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L193", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L194", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L195", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L195", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L198", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L199", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L199", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L201", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "assertNull", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L202", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L202", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testownercandeleteownprofilebutotherscannot", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L202", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testunclaimedprofilenotdeletablebyrandomuser", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L208", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testunclaimedprofilenotdeletablebyrandomuser", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L209", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testunclaimedprofilenotdeletablebyrandomuser", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L210", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testunclaimedprofilenotdeletablebyrandomuser", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L210", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L217", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L218", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L218", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L219", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L219", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L219", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L220", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaiminfoispublic", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L221", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L227", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "str_pad", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L228", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L228", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L230", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L232", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L232", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L233", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L235", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L236", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L236", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L237", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "getOwnerStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L237", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L238", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "getMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L238", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L238", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L239", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L239", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L239", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L242", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L243", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferhappypath", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L243", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferrequiresadmin", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L249", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferrequiresadmin", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L250", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferrequiresadmin", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L251", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testadmintransferrequiresadmin", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L251", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaimrequiresauthentication", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L257", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaimrequiresauthentication", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L257", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaimrequiresauthentication", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L258", "receiver": null}, {"caller_nid": "doctor_doctorclaimtest_doctorclaimtest_testclaimrequiresauthentication", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorClaimTest.php", "source_location": "L258", "receiver": null}]} |