Files
clinicpro/graphify-out/cache/ast/v0.8.44/2da4701aa95f219f0e0350b3f564ff0377392f3815c446f9be464cab3f9ff7fa.json
T

1 line
38 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_payment_paymenttenanttest_php", "label": "PaymentTenantTest.php", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L1"}, {"id": "payment_paymenttenanttest_paymenttenanttest", "label": "PaymentTenantTest", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L20"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "payment_paymenttenanttest_paymenttenanttest_em", "label": ".em()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L22"}, {"id": "entitymanagerinterface", "label": "EntityManagerInterface", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L22"}, {"id": "payment_paymenttenanttest_paymenttenanttest_teardown", "label": ".tearDown()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L27"}, {"id": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "label": ".makePricedPeriod()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L37"}, {"id": "subscriptionperiod", "label": "SubscriptionPeriod", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L37"}, {"id": "payment_paymenttenanttest_paymenttenanttest_makedoctor", "label": ".makeDoctor()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L49"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L49"}, {"id": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "label": ".makeClinic()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L58"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L58"}, {"id": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "label": ".storedPayment()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L69"}, {"id": "payment", "label": "Payment", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L69"}, {"id": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "label": ".payForAppointment()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L78"}, {"id": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentbelongstotheclinicoftheappointment", "label": ".testAppointmentPaymentBelongsToTheClinicOfTheAppointment()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L98"}, {"id": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentofapersonalpracticebelongstothedoctor", "label": ".testAppointmentPaymentOfAPersonalPracticeBelongsToTheDoctor()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L108"}, {"id": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "label": ".testSubscriptionPaymentBelongsToTheEnvironmentTheBuyerOwns()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L116"}, {"id": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentwithoutanownedenvironmentisrejected", "label": ".testSubscriptionPaymentWithoutAnOwnedEnvironmentIsRejected()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L136"}, {"id": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "label": ".testThePayingPatientStillSeesTheirOwnPayment()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L148"}, {"id": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "label": ".testAnotherEnvironmentDoesNotSeeThePaymentAtAll()", "file_type": "code", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L161"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_payment_paymenttenanttest_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_payment_paymenttenanttest_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_payment_paymenttenanttest_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_payment_paymenttenanttest_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_payment_paymenttenanttest_php", "target": "tenantfilter", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_payment_paymenttenanttest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_payment_paymenttenanttest_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_payment_paymenttenanttest_php", "target": "payment_paymenttenanttest_paymenttenanttest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L20", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L20", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_em", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L22", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_em", "target": "entitymanagerinterface", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L22", "weight": 1.0, "context": "return_type"}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_teardown", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L27", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L37", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "target": "subscriptionperiod", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L37", "weight": 1.0, "context": "return_type"}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_makedoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L49", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_makedoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L49", "weight": 1.0, "context": "return_type"}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L58", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L58", "weight": 1.0, "context": "return_type"}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L69", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L69", "weight": 1.0, "context": "return_type"}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L78", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L78", "weight": 1.0, "context": "parameter_type"}, {"source": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L78", "weight": 1.0, "context": "return_type"}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentbelongstotheclinicoftheappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L98", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentofapersonalpracticebelongstothedoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L108", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L116", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentwithoutanownedenvironmentisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L136", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L148", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest", "target": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L161", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_em", "target": "entitymanagerinterface", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L24", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_teardown", "target": "payment_paymenttenanttest_paymenttenanttest_em", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L29", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L72", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "target": "payment_paymenttenanttest_paymenttenanttest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L80", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "target": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L94", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentbelongstotheclinicoftheappointment", "target": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L100", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentbelongstotheclinicoftheappointment", "target": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L101", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentofapersonalpracticebelongstothedoctor", "target": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L110", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "target": "payment_paymenttenanttest_paymenttenanttest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L118", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "target": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L123", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "target": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L127", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentwithoutanownedenvironmentisrejected", "target": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L140", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "target": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L150", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "target": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L151", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "target": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L163", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "target": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L164", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "target": "payment_paymenttenanttest_paymenttenanttest_em", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L168", "weight": 1.0}, {"source": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Payment/PaymentTenantTest.php", "source_location": "L174", "weight": 1.0}], "raw_calls": [{"caller_nid": "payment_paymenttenanttest_paymenttenanttest_em", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L24", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_em", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L24", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_teardown", "callee": "getFilters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_teardown", "callee": "isEnabled", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_teardown", "callee": "disable", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L31", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_teardown", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L34", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L39", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L39", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L40", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L43", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makepricedperiod", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L44", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makedoctor", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L51", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makedoctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L52", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makedoctor", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L53", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L62", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_makeclinic", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L63", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L71", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_storedpayment", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L73", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L81", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "newAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L84", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L85", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L86", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L88", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L89", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_payforappointment", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentbelongstotheclinicoftheappointment", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L103", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentbelongstotheclinicoftheappointment", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L103", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentbelongstotheclinicoftheappointment", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentbelongstotheclinicoftheappointment", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentbelongstotheclinicoftheappointment", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentofapersonalpracticebelongstothedoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L112", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testappointmentpaymentofapersonalpracticebelongstothedoctor", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L112", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L121", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L121", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L123", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L128", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L128", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L129", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L129", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentbelongstotheenvironmentthebuyerowns", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L129", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentwithoutanownedenvironmentisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L138", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentwithoutanownedenvironmentisrejected", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L138", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentwithoutanownedenvironmentisrejected", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L140", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentwithoutanownedenvironmentisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L143", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentwithoutanownedenvironmentisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L143", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testsubscriptionpaymentwithoutanownedenvironmentisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L144", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L152", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L157", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testthepayingpatientstillseestheirownpayment", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L157", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L165", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L167", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L168", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L168", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "enable", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L168", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "getFilters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L168", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L171", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L174", "receiver": null}, {"caller_nid": "payment_paymenttenanttest_paymenttenanttest_testanotherenvironmentdoesnotseethepaymentatall", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Payment/PaymentTenantTest.php", "source_location": "L174", "receiver": null}]}