Files
clinicpro/graphify-out/cache/ast/v0.8.44/c6ffdd76fe1e764f1878fe1ee52e9ebe671c05ae30dca978722b96d3a6e9efd0.json
T
hamed 8a69ed8d91 Add AST JSON representation for DoctorSecretary entity
- Created a new JSON file containing the abstract syntax tree (AST) for the DoctorSecretary.php entity.
- Included nodes representing the class, its methods, and properties with their respective source locations.
- Established edges to illustrate relationships such as imports, references, and method calls within the entity.
2026-07-23 16:37:12 +03:30

1 line
37 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtest_php", "label": "PaymentMethodTest.php", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L1"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest", "label": "PaymentMethodTest", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L11"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testemptybankaccountlistfornewclinic", "label": ".testEmptyBankAccountListForNewClinic()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L15"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "label": ".testCreateAndListBankAccount()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L26"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreatebankaccountvalidationerrorwhenbanknamemissing", "label": ".testCreateBankAccountValidationErrorWhenBankNameMissing()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L47"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testupdatebankaccount", "label": ".testUpdateBankAccount()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L60"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testtogglebankaccountstatus", "label": ".testToggleBankAccountStatus()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L79"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleunknownbankaccountreturns404", "label": ".testToggleUnknownBankAccountReturns404()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L95"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testcannottouchanotherclinicsbankaccount", "label": ".testCannotTouchAnotherClinicsBankAccount()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L105"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testbankaccountforbiddenforplainuser", "label": ".testBankAccountForbiddenForPlainUser()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L121"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "label": ".testCreateAndListPos()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L132"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateposvalidationerrorwhenterminalmissing", "label": ".testCreatePosValidationErrorWhenTerminalMissing()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L151"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleposstatus", "label": ".testTogglePosStatus()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L163"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testsecretarywithoutpaymentspermissioncannotmanagepos", "label": ".testSecretaryWithoutPaymentsPermissionCannotManagePos()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L179"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "label": ".createSecretaryWithPayments()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L192"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L192"}, {"id": "paymentmethod_paymentmethodtest_paymentmethodtest_testposlistisolatedperuser", "label": ".testPosListIsolatedPerUser()", "file_type": "code", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L214"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_paymentmethod_paymentmethodtest_php", "target": "paymentmethod_paymentmethodtest_paymentmethodtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L11", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L11", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testemptybankaccountlistfornewclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L15", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L26", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreatebankaccountvalidationerrorwhenbanknamemissing", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L47", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testupdatebankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L60", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testtogglebankaccountstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L79", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleunknownbankaccountreturns404", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L95", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testcannottouchanotherclinicsbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L105", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testbankaccountforbiddenforplainuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L121", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L132", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateposvalidationerrorwhenterminalmissing", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L151", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleposstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L163", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testsecretarywithoutpaymentspermissioncannotmanagepos", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L179", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L192", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L192", "weight": 1.0, "context": "return_type"}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_testposlistisolatedperuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L214", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleposstatus", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L166", "weight": 1.0}, {"source": "paymentmethod_paymentmethodtest_paymentmethodtest_testsecretarywithoutpaymentspermissioncannotmanagepos", "target": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L181", "weight": 1.0}], "raw_calls": [{"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testemptybankaccountlistfornewclinic", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L17", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testemptybankaccountlistfornewclinic", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L19", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testemptybankaccountlistfornewclinic", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L21", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testemptybankaccountlistfornewclinic", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L21", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testemptybankaccountlistfornewclinic", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L22", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testemptybankaccountlistfornewclinic", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L23", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L28", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L37", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L37", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L38", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L39", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "assertNotEmpty", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L40", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L42", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "assertCount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L43", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistbankaccount", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L44", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreatebankaccountvalidationerrorwhenbanknamemissing", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L49", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreatebankaccountvalidationerrorwhenbanknamemissing", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L51", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreatebankaccountvalidationerrorwhenbanknamemissing", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L55", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreatebankaccountvalidationerrorwhenbanknamemissing", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L55", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreatebankaccountvalidationerrorwhenbanknamemissing", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L56", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreatebankaccountvalidationerrorwhenbanknamemissing", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L57", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testupdatebankaccount", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L62", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testupdatebankaccount", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L63", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testupdatebankaccount", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L69", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testupdatebankaccount", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L74", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testupdatebankaccount", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L74", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testupdatebankaccount", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L75", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testupdatebankaccount", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L76", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtogglebankaccountstatus", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L81", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtogglebankaccountstatus", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtogglebankaccountstatus", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtogglebankaccountstatus", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L89", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtogglebankaccountstatus", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L91", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtogglebankaccountstatus", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L91", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtogglebankaccountstatus", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleunknownbankaccountreturns404", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L97", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleunknownbankaccountreturns404", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L99", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleunknownbankaccountreturns404", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleunknownbankaccountreturns404", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleunknownbankaccountreturns404", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcannottouchanotherclinicsbankaccount", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L107", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcannottouchanotherclinicsbankaccount", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L108", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcannottouchanotherclinicsbankaccount", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L109", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcannottouchanotherclinicsbankaccount", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L115", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcannottouchanotherclinicsbankaccount", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L117", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcannottouchanotherclinicsbankaccount", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L117", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcannottouchanotherclinicsbankaccount", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L118", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testbankaccountforbiddenforplainuser", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L123", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testbankaccountforbiddenforplainuser", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testbankaccountforbiddenforplainuser", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L127", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testbankaccountforbiddenforplainuser", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L127", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L134", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L136", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L142", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L142", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L143", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L144", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "callee": "assertTrue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L145", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L147", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateandlistpos", "callee": "assertCount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L148", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateposvalidationerrorwhenterminalmissing", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L153", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateposvalidationerrorwhenterminalmissing", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L155", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateposvalidationerrorwhenterminalmissing", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L159", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateposvalidationerrorwhenterminalmissing", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L159", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testcreateposvalidationerrorwhenterminalmissing", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L160", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleposstatus", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L167", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleposstatus", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleposstatus", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L175", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleposstatus", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L175", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testtoggleposstatus", "callee": "assertFalse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L176", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testsecretarywithoutpaymentspermissioncannotmanagepos", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L183", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testsecretarywithoutpaymentspermissioncannotmanagepos", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L188", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testsecretarywithoutpaymentspermissioncannotmanagepos", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L188", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L194", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L196", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L198", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L199", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L200", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "getDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L200", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L202", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "mergePermissions", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L206", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L207", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L208", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L208", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_createsecretarywithpayments", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L209", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testposlistisolatedperuser", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L216", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testposlistisolatedperuser", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L217", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testposlistisolatedperuser", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L218", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testposlistisolatedperuser", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L223", "receiver": null}, {"caller_nid": "paymentmethod_paymentmethodtest_paymentmethodtest_testposlistisolatedperuser", "callee": "assertSame", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/PaymentMethod/PaymentMethodTest.php", "source_location": "L225", "receiver": null}]}