Files
clinicpro/graphify-out/cache/ast/v0.8.44/81d70ed2b7e9f31a40dd348d1e1c684d0d5472e780c8f1cc3512076635777d7e.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
63 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "label": "SecretaryOnlineShareTest.php", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L1"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "label": "SecretaryOnlineShareTest", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L22"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_setup", "label": ".setUp()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L26"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "label": ".makeDoctor()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L36"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L36"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "label": ".makeSecretary()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L46"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L46"}, {"id": "doctorsecretary", "label": "DoctorSecretary", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L46"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "label": ".makeOnlinePayment()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L57"}, {"id": "payment", "label": "Payment", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L57"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "label": ".commission()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L72"}, {"id": "commissionservice", "label": "CommissionService", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L72"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "label": ".earnings()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L77"}, {"id": "secretaryearningrepository", "label": "SecretaryEarningRepository", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L77"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "label": ".testSecretaryEarnsItsPercentWithoutAnyRepresentation()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L82"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "label": ".testDisabledOrZeroPercentEarnsNothing()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L102"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "label": ".testEachSecretaryGetsItsOwnPercent()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L116"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "label": ".testPaymentIsNeverSplitTwice()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L129"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "label": ".testSharesAreClippedSoTheSystemShareStaysPositive()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L143"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "label": ".testClinicAppointmentCreditsTheClinicSecretaries()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L159"}, {"id": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "label": ".testShareIsCalculatedOnTheNetAmount()", "file_type": "code", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L180"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "siteconfigrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "doctorsecretary", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "secretaryearningrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "financialbreakdownrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "settlementrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "commissionservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_secretary_secretaryonlinesharetest_php", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L22", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L22", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L26", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L36", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L36", "weight": 1.0, "context": "return_type"}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L46", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L46", "weight": 1.0, "context": "parameter_type"}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L46", "weight": 1.0, "context": "parameter_type"}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "target": "doctorsecretary", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L46", "weight": 1.0, "context": "return_type"}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L57", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L57", "weight": 1.0, "context": "parameter_type"}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L57", "weight": 1.0, "context": "parameter_type"}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L57", "weight": 1.0, "context": "return_type"}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L72", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "target": "commissionservice", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L72", "weight": 1.0, "context": "return_type"}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L77", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "target": "secretaryearningrepository", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L77", "weight": 1.0, "context": "return_type"}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L82", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L102", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L116", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L129", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L143", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L159", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L180", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L63", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "target": "commissionservice", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L74", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "target": "secretaryearningrepository", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L79", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L84", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L85", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L86", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L88", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L95", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L104", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L105", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L107", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L109", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L112", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L118", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L119", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L121", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L123", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L125", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L131", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L132", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L133", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L135", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L138", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L145", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L146", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L148", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L150", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L155", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L161", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L169", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L172", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L173", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L175", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L187", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L188", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L189", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L191", "weight": 1.0}, {"source": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "target": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L195", "weight": 1.0}], "raw_calls": [{"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_setup", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L28", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_setup", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_setup", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L38", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L40", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makedoctor", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L41", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L48", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "callee": "setOnlineSharePercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L50", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "callee": "setOnlineShareEnabled", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L50", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L51", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makesecretary", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L52", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L59", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L59", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "newAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L60", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L63", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "setAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L64", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "stampTenant", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L65", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L66", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_makeonlinepayment", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L67", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L74", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_commission", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L74", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L79", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_earnings", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L79", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L88", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L88", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L91", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "getSecretaryShareRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L93", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L93", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L96", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "getWalletBalance", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsecretaryearnsitspercentwithoutanyrepresentation", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L109", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L109", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L111", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "existsForPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L111", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L111", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L111", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L112", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L112", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L112", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testdisabledorzeropercentearnsnothing", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L123", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L123", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L126", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L126", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testeachsecretarygetsitsownpercent", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L126", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L135", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L135", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L136", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L136", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L138", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L138", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L138", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L139", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "countFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L139", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testpaymentisneversplittwice", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L139", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L150", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L150", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L152", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L152", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L152", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L153", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L153", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "getSecretaryShareRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L155", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L155", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L155", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testsharesareclippedsothesystemsharestayspositive", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L162", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L164", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L165", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "getDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L165", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L166", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L167", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L175", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L175", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L175", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L176", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L176", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testclinicappointmentcreditstheclinicsecretaries", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L176", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L182", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L182", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L191", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L191", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L195", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "callee": "sumFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L195", "receiver": null}, {"caller_nid": "secretary_secretaryonlinesharetest_secretaryonlinesharetest_testshareiscalculatedonthenetamount", "callee": "getSecretary", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Secretary/SecretaryOnlineShareTest.php", "source_location": "L195", "receiver": null}]}