- Created JSON representation for migration Version20260713103729, detailing nodes and edges for methods and dependencies. - Added AST cache for TenantTagRepository, including its methods and relationships with imported classes. - Introduced AST cache for TenantTagTest, capturing test methods and their interactions with dependencies.
1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_auth_changepasswordtest_php", "label": "ChangePasswordTest.php", "file_type": "code", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L1"}, {"id": "auth_changepasswordtest_changepasswordtest", "label": "ChangePasswordTest", "file_type": "code", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L12"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "auth_changepasswordtest_changepasswordtest_userwithpassword", "label": ".userWithPassword()", "file_type": "code", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L14"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L14"}, {"id": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "label": ".testChangesPasswordWithCorrectCurrent()", "file_type": "code", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L23"}, {"id": "auth_changepasswordtest_changepasswordtest_testrejectswrongcurrentpassword", "label": ".testRejectsWrongCurrentPassword()", "file_type": "code", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L39"}, {"id": "auth_changepasswordtest_changepasswordtest_testrejectsshortnewpassword", "label": ".testRejectsShortNewPassword()", "file_type": "code", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L50"}, {"id": "auth_changepasswordtest_changepasswordtest_testrejectssameascurrent", "label": ".testRejectsSameAsCurrent()", "file_type": "code", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L61"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_auth_changepasswordtest_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_auth_changepasswordtest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_auth_changepasswordtest_php", "target": "userpasswordhasherinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_auth_changepasswordtest_php", "target": "auth_changepasswordtest_changepasswordtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L12", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L12", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest", "target": "auth_changepasswordtest_changepasswordtest_userwithpassword", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L14", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest_userwithpassword", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L14", "weight": 1.0, "context": "return_type"}, {"source": "auth_changepasswordtest_changepasswordtest", "target": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L23", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest", "target": "auth_changepasswordtest_changepasswordtest_testrejectswrongcurrentpassword", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L39", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest", "target": "auth_changepasswordtest_changepasswordtest_testrejectsshortnewpassword", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L50", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest", "target": "auth_changepasswordtest_changepasswordtest_testrejectssameascurrent", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L61", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "target": "auth_changepasswordtest_changepasswordtest_userwithpassword", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L25", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "target": "user", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L35", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest_testrejectswrongcurrentpassword", "target": "auth_changepasswordtest_changepasswordtest_userwithpassword", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L41", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest_testrejectsshortnewpassword", "target": "auth_changepasswordtest_changepasswordtest_userwithpassword", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L52", "weight": 1.0}, {"source": "auth_changepasswordtest_changepasswordtest_testrejectssameascurrent", "target": "auth_changepasswordtest_changepasswordtest_userwithpassword", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Auth/ChangePasswordTest.php", "source_location": "L63", "weight": 1.0}], "raw_calls": [{"caller_nid": "auth_changepasswordtest_changepasswordtest_userwithpassword", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L16", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_userwithpassword", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L17", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_userwithpassword", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L17", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_userwithpassword", "callee": "setPasswordHash", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L18", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_userwithpassword", "callee": "hashPassword", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L18", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_userwithpassword", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L19", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L31", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L31", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L33", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "static", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L33", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L34", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L36", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testchangespasswordwithcorrectcurrent", "callee": "isPasswordValid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L36", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testrejectswrongcurrentpassword", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L43", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testrejectswrongcurrentpassword", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L47", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testrejectswrongcurrentpassword", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L47", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testrejectsshortnewpassword", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L54", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testrejectsshortnewpassword", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L58", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testrejectsshortnewpassword", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L58", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testrejectssameascurrent", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L65", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testrejectssameascurrent", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L69", "receiver": null}, {"caller_nid": "auth_changepasswordtest_changepasswordtest_testrejectssameascurrent", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Auth/ChangePasswordTest.php", "source_location": "L69", "receiver": null}]} |