Files
clinicpro/graphify-out/cache/ast/v0.8.44/aabf21a78694011b8c8a07ce5535e887fcd6aa8dcbbeaa8114222bcba66f75ce.json
2026-08-08 16:45:03 +03:30

1 line
57 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorspecialtysearchtest_php", "label": "DoctorSpecialtySearchTest.php", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L1"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "label": "DoctorSpecialtySearchTest", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L16"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "label": ".newTree()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L19"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "label": ".newDoctor()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L36"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L36"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "label": ".uuidsOf()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L50"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "label": ".get()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L55"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "label": ".testParentIdFindsADoctorTaggedOnlyWithAChild()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L64"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "label": ".testParentIdAlsoFindsADoctorTaggedWithTheParentItself()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L76"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "label": ".testLeafIdDoesNotLeakSiblingDoctors()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L86"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "label": ".testLeafIdDoesNotLeakTheParentsOwnDoctors()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L98"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "label": ".testNameMatchesASpecialtyName()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L110"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "label": ".testNameStillMatchesTheDoctorName()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L120"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "label": ".testSpecialtyFilterAndNameSearchCombineWithoutNarrowingEachOther()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L131"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "label": ".testFilterOnOneSpecialtyWhileSearchingTheNameOfAnother()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L147"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "label": ".testNameThatMatchesNothingReturnsAnEmptyList()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L162"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "label": ".testUnknownSpecialtyIdReturnsAnEmptyListNotEveryDoctor()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L173"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "label": ".testEverySpecialtyInTheResponseCarriesItsParentId()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L187"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "label": ".testParentIdAddsNoQueryPerSpecialty()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L206"}, {"id": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "label": ".testTotalRecordsDoesNotDoubleCountAMultiSpecialtyDoctor()", "file_type": "code", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L240"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorspecialtysearchtest_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorspecialtysearchtest_php", "target": "specialty", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorspecialtysearchtest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_doctor_doctorspecialtysearchtest_php", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L16", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L16", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L19", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L36", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L36", "weight": 1.0, "context": "return_type"}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L50", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L55", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L64", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L76", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L86", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L98", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L110", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L120", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L131", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L147", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L162", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L173", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L187", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L206", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L240", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L66", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L68", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L70", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L73", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L78", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L79", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L81", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L83", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L88", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L89", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L92", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L92", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L100", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L101", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L103", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L103", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L112", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L113", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L115", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L115", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L122", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L124", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L126", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L126", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L136", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L138", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L140", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L141", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L152", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L153", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L155", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L156", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L164", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L176", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L178", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L189", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L190", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L192", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L220", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L222", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L225", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L242", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L243", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L245", "weight": 1.0}, {"source": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "target": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L248", "weight": 1.0}], "raw_calls": [{"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L21", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L23", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L24", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L28", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newtree", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L38", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "callee": "setActiveDoctorAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L39", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L41", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "callee": "getSpecialties", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L41", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L43", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_newdoctor", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L44", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_uuidsof", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L52", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L57", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L59", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L59", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_get", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L59", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L68", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L70", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "callee": "getStatusCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L73", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidfindsadoctortaggedonlywithachild", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L73", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L79", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L81", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L83", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidalsofindsadoctortaggedwiththeparentitself", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L83", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L89", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L92", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L94", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L94", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaksiblingdoctors", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L101", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L103", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L105", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testleafiddoesnotleaktheparentsowndoctors", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L105", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "callee": "urlencode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L115", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L115", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L117", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamematchesaspecialtyname", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L117", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L123", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "callee": "urlencode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L126", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L128", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamestillmatchesthedoctorname", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L128", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L137", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L141", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "callee": "urlencode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L141", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L144", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testspecialtyfilterandnamesearchcombinewithoutnarrowingeachother", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L144", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L153", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "callee": "urlencode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L156", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L159", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testfilterononespecialtywhilesearchingthenameofanother", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L159", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "callee": "urlencode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L164", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L164", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L166", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "callee": "getStatusCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L166", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L166", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L167", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testnamethatmatchesnothingreturnsanemptylist", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L168", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L176", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L180", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "callee": "getStatusCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L180", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L180", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L181", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testunknownspecialtyidreturnsanemptylistnoteverydoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L182", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L190", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L192", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L197", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L201", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L201", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L203", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L203", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testeveryspecialtyintheresponsecarriesitsparentid", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L203", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "callee": "disableReboot", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L218", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L222", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "callee": "countQueries", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L225", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L225", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "callee": "countQueries", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L226", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L226", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L229", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testparentidaddsnoqueryperspecialty", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L232", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "callee": "uniqid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L243", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L245", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L247", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L248", "receiver": null}, {"caller_nid": "doctor_doctorspecialtysearchtest_doctorspecialtysearchtest_testtotalrecordsdoesnotdoublecountamultispecialtydoctor", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Doctor/DoctorSpecialtySearchTest.php", "source_location": "L248", "receiver": null}]}