Files
clinicpro/graphify-out/cache/ast/v0.8.44/28d87a9f1f1cf7f8f656dd5cd46600e18011a244396005ea1e6f378f2affc9cd.json
T
hamed f2ecaf201a Add JSON files for task 14 events utilization documentation
- Created new JSON file for database.md with nodes and edges representing the structure and relationships within the document.
- Created new JSON file for architecture.md with nodes and edges detailing the architecture of the task 14 events utilization.
2026-07-30 12:16:27 +03:30

1 line
43 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "label": "PaymentMethodTenantTest.php", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L1"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "label": "PaymentMethodTenantTest", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L22"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "label": ".multiEnvironmentUser()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L25"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "label": ".switchTo()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L40"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L40"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "label": ".createBankAccount()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L55"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_listbankaccounts", "label": ".listBankAccounts()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L66"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "label": ".testTheSamePersonSeesDifferentCardsInEachEnvironment()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L75"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "label": ".testACardOfTheOtherEnvironmentCannotBeEditedEvenByItsOwner()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L94"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "label": ".testAnUnassignedCardIsListedButNotEditable()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L111"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "label": ".testAssigningAnEnvironmentMakesTheCardUsable()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L129"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "label": ".testAssigningAnAlreadyAssignedCardIsRejected()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L148"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "label": ".testAnotherPersonsUnassignedCardCannotBeClaimed()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L166"}, {"id": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "label": ".testUnassignedRowsHaveTheSameShapeAsAssignedOnes()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L182"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "target": "useractivecontext", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "target": "bankaccount", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "target": "pos", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "target": "entitycontext", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtenanttest_php", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L22", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L22", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L25", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L40", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L40", "weight": 1.0, "context": "parameter_type"}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L55", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L55", "weight": 1.0, "context": "parameter_type"}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_listbankaccounts", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L66", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_listbankaccounts", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L66", "weight": 1.0, "context": "parameter_type"}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L75", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L94", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L111", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L129", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L148", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L166", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L182", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "target": "user", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L44", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L77", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L79", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L80", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_listbankaccounts", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L85", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L96", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L98", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L99", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L113", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L114", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_listbankaccounts", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L120", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L131", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L132", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L150", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L152", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L153", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L168", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L169", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L184", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L185", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L187", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "target": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_listbankaccounts", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L193", "weight": 1.0}], "raw_calls": [{"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L33", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L34", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_multienvironmentuser", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L44", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L44", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L45", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L45", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L47", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L48", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L51", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_switchto", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L52", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L57", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L59", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_createbankaccount", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_listbankaccounts", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L68", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_listbankaccounts", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L69", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_listbankaccounts", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L69", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L79", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L85", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L85", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L88", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L88", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testthesamepersonseesdifferentcardsineachenvironment", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testacardoftheotherenvironmentcannotbeeditedevenbyitsowner", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L117", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L118", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L121", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L121", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L122", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L124", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L124", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanunassignedcardislistedbutnoteditable", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L132", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L135", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L136", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L137", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L139", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L140", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L140", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L141", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L143", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L144", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganenvironmentmakesthecardusable", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L144", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L152", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L155", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L162", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testassigninganalreadyassignedcardisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L162", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L169", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L174", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L176", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L176", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L178", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testanotherpersonsunassignedcardcannotbeclaimed", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L178", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L185", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L190", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L191", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L194", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L196", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "callee": "array_keys", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L196", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L197", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L198", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtenanttest_paymentmethodtenanttest_testunassignedrowshavethesameshapeasassignedones", "callee": "array_keys", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTenantTest.php", "source_location": "L198", "receiver": null}]}