1 line
30 KiB
JSON
1 line
30 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_appointment_appointmentnationalcodetest_php", "label": "AppointmentNationalCodeTest.php", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L1"}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "label": "AppointmentNationalCodeTest", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L16"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "label": ".doctor()", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L19"}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_nationalcode", "label": ".nationalCode()", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L29"}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_mobile", "label": ".mobile()", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L34"}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_body", "label": ".body()", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L39"}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "label": ".testCreatesUserWithNationalCode()", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L53"}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "label": ".testSameNationalCodeDifferentMobileReusesSinglePatient()", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L66"}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "label": ".testMissingNationalCodeIs422()", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L84"}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testinvalidnationalcodeis422", "label": ".testInvalidNationalCodeIs422()", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L95"}, {"id": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "label": ".testMobileBelongingToAnotherNationalCodeIsRejected()", "file_type": "code", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L104"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_appointment_appointmentnationalcodetest_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_appointment_appointmentnationalcodetest_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_appointment_appointmentnationalcodetest_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_appointment_appointmentnationalcodetest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_appointment_appointmentnationalcodetest_php", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L16", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L16", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L19", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_nationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L29", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_mobile", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L34", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_body", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L39", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L53", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L66", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L84", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testinvalidnationalcodeis422", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L95", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L104", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L55", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_nationalcode", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L56", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_body", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L58", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_mobile", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L58", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L68", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_nationalcode", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L69", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_body", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L72", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_mobile", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L72", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L86", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_body", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L87", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_mobile", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L87", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_nationalcode", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L87", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testinvalidnationalcodeis422", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L97", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testinvalidnationalcodeis422", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_body", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L99", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testinvalidnationalcodeis422", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_mobile", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L99", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L106", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_mobile", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L107", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_body", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L110", "weight": 1.0}, {"source": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "target": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_nationalcode", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L110", "weight": 1.0}], "raw_calls": [{"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L21", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L23", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_doctor", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L24", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_nationalcode", "callee": "str_pad", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L31", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_nationalcode", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L31", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_mobile", "callee": "str_pad", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L36", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_mobile", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L36", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_body", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L41", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_body", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L41", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L58", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L58", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L62", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L63", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testcreatesuserwithnationalcode", "callee": "getNationalCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L63", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L73", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L73", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L77", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L77", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L78", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L78", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "findBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L80", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L80", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testsamenationalcodedifferentmobilereusessinglepatient", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L81", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmissingnationalcodeis422", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testinvalidnationalcodeis422", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L99", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testinvalidnationalcodeis422", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L99", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testinvalidnationalcodeis422", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testinvalidnationalcodeis422", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L110", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L110", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L111", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L111", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L115", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L115", "receiver": null}, {"caller_nid": "appointment_appointmentnationalcodetest_appointmentnationalcodetest_testmobilebelongingtoanothernationalcodeisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Appointment/AppointmentNationalCodeTest.php", "source_location": "L116", "receiver": null}]} |