Files
clinicpro/graphify-out/cache/ast/v0.8.44/6ec92ce7ac31774fec6ceb5e33a073d6cdbe06044221f38e4939f99270fe8bfb.json
T

1 line
12 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_apitestcase_php", "label": "ApiTestCase.php", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L1"}, {"id": "tests_apitestcase_apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L18"}, {"id": "webtestcase", "label": "WebTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "kernelbrowser", "label": "KernelBrowser", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L20"}, {"id": "entitymanagerinterface", "label": "EntityManagerInterface", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L21"}, {"id": "tests_apitestcase_apitestcase_setup", "label": ".setUp()", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L23"}, {"id": "tests_apitestcase_apitestcase_createuser", "label": ".createUser()", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L33"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L33"}, {"id": "tests_apitestcase_apitestcase_jwtfor", "label": ".jwtFor()", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L47"}, {"id": "tests_apitestcase_apitestcase_authjson", "label": ".authJson()", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L57"}, {"id": "tests_apitestcase_apitestcase_responsecode", "label": ".responseCode()", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L72"}, {"id": "tests_apitestcase_apitestcase_countqueries", "label": ".countQueries()", "file_type": "code", "source_file": "tests/ApiTestCase.php", "source_location": "L81"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_apitestcase_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_apitestcase_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_apitestcase_php", "target": "jwttokenmanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_apitestcase_php", "target": "kernelbrowser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_apitestcase_php", "target": "webtestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_apitestcase_php", "target": "tests_apitestcase_apitestcase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L18", "weight": 1.0}, {"source": "tests_apitestcase_apitestcase", "target": "webtestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L18", "weight": 1.0}, {"source": "tests_apitestcase_apitestcase", "target": "kernelbrowser", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L20", "weight": 1.0, "context": "field"}, {"source": "tests_apitestcase_apitestcase", "target": "entitymanagerinterface", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L21", "weight": 1.0, "context": "field"}, {"source": "tests_apitestcase_apitestcase", "target": "tests_apitestcase_apitestcase_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L23", "weight": 1.0}, {"source": "tests_apitestcase_apitestcase", "target": "tests_apitestcase_apitestcase_createuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L33", "weight": 1.0}, {"source": "tests_apitestcase_apitestcase_createuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L33", "weight": 1.0, "context": "return_type"}, {"source": "tests_apitestcase_apitestcase", "target": "tests_apitestcase_apitestcase_jwtfor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L47", "weight": 1.0}, {"source": "tests_apitestcase_apitestcase_jwtfor", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L47", "weight": 1.0, "context": "parameter_type"}, {"source": "tests_apitestcase_apitestcase", "target": "tests_apitestcase_apitestcase_authjson", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L57", "weight": 1.0}, {"source": "tests_apitestcase_apitestcase_authjson", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L57", "weight": 1.0, "context": "parameter_type"}, {"source": "tests_apitestcase_apitestcase", "target": "tests_apitestcase_apitestcase_responsecode", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L72", "weight": 1.0}, {"source": "tests_apitestcase_apitestcase", "target": "tests_apitestcase_apitestcase_countqueries", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L81", "weight": 1.0}, {"source": "tests_apitestcase_apitestcase_setup", "target": "entitymanagerinterface", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/ApiTestCase.php", "source_location": "L26", "weight": 1.0}, {"source": "tests_apitestcase_apitestcase_authjson", "target": "tests_apitestcase_apitestcase_jwtfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/ApiTestCase.php", "source_location": "L63", "weight": 1.0}], "raw_calls": [{"caller_nid": "tests_apitestcase_apitestcase_setup", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L25", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_setup", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L26", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_setup", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L26", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_createuser", "callee": "str_pad", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L37", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_createuser", "callee": "random_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L37", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_createuser", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L39", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_createuser", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L40", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_createuser", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L41", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_createuser", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L42", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_jwtfor", "callee": "create", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L49", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_jwtfor", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L49", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_jwtfor", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L49", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_authjson", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L59", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_authjson", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L66", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_authjson", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L69", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_authjson", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L69", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_authjson", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L69", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_responsecode", "callee": "getStatusCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L74", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_responsecode", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L74", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_countqueries", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L83", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_countqueries", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L83", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_countqueries", "callee": "reset", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L84", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_countqueries", "callee": "$fn", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L85", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_countqueries", "callee": "array_sum", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L87", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_countqueries", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L87", "receiver": null}, {"caller_nid": "tests_apitestcase_apitestcase_countqueries", "callee": "getData", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/ApiTestCase.php", "source_location": "L87", "receiver": null}]}