{"nodes": [{"id": "c_xampp_htdocs_addfirst_vendor_laravel_breeze_stubs_api_tests_feature_auth_authenticationtest_php", "label": "AuthenticationTest.php", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L1"}, {"id": "auth_authenticationtest_authenticationtest", "label": "AuthenticationTest", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L9"}, {"id": "auth_authenticationtest_authenticationtest_test_users_can_authenticate_using_the_login_screen", "label": ".test_users_can_authenticate_using_the_login_screen()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L13"}, {"id": "auth_authenticationtest_authenticationtest_test_users_can_not_authenticate_with_invalid_password", "label": ".test_users_can_not_authenticate_with_invalid_password()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L26"}, {"id": "auth_authenticationtest_authenticationtest_test_users_can_logout", "label": ".test_users_can_logout()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L38"}], "edges": [{"source": "c_xampp_htdocs_addfirst_vendor_laravel_breeze_stubs_api_tests_feature_auth_authenticationtest_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L5", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_laravel_breeze_stubs_api_tests_feature_auth_authenticationtest_php", "target": "refreshdatabase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L6", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_laravel_breeze_stubs_api_tests_feature_auth_authenticationtest_php", "target": "testcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L7", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_laravel_breeze_stubs_api_tests_feature_auth_authenticationtest_php", "target": "auth_authenticationtest_authenticationtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L9", "weight": 1.0}, {"source": "auth_authenticationtest_authenticationtest", "target": "auth_authenticationtest_authenticationtest_test_users_can_authenticate_using_the_login_screen", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L13", "weight": 1.0}, {"source": "auth_authenticationtest_authenticationtest", "target": "auth_authenticationtest_authenticationtest_test_users_can_not_authenticate_with_invalid_password", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L26", "weight": 1.0}, {"source": "auth_authenticationtest_authenticationtest", "target": "auth_authenticationtest_authenticationtest_test_users_can_logout", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L38", "weight": 1.0}], "raw_calls": [{"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_authenticate_using_the_login_screen", "callee": "create", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L15"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_authenticate_using_the_login_screen", "callee": "User", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L15"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_authenticate_using_the_login_screen", "callee": "post", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L17"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_authenticate_using_the_login_screen", "callee": "assertAuthenticated", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L22"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_authenticate_using_the_login_screen", "callee": "assertNoContent", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L23"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_not_authenticate_with_invalid_password", "callee": "create", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L28"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_not_authenticate_with_invalid_password", "callee": "User", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L28"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_not_authenticate_with_invalid_password", "callee": "post", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L30"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_not_authenticate_with_invalid_password", "callee": "assertGuest", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L35"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_logout", "callee": "create", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L40"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_logout", "callee": "User", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L40"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_logout", "callee": "post", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L42"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_logout", "callee": "actingAs", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L42"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_logout", "callee": "assertGuest", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L44"}, {"caller_nid": "auth_authenticationtest_authenticationtest_test_users_can_logout", "callee": "assertNoContent", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\breeze\\stubs\\api\\tests\\Feature\\Auth\\AuthenticationTest.php", "source_location": "L45"}]}