laravel-shop/.phpunit.cache/test-results

1 line
23 KiB
Plaintext

{"version":2,"defects":{"Blax\\Shop\\Tests\\Feature\\CartTest::it_can_add_product_to_cart":8,"Blax\\Shop\\Tests\\Feature\\CartTest::it_can_remove_product_from_cart":8,"Blax\\Shop\\Tests\\Feature\\CartTest::it_can_update_product_quantity":8,"Blax\\Shop\\Tests\\Feature\\CartTest::it_can_clear_cart":8,"Blax\\Shop\\Tests\\Feature\\CartTest::it_calculates_cart_totals_correctly":8,"Blax\\Shop\\Tests\\Feature\\CartTest::it_applies_discount_to_cart":8,"Blax\\Shop\\Tests\\Feature\\CartTest::it_prevents_adding_out_of_stock_products":8,"Blax\\Shop\\Tests\\Feature\\CartTest::it_prevents_adding_quantity_exceeding_stock":8,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_create_an_order":8,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_add_items_to_order":8,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_calculates_order_totals_correctly":8,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_change_order_status":8,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_scope_completed_orders":8,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_generates_unique_order_number":8,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_add_shipping_address":8,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_reduces_stock_when_order_is_completed":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_create_a_minimal_product":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_create_a_product_with_full_details":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_detects_when_product_is_on_sale":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_returns_current_price_correctly":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_attach_categories_to_product":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_scope_published_products":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_scope_in_stock_products":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_scope_featured_products":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_create_variable_product_with_variants":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_checks_if_product_is_low_stock":8,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_set_localized_content":8,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_returns_regular_price_when_not_on_sale":8,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_returns_sale_price_when_on_sale":8,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_returns_regular_price_when_sale_has_ended":8,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_returns_regular_price_when_sale_hasnt_started":8,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_calculates_discount_percentage":8,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::it_detects_low_stock":8,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::it_detects_sufficient_stock":8,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::it_marks_product_as_out_of_stock":8,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::it_allows_backorders_when_enabled":8,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::products_without_stock_management_are_always_in_stock":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_create_a_cart":7,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_automatically_generates_uuid":7,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_add_items_to_cart":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_update_cart_item_quantity":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_remove_items_from_cart":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_calculates_cart_total_correctly":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_calculates_total_items_correctly":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_check_if_cart_is_expired":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_check_if_cart_is_converted":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_scope_active_carts":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_scope_carts_for_user":7,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_belongs_to_a_user":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::cart_items_have_correct_relationships":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_calculates_cart_item_subtotal":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_store_cart_item_attributes":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_have_multiple_items_of_same_product_with_different_attributes":8,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_deletes_cart_items_when_cart_is_deleted":7,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_create_a_product_action":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::product_has_many_actions":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::action_belongs_to_product":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_enable_and_disable_actions":7,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_store_action_parameters":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_set_action_priority":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_have_different_events":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_get_actions_for_specific_event":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_filter_enabled_actions":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::multiple_products_can_have_same_action":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_update_action_parameters":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::deleting_product_deletes_actions":7,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::action_can_have_empty_parameters":8,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_query_actions_by_priority_order":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_create_a_category":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_have_a_parent_category":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_have_multiple_children":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_attach_products_to_category":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_count_products_in_category":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_check_visibility":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_have_a_sort_order":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_store_meta_data":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::product_can_belong_to_multiple_categories":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_get_all_products_from_category_hierarchy":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_detach_products_from_category":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::deleting_category_does_not_delete_products":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_scope_visible_categories":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_get_root_categories":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_maintains_category_hierarchy_integrity":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_create_a_product":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_automatically_generates_slug_if_not_provided":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_returns_current_price_correctly":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_applies_sale_price_when_active":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_ignores_sale_price_when_not_started":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_ignores_sale_price_when_ended":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_manage_stock":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_cannot_decrease_stock_below_zero":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_returns_available_stock":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_check_if_in_stock":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_attach_categories":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_attributes":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_multiple_prices":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_related_products":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_upsell_products":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_cross_sell_products":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_scope_published_products":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_scope_in_stock_products":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_scope_visible_products":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_parent_child_relationships":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_validates_virtual_and_downloadable_flags":8,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_check_featured_status":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_purchase_a_product_directly":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_add_product_to_cart":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_get_cart_items":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_update_cart_item_quantity":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_remove_item_from_cart":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_checkout_cart":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_get_cart_total":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_get_cart_items_count":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_clear_cart":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_check_if_product_was_purchased":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_get_completed_purchases":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::purchase_reduces_stock_when_managed":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::cannot_purchase_more_than_available_stock":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::adding_to_cart_checks_stock_availability":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::purchase_can_store_metadata":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::purchase_can_be_associated_with_cart":7,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::checkout_marks_cart_as_converted":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_cannot_add_out_of_stock_product_to_cart":8,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::purchase_stores_amount_correctly":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_reserve_stock_for_a_product":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_cannot_reserve_more_stock_than_available":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_release_reserved_stock":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_check_if_stock_is_pending":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_check_if_stock_is_released":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_find_expired_reservations":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_distinguish_temporary_and_permanent_reservations":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_belongs_to_a_product":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::product_has_many_stock_records":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_get_active_stock_reservations":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_cannot_release_stock_twice":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_store_reservation_note":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_handles_stock_transactions_atomically":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_calculates_available_stock_correctly":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::product_tracks_low_stock_threshold":8,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_updates_in_stock_status_automatically":8,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_automatically_generates_slug_from_name":8},"times":{"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_create_an_order":0,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_add_items_to_order":0,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_calculates_order_totals_correctly":0,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_change_order_status":0,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_scope_completed_orders":0,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_generates_unique_order_number":0,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_can_add_shipping_address":0,"Blax\\Shop\\Tests\\Feature\\OrderTest::it_reduces_stock_when_order_is_completed":0.003,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_create_a_minimal_product":0.006,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_create_a_product_with_full_details":0.001,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_detects_when_product_is_on_sale":0,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_returns_current_price_correctly":0,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_attach_categories_to_product":0,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_scope_published_products":0,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_scope_in_stock_products":0,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_scope_featured_products":0,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_create_variable_product_with_variants":0,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_checks_if_product_is_low_stock":0,"Blax\\Shop\\Tests\\Feature\\ProductTest::it_can_set_localized_content":0,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_returns_regular_price_when_not_on_sale":0.001,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_returns_sale_price_when_on_sale":0.001,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_returns_regular_price_when_sale_has_ended":0.001,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_returns_regular_price_when_sale_hasnt_started":0.001,"Blax\\Shop\\Tests\\Unit\\ProductPricingTest::it_calculates_discount_percentage":0.001,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::it_detects_low_stock":0.001,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::it_detects_sufficient_stock":0.001,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::it_marks_product_as_out_of_stock":0.001,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::it_allows_backorders_when_enabled":0.001,"Blax\\Shop\\Tests\\Unit\\StockManagementTest::products_without_stock_management_are_always_in_stock":0.001,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_create_a_cart":0.187,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_automatically_generates_uuid":0.001,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_add_items_to_cart":0.005,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_update_cart_item_quantity":0.002,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_remove_items_from_cart":0.002,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_calculates_cart_total_correctly":0.002,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_calculates_total_items_correctly":0.002,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_check_if_cart_is_expired":0.002,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_check_if_cart_is_converted":0.001,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_scope_active_carts":0.001,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_scope_carts_for_user":0.002,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_belongs_to_a_user":0.003,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::cart_items_have_correct_relationships":0.002,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_calculates_cart_item_subtotal":0.001,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_store_cart_item_attributes":0.002,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_can_have_multiple_items_of_same_product_with_different_attributes":0.002,"Blax\\Shop\\Tests\\Feature\\CartManagementTest::it_deletes_cart_items_when_cart_is_deleted":0.004,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_create_a_product_action":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::product_has_many_actions":0.002,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::action_belongs_to_product":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_enable_and_disable_actions":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_store_action_parameters":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_set_action_priority":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_have_different_events":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_get_actions_for_specific_event":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_filter_enabled_actions":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::multiple_products_can_have_same_action":0.002,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_update_action_parameters":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::deleting_product_deletes_actions":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::action_can_have_empty_parameters":0.001,"Blax\\Shop\\Tests\\Feature\\ProductActionTest::it_can_query_actions_by_priority_order":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_create_a_category":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_automatically_generates_slug_from_name":0.002,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_have_a_parent_category":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_have_multiple_children":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_attach_products_to_category":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_count_products_in_category":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_check_visibility":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_have_a_sort_order":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_store_meta_data":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::product_can_belong_to_multiple_categories":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_get_all_products_from_category_hierarchy":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_detach_products_from_category":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::deleting_category_does_not_delete_products":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_scope_visible_categories":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_can_get_root_categories":0.001,"Blax\\Shop\\Tests\\Feature\\ProductCategoryTest::it_maintains_category_hierarchy_integrity":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_create_a_product":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_automatically_generates_slug_if_not_provided":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_returns_current_price_correctly":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_applies_sale_price_when_active":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_ignores_sale_price_when_not_started":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_ignores_sale_price_when_ended":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_manage_stock":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_cannot_decrease_stock_below_zero":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_returns_available_stock":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_check_if_in_stock":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_attach_categories":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_attributes":0.002,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_multiple_prices":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_related_products":0.003,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_upsell_products":0.002,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_cross_sell_products":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_scope_published_products":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_scope_in_stock_products":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_scope_visible_products":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_have_parent_child_relationships":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_validates_virtual_and_downloadable_flags":0.001,"Blax\\Shop\\Tests\\Feature\\ProductManagementTest::it_can_check_featured_status":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_purchase_a_product_directly":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_add_product_to_cart":0.002,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_get_cart_items":0.002,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_update_cart_item_quantity":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_remove_item_from_cart":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_checkout_cart":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_get_cart_total":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_get_cart_items_count":0.002,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_clear_cart":0.002,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_check_if_product_was_purchased":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_can_get_completed_purchases":0.002,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::purchase_reduces_stock_when_managed":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::cannot_purchase_more_than_available_stock":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::adding_to_cart_checks_stock_availability":0.002,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::purchase_can_store_metadata":0.001,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::purchase_can_be_associated_with_cart":0.003,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::checkout_marks_cart_as_converted":0.002,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::user_cannot_add_out_of_stock_product_to_cart":0.003,"Blax\\Shop\\Tests\\Feature\\PurchaseFlowTest::purchase_stores_amount_correctly":0.002,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_reserve_stock_for_a_product":0.002,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_cannot_reserve_more_stock_than_available":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_release_reserved_stock":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_check_if_stock_is_pending":0.002,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_check_if_stock_is_released":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_find_expired_reservations":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_distinguish_temporary_and_permanent_reservations":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_belongs_to_a_product":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::product_has_many_stock_records":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_get_active_stock_reservations":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_cannot_release_stock_twice":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_can_store_reservation_note":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_handles_stock_transactions_atomically":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_calculates_available_stock_correctly":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::product_tracks_low_stock_threshold":0.001,"Blax\\Shop\\Tests\\Feature\\StockManagementTest::it_updates_in_stock_status_automatically":0.001}}