-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.phpunit.result.cache
1 lines (1 loc) · 28.5 KB
/
.phpunit.result.cache
1
{"version":1,"defects":{"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_activities_from_a_specific_log":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_from_multiple_logs":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_from_multiple_logs_using_an_array":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_for_a_specific_causer":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_for_a_specific_subject":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_all_log_items_related_to_subject":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_for_a_specific_morphmapped_causer":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_for_a_specific_morphmapped_subject":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_not_log_an_activity_when_the_log_is_not_enabled":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_log_an_activity_when_enabled_option_is_null":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_log_to_the_default_log_by_default":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_to_a_specific_log":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_subject":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_causer":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_causer_when_there_is_no_web_guard":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_activity_with_properties":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_activity_with_a_single_properties":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_translate_a_given_causer_id_to_an_object":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_throw_an_exception_if_it_cannot_translate_a_causer_id":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_use_the_logged_in_user_as_the_causer_by_default":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_replace_the_placeholders":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_not_replace_non_placeholders":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_returns_an_instance_of_the_activity_log_after_logging_when_using_a_custom_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CausesActivityTest::it_can_get_all_activity_for_the_causer":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CleanActivitylogCommandTest::it_can_clean_the_activity_log":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_can_log_activity_using_a_custom_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_does_not_throw_an_exception_when_model_config_is_null":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_throws_an_exception_when_model_doesnt_implements_activity":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_throws_an_exception_when_model_doesnt_extend_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_doesnt_conlict_with_laravel_change_tracking":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_values_when_creating_a_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_relation_values_when_creating_a_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_empty_relation_when_creating_a_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_updating_a_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_dirty_changes_only":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_dirty_changes_for_swapping_values":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_updating_a_related_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_dirty_changes_when_updating_a_related_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_store_no_changes_when_not_logging_attributes":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_store_the_values_when_deleting_the_model":3,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_store_the_values_when_deleting_the_model_with_softdeletes":3,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_of_array_casted_properties":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_nothing_as_loggable_attributes":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_text_as_loggable_attributes":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_fillable_as_loggable_attributes":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_both_fillable_and_log_attributes":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_wildcard_for_loggable_attributes":3,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_wildcard_with_relation":3,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_wildcard_when_updating_model":3,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\HasActivityTest::it_can_log_activity_on_subject_by_same_causer":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_creation_of_the_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_skip_logging_model_events_if_asked_to":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_switch_on_activity_logging_after_disabling_it":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_skip_logging_if_asked_to_for_update_method":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_an_update_of_the_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_deletion_of_a_model_without_softdeletes":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_deletion_of_a_model_with_softdeletes":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_restoring_of_a_model_with_softdeletes":7,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_fetch_all_activity_for_a_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_fetch_soft_deleted_models":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_to_log_returned_from_model_method_override":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_to_log_named_in_the_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_not_log_an_update_of_the_model_if_only_ignored_attributes_are_changed":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_not_fail_if_asked_to_replace_from_empty_attribute":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_activity_when_attributes_are_changed_with_tap":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_disable_logs_for_a_callback_without_affecting_previous_state_even_with_exception":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_causer_other_than_user_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_causer_that_has_been_set_from_other_context":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_activity_using_an_anonymous_causer":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_override_the_logged_in_user_as_the_causer_when_an_anonymous_causer_is_specified":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_event":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_not_log_an_activity_when_the_log_is_manually_disabled":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_log_an_activity_when_the_log_is_manually_enabled":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_accepts_null_parameter_for_caused_by":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_log_a_custom_created_at_date_time":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_disable_logs_for_a_callback":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_disable_logs_for_a_callback_without_affecting_previous_state":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_disable_logs_for_a_callback_without_affecting_previous_state_even_when_already_disabled":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_can_resolve_current_logged_in_user":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_will_throw_an_exception_if_it_cannot_resolve_user_by_id":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_can_resloved_user_from_passed_id":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_will_resolve_the_provided_override_callback":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_will_resolve_any_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomDatabaseConnectionActivityModelTest::it_uses_the_database_connection_from_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomTableNameModelTest::uses_the_table_name_from_the_configuration":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomTableNameModelTest::uses_a_custom_table_name":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomTableNameModelTest::uses_the_table_name_from_the_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_when_attributes_are_changed_with_tap":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_when_description_is_changed_with_tap":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_when_event_is_changed_with_tap":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_retrieval_of_the_model":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_detect_changes_for_date_inteval_attributes":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_removes_key_event_if_it_was_loggable":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_saving_including_multi_level_related_model":3,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_overloaded_as_loggable_attributes":4,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_detect_changes_for_null_date_inteval_attributes":3},"times":{"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_activities_from_a_specific_log":0.417,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_from_multiple_logs":0.014,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_from_multiple_logs_using_an_array":0.013,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_for_a_specific_causer":0.172,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_for_a_specific_subject":0.196,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_all_log_items_related_to_subject":0.366,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_for_a_specific_morphmapped_causer":0.272,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityModelTest::it_provides_a_scope_to_get_log_items_for_a_specific_morphmapped_subject":0.195,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity":0.1,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_not_log_an_activity_when_the_log_is_not_enabled":0.022,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_log_an_activity_when_enabled_option_is_null":0.077,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_log_to_the_default_log_by_default":0.072,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_to_a_specific_log":0.174,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_subject":0.108,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_causer":0.119,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_causer_when_there_is_no_web_guard":0.109,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_activity_with_properties":0.082,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_activity_with_a_single_properties":0.095,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_translate_a_given_causer_id_to_an_object":0.129,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_throw_an_exception_if_it_cannot_translate_a_causer_id":0.034,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_use_the_logged_in_user_as_the_causer_by_default":0.208,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_replace_the_placeholders":0.235,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_not_replace_non_placeholders":0.23,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_returns_an_instance_of_the_activity_log_after_logging_when_using_a_custom_model":0.104,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CausesActivityTest::it_can_get_all_activity_for_the_causer":0.154,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CleanActivitylogCommandTest::it_can_clean_the_activity_log":8.209,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_can_log_activity_using_a_custom_model":0.123,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_does_not_throw_an_exception_when_model_config_is_null":0.109,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_throws_an_exception_when_model_doesnt_implements_activity":0.034,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_throws_an_exception_when_model_doesnt_extend_model":0.005,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomActivityModelTest::it_doesnt_conlict_with_laravel_change_tracking":0.068,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_values_when_creating_a_model":0.149,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_relation_values_when_creating_a_model":0.356,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_empty_relation_when_creating_a_model":0.332,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_updating_a_model":0.353,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_dirty_changes_only":0.287,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_dirty_changes_for_swapping_values":0.293,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_updating_a_related_model":0.353,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_dirty_changes_when_updating_a_related_model":0.397,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_store_no_changes_when_not_logging_attributes":0.135,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_store_the_values_when_deleting_the_model":0.301,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_store_the_values_when_deleting_the_model_with_softdeletes":0.639,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_of_array_casted_properties":0.277,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_nothing_as_loggable_attributes":0.18,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_text_as_loggable_attributes":0.141,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_fillable_as_loggable_attributes":0.177,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_both_fillable_and_log_attributes":0.127,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_wildcard_for_loggable_attributes":0.148,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_wildcard_with_relation":0.263,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_wildcard_when_updating_model":0.284,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\HasActivityTest::it_can_log_activity_on_subject_by_same_causer":0.244,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_creation_of_the_model":0.143,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_skip_logging_model_events_if_asked_to":0.061,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_switch_on_activity_logging_after_disabling_it":0.176,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_skip_logging_if_asked_to_for_update_method":0.018,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_an_update_of_the_model":0.303,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_deletion_of_a_model_without_softdeletes":0.336,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_deletion_of_a_model_with_softdeletes":0.624,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_restoring_of_a_model_with_softdeletes":0.468,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_fetch_all_activity_for_a_model":0.237,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_fetch_soft_deleted_models":0.382,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_to_log_returned_from_model_method_override":0.149,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_to_log_named_in_the_model":0.109,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_not_log_an_update_of_the_model_if_only_ignored_attributes_are_changed":0.174,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_not_fail_if_asked_to_replace_from_empty_attribute":0.22,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_causer_other_than_user_model":0.144,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_a_causer_that_has_been_set_from_other_context":0.103,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_activity_using_an_anonymous_causer":0.174,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_override_the_logged_in_user_as_the_causer_when_an_anonymous_causer_is_specified":0.24,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_an_activity_with_event":0.223,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_not_log_an_activity_when_the_log_is_manually_disabled":0.02,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_log_an_activity_when_the_log_is_manually_enabled":0.095,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_accepts_null_parameter_for_caused_by":0.169,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_can_log_activity_when_attributes_are_changed_with_tap":0.405,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_log_a_custom_created_at_date_time":0.084,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_disable_logs_for_a_callback":0.016,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_disable_logs_for_a_callback_without_affecting_previous_state":0.096,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_disable_logs_for_a_callback_without_affecting_previous_state_even_when_already_disabled":0.022,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\ActivityloggerTest::it_will_disable_logs_for_a_callback_without_affecting_previous_state_even_with_exception":0.038,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_can_resolve_current_logged_in_user":0.024,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_will_throw_an_exception_if_it_cannot_resolve_user_by_id":0.02,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_can_resloved_user_from_passed_id":0.015,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_will_resolve_the_provided_override_callback":0.021,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CauserResolverTest::it_will_resolve_any_model":0.017,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CleanActivitylogCommandTest::it_can_accept_days_as_option_to_override_config_setting":4.782,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomDatabaseConnectionActivityModelTest::it_uses_the_database_connection_from_the_configuration":0.005,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomDatabaseConnectionActivityModelTest::it_uses_a_custom_database_connection":0.026,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomDatabaseConnectionActivityModelTest::it_uses_the_default_database_connection_when_the_one_from_configuration_is_null":0.005,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomDatabaseConnectionActivityModelTest::it_uses_the_database_connection_from_model":0.007,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomTableNameModelTest::uses_the_table_name_from_the_configuration":0.006,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomTableNameModelTest::uses_a_custom_table_name":0.004,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\CustomTableNameModelTest::uses_the_table_name_from_the_model":0.009,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogBatchTest::it_generates_uuid_after_start_and_end_batch_properely":0.018,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogBatchTest::it_returns_null_uuid_after_end_batch_properely":0.006,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogBatchTest::it_generates_a_new_uuid_after_starting_new_batch_properly":0.008,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogBatchTest::it_will_not_generate_new_uuid_if_start_already_started_batch":0.007,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogBatchTest::it_will_not_generate_uuid_if_end_batch_before_starting":0.005,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogBatchTest::it_can_set_uuid_and_start_a_batch":0.008,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogBatchTest::it_can_set_uuid_for_already_started_batch":0.004,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogBatchTest::it_will_not_return_null_uuid_if_end_batch_that_started_twice":0.004,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogBatchTest::it_will_return_null_uuid_if_end_batch_that_started_twice_properly":0.005,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::can_log_activity_on_subject_by_same_causer":0.22,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_when_attributes_are_changed_with_tap":0.19,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_when_description_is_changed_with_tap":0.143,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_can_log_activity_when_event_is_changed_with_tap":0.184,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_not_submit_log_when_there_is_no_changes":0.309,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_submit_a_log_with_json_changes":0.394,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_log_the_retrieval_of_the_model":0.274,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\LogsActivityTest::it_will_not_log_casted_attribute_of_the_model_if_attribute_raw_values_is_used":0.223,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_deep_diff_check_json_field":0.312,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_detect_changes_for_date_inteval_attributes":0.373,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_detect_changes_for_null_date_inteval_attributes":0.481,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_retruns_same_uuid_for_all_log_changes_under_one_batch":1.09,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_assigns_new_uuid_for_multiple_change_logs_in_different_batches":1.147,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_removes_key_event_if_it_was_loggable":0.5,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_updating_a_snake_case_related_model":0.354,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_updating_a_camel_case_related_model":0.479,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_updating_a_custom_case_related_model":0.483,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_saving_including_multi_level_related_model":0.363,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_of_collection_casted_properties":0.33,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_of_json_casted_properties":0.27,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_when_a_boolean_field_is_changed_from_false_to_null":0.277,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_ignored_attributes_while_updating":0.192,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_unguarded_as_loggable_attributes":0.226,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_store_no_changes_when_wildcard_guard_and_log_unguarded_attributes":0.184,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_hidden_as_loggable_attributes":0.144,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_overloaded_as_loggable_attributes":0.156,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_mutated_as_loggable_attributes":0.5,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_accessor_as_loggable_attributes":0.258,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_encrypted_as_loggable_attributes":0.329,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_casted_as_loggable_attribute":0.276,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_nullable_date_as_loggable_attributes":0.138,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_custom_date_cast_as_loggable_attributes":0.177,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_use_custom_immutable_date_cast_as_loggable_attributes":0.283,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_can_store_the_changes_of_json_attributes":0.153,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_not_store_changes_to_untracked_json":0.473,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_return_null_for_missing_json_attribute":0.308,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_return_an_array_for_sub_key_in_json_attribute":0.32,"Padosoft\\Laravel\\ActivitylogExtended\\Test\\DetectsChangesTest::it_will_access_further_than_level_one_json_attribute":0.368}}