- Created JSON representation for DurationCalculator.php, including nodes and edges for methods and imports. - Added JSON for ResolvedServiceSpec.php, detailing its structure and methods. - Introduced JSON for ServiceItemCatalogCategoryTest.php, capturing test methods and their relationships.
1 line
61 KiB
JSON
1 line
61 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_pricing_pricingtest_php", "label": "PricingTest.php", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L1"}, {"id": "pricing_pricingtest_pricingtest", "label": "PricingTest", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L18"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "pricing_pricingtest_pricingtest_clinic", "label": ".clinic()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L21"}, {"id": "pricing_pricingtest_pricingtest_service", "label": ".service()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L40"}, {"id": "servicesection", "label": "ServiceSection", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L40"}, {"id": "serviceitem", "label": "ServiceItem", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L40"}, {"id": "pricing_pricingtest_pricingtest_quote", "label": ".quote()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L54"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L54"}, {"id": "doctoraddress", "label": "DoctorAddress", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L54"}, {"id": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "label": ".testFallsBackToTheServicePrice()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L63"}, {"id": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "label": ".testBranchOverrideNoLongerChangesThePrice()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L77"}, {"id": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "label": ".testBranchOverridePayloadHasNoPriceField()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L97"}, {"id": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "label": ".testFullChainAppliesInOrder()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L114"}, {"id": "pricing_pricingtest_pricingtest_testdiscountlargerthantheamountfloorsatzero", "label": ".testDiscountLargerThanTheAmountFloorsAtZero()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L144"}, {"id": "pricing_pricingtest_pricingtest_testtotaldiscountcapisapplied", "label": ".testTotalDiscountCapIsApplied()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L158"}, {"id": "pricing_pricingtest_pricingtest_testtherowsalwaysadduptothefinalamount", "label": ".testTheRowsAlwaysAddUpToTheFinalAmount()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L181"}, {"id": "pricing_pricingtest_pricingtest_testafixeddepositoverridesthepercentageandiscapped", "label": ".testAFixedDepositOverridesThePercentageAndIsCapped()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L208"}, {"id": "pricing_pricingtest_pricingtest_testforeignserviceisnotfound", "label": ".testForeignServiceIsNotFound()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L230"}, {"id": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "label": ".testBookedAppointmentKeepsItsOriginalInvoiceAfterAPriceChange()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L247"}, {"id": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "label": ".testAnAppointmentWithoutAServiceStillGetsAnInvoice()", "file_type": "code", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L332"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_pricing_pricingtest_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_pricing_pricingtest_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_pricing_pricingtest_php", "target": "serviceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_pricing_pricingtest_php", "target": "servicesection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_pricing_pricingtest_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_pricing_pricingtest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_pricing_pricingtest_php", "target": "pricing_pricingtest_pricingtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L18", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L18", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L21", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_service", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L40", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_service", "target": "servicesection", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L40", "weight": 1.0, "context": "parameter_type"}, {"source": "pricing_pricingtest_pricingtest_service", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L40", "weight": 1.0, "context": "return_type"}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_quote", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L54", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_quote", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "pricing_pricingtest_pricingtest_quote", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "pricing_pricingtest_pricingtest_quote", "target": "doctoraddress", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L63", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L77", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L97", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L114", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testdiscountlargerthantheamountfloorsatzero", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L144", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testtotaldiscountcapisapplied", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L158", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testtherowsalwaysadduptothefinalamount", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L181", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testafixeddepositoverridesthepercentageandiscapped", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L208", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testforeignserviceisnotfound", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L230", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L247", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest", "target": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L332", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_clinic", "target": "doctoraddress", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L32", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_service", "target": "servicesection", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Pricing/PricingTest.php", "source_location": "L42", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L65", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L66", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L68", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L79", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L80", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L90", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L99", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L100", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L111", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L116", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L117", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L120", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testdiscountlargerthantheamountfloorsatzero", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L146", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testdiscountlargerthantheamountfloorsatzero", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L147", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testdiscountlargerthantheamountfloorsatzero", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L149", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testtotaldiscountcapisapplied", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L160", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testtotaldiscountcapisapplied", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L161", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testtotaldiscountcapisapplied", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L163", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testtherowsalwaysadduptothefinalamount", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L183", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testtherowsalwaysadduptothefinalamount", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L184", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testtherowsalwaysadduptothefinalamount", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L187", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testafixeddepositoverridesthepercentageandiscapped", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L210", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testafixeddepositoverridesthepercentageandiscapped", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L211", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testafixeddepositoverridesthepercentageandiscapped", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L213", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testforeignserviceisnotfound", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L232", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testforeignserviceisnotfound", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L234", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testforeignserviceisnotfound", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L236", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L249", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L250", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "target": "serviceitem", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Pricing/PricingTest.php", "source_location": "L310", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "target": "pricing_pricingtest_pricingtest_quote", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L315", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "target": "pricing_pricingtest_pricingtest_clinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L334", "weight": 1.0}, {"source": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "target": "pricing_pricingtest_pricingtest_service", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Pricing/PricingTest.php", "source_location": "L335", "weight": 1.0}], "raw_calls": [{"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L23", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L25", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L26", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L32", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L33", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L34", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_clinic", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_service", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L42", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_service", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L42", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_service", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L42", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_service", "callee": "setPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L45", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_service", "callee": "setSoloDurationMinutes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L46", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_service", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L47", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_service", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L48", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_quote", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L56", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_quote", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L57", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_quote", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L58", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L70", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L70", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L70", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L71", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L73", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfallsbacktotheserviceprice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L73", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L84", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L88", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L88", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L93", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridenolongerchangestheprice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L93", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L102", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L109", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L109", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L110", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbranchoverridepayloadhasnopricefield", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L111", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L121", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L133", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L134", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L135", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L136", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L137", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L138", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L139", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testfullchainappliesinorder", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L140", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testdiscountlargerthantheamountfloorsatzero", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L153", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testdiscountlargerthantheamountfloorsatzero", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testtotaldiscountcapisapplied", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L171", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testtotaldiscountcapisapplied", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L172", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testtherowsalwaysadduptothefinalamount", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L188", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testtherowsalwaysadduptothefinalamount", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L204", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testtherowsalwaysadduptothefinalamount", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L204", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testafixeddepositoverridesthepercentageandiscapped", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L217", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testafixeddepositoverridesthepercentageandiscapped", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L223", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testforeignserviceisnotfound", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L238", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testforeignserviceisnotfound", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L238", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "tenantEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L253", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "tenantEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L254", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L258", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L259", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L261", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L262", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L263", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L266", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L266", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L268", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "array_fill_keys", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L269", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L272", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L272", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L275", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L278", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L278", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L280", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L282", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L283", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getTimestamp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L285", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "setTime", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L285", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L289", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L290", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L291", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L295", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L295", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L295", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L297", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L299", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L300", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L301", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L303", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L303", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L303", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L304", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L309", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L310", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L310", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L310", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "setPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L311", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L312", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L316", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L319", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L321", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L321", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L321", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L322", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testbookedappointmentkeepsitsoriginalinvoiceafterapricechange", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L323", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "tenantEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L338", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "tenantEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L339", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L343", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L344", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L346", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L347", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L348", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L351", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L351", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L353", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "array_fill_keys", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L354", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L357", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L357", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L360", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L363", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L363", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L365", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L367", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L368", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "getTimestamp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L370", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "setTime", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L370", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L374", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L375", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L376", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L380", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L380", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L380", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L383", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L385", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L387", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L387", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L387", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L389", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L395", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L395", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L396", "receiver": null}, {"caller_nid": "pricing_pricingtest_pricingtest_testanappointmentwithoutaservicestillgetsaninvoice", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Pricing/PricingTest.php", "source_location": "L397", "receiver": null}]} |