Files
clinicpro/graphify-out/cache/ast/v0.8.44/4b4a4c5ba608c62358225e17f2f304c2a0e7f25c993175aee1bfb20a0c49a8bc.json
T
hamedandClaude Opus 5 92181bacff chore: refresh the knowledge graph after the branch/room task
17203 nodes, 27615 edges, 1276 communities.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-30 16:49:17 +03:30

1 line
36 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_branch_roomcrudtest_php", "label": "RoomCrudTest.php", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L1"}, {"id": "branch_roomcrudtest_roomcrudtest", "label": "RoomCrudTest", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L7"}, {"id": "branchtestcase", "label": "BranchTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "branch_roomcrudtest_roomcrudtest_createroom", "label": ".createRoom()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L10"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L10"}, {"id": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "label": ".testRoomIsCreatedWithTenantPairDerivedFromTheBranch()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L18"}, {"id": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "label": ".testPersonalBranchRoomBelongsToTheDoctor()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L34"}, {"id": "branch_roomcrudtest_roomcrudtest_testcapacitydefaultstoone", "label": ".testCapacityDefaultsToOne()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L47"}, {"id": "branch_roomcrudtest_roomcrudtest_testzerocapacityisrejected", "label": ".testZeroCapacityIsRejected()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L57"}, {"id": "branch_roomcrudtest_roomcrudtest_testblanknameisrejected", "label": ".testBlankNameIsRejected()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L67"}, {"id": "branch_roomcrudtest_roomcrudtest_testmissingaddressuuidisrejected", "label": ".testMissingAddressUuidIsRejected()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L80"}, {"id": "branch_roomcrudtest_roomcrudtest_testroomcannotbecreatedonaforeignbranch", "label": ".testRoomCannotBeCreatedOnAForeignBranch()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L91"}, {"id": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "label": ".testRoomIsUpdated()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L101"}, {"id": "branch_roomcrudtest_roomcrudtest_testblankoptionalfieldbecomesnull", "label": ".testBlankOptionalFieldBecomesNull()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L121"}, {"id": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "label": ".testRoomIsDeleted()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L131"}, {"id": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "label": ".testForeignRoomIsNotFound()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L143"}, {"id": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "label": ".testBranchRoomsAreListedForItsOwnerOnly()", "file_type": "code", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L157"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_branch_roomcrudtest_php", "target": "room", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_branch_roomcrudtest_php", "target": "branch_roomcrudtest_roomcrudtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L7", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branchtestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L7", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L10", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_createroom", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L10", "weight": 1.0, "context": "parameter_type"}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L18", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L34", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testcapacitydefaultstoone", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L47", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testzerocapacityisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L57", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testblanknameisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L67", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testmissingaddressuuidisrejected", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L80", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testroomcannotbecreatedonaforeignbranch", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L91", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L101", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testblankoptionalfieldbecomesnull", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L121", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L131", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L143", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest", "target": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L157", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L22", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L38", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testcapacitydefaultstoone", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L51", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testzerocapacityisrejected", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L61", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testroomcannotbecreatedonaforeignbranch", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L96", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L104", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testblankoptionalfieldbecomesnull", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L124", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L134", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L146", "weight": 1.0}, {"source": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "target": "branch_roomcrudtest_roomcrudtest_createroom", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Branch/RoomCrudTest.php", "source_location": "L160", "weight": 1.0}], "raw_calls": [{"caller_nid": "branch_roomcrudtest_roomcrudtest_createroom", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L12", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "clinicWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L20", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L22", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L24", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L24", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L24", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L25", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L26", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L29", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L30", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L31", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L31", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomiscreatedwithtenantpairderivedfromthebranch", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L31", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L36", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L38", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L40", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L40", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L42", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L42", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L43", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L43", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L44", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L44", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testpersonalbranchroombelongstothedoctor", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L44", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testcapacitydefaultstoone", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L49", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testcapacitydefaultstoone", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L51", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testcapacitydefaultstoone", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L53", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testcapacitydefaultstoone", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L54", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testzerocapacityisrejected", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L59", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testzerocapacityisrejected", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L61", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testzerocapacityisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L63", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testzerocapacityisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L63", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testzerocapacityisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L64", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblanknameisrejected", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L69", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblanknameisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L71", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblanknameisrejected", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L72", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblanknameisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L76", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblanknameisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L76", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblanknameisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L77", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testmissingaddressuuidisrejected", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L82", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testmissingaddressuuidisrejected", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L84", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testmissingaddressuuidisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L86", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testmissingaddressuuidisrejected", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L86", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testmissingaddressuuidisrejected", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L87", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomcannotbecreatedonaforeignbranch", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L93", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomcannotbecreatedonaforeignbranch", "callee": "clinicWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L94", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomcannotbecreatedonaforeignbranch", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L96", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomcannotbecreatedonaforeignbranch", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomcannotbecreatedonaforeignbranch", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L98", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L103", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L104", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L106", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L115", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L116", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisupdated", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L117", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblankoptionalfieldbecomesnull", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L123", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblankoptionalfieldbecomesnull", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L124", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblankoptionalfieldbecomesnull", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L126", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testblankoptionalfieldbecomesnull", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L128", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L133", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L134", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L136", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L137", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L137", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L139", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L140", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testroomisdeleted", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L140", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "callee": "clinicWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L145", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L146", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L148", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L150", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L151", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L151", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L153", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testforeignroomisnotfound", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L154", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "doctorWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L159", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L160", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L161", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L163", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L163", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L165", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L165", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L166", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "clinicWithAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L168", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L169", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L169", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L170", "receiver": null}, {"caller_nid": "branch_roomcrudtest_roomcrudtest_testbranchroomsarelistedforitsowneronly", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Branch/RoomCrudTest.php", "source_location": "L170", "receiver": null}]}