From 33eaaa9ca8699b4108090140a13086877642b134 Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Tue, 29 Aug 2023 13:50:30 +0100 Subject: [PATCH 1/4] Fire `EntryBlueprintFound` before creating --- .../Controllers/CP/Collections/EntriesController.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Http/Controllers/CP/Collections/EntriesController.php b/src/Http/Controllers/CP/Collections/EntriesController.php index 96f1101bac..41a394123f 100644 --- a/src/Http/Controllers/CP/Collections/EntriesController.php +++ b/src/Http/Controllers/CP/Collections/EntriesController.php @@ -6,6 +6,7 @@ use Illuminate\Validation\ValidationException; use Statamic\Contracts\Entries\Entry as EntryContract; use Statamic\CP\Breadcrumbs; +use Statamic\Events\EntryBlueprintFound; use Statamic\Exceptions\BlueprintNotFoundException; use Statamic\Facades\Asset; use Statamic\Facades\Entry; @@ -273,7 +274,14 @@ public function create(Request $request, $collection, $site) $blueprint->ensureFieldHasConfig('author', ['visibility' => 'read_only']); } - $values = Entry::make()->collection($collection)->values()->all(); + $entry = Entry::make() + ->collection($collection); + + EntryBlueprintFound::dispatch($blueprint, $entry); + + $values = $entry + ->values() + ->all(); if ($collection->hasStructure() && $request->parent) { $values['parent'] = $request->parent; From da65d5448c317450c4311ebd17e3e358a7caeaa6 Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Tue, 8 Oct 2024 13:38:52 +0100 Subject: [PATCH 2/4] Update to use hooks --- .phpunit.cache/test-results | 1 + .../CP/Collections/EntriesController.php | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 .phpunit.cache/test-results diff --git a/.phpunit.cache/test-results b/.phpunit.cache/test-results new file mode 100644 index 0000000000..58a8f85e3d --- /dev/null +++ b/.phpunit.cache/test-results @@ -0,0 +1 @@ +{"version":1,"defects":{"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_routes":7,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_sets_all_the_routes_identically":7,"Tests\\API\\APITest::it_filters_published_entries_by_default":7,"Tests\\API\\APITest::it_filters_out_future_entries_from_future_private_collection":7,"Tests\\API\\APITest::it_filters_out_past_entries_from_past_private_collection":7,"Tests\\API\\APITest::it_can_filter_collection_entries_when_configuration_allows_for_it":7,"Tests\\API\\APITest::it_filters_published_entries_on_term_entries_route_by_default":7,"Tests\\API\\APITest::it_filters_by_taxonomy_terms":7,"Tests\\API\\APITest::it_excludes_keys":8,"Tests\\API\\APITest::next_prev_link_include_original_query_params":8,"Tests\\API\\APITest::relationships_are_shallow_augmented":8,"Tests\\API\\APITest::it_can_offset_results":7,"Tests\\Antlers\\Runtime\\TemplateTest::test_rendering_a_non_array_variable_reports_current_file":1,"Tests\\Auth\\RoleTest::it_can_be_saved":2,"Tests\\Auth\\RoleTest::it_can_be_deleted":2,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_handle_a_bunch_of_useless_config_without_erroring":1,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_children_in_a_closure_to_defer_loading_until_they_are_needed":1,"Tests\\Console\\Commands\\StaticWarmTest::it_exits_with_error_when_static_caching_is_disabled":2,"Tests\\Console\\Commands\\StaticWarmTest::it_warms_the_static_cache":2,"Tests\\Console\\Commands\\StaticWarmTest::it_doesnt_queue_the_requests_when_connection_is_set_to_sync":2,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests":2,"Tests\\Data\\Structures\\CollectionStructureTest::it_sets_and_gets_the_associated_collection":2,"Tests\\Data\\Structures\\CollectionStructureTest::the_only_available_collection_is_itself":2,"Tests\\Data\\Structures\\CollectionStructureTest::collections_cannot_be_set":2,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_an_entry_by_uri":2,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_a_specific_sites_tree":2,"Tests\\Feature\\Entries\\DeleteEntryTest::entries_get_removed_from_the_structure_and_child_pages_are_moved_to_the_parent_and_maintain_order":2,"Tests\\Feature\\Entries\\EditEntryTest::it_denies_access_if_you_dont_have_permission":2,"Tests\\Feature\\Entries\\EditEntryTest::it_shows_the_entry_form":2,"Tests\\Feature\\Entries\\EditEntryTest::it_overrides_values_from_the_working_copy":2,"Tests\\Feature\\Entries\\EditEntryTest::it_marks_as_read_only_if_you_only_have_view_permission":2,"Tests\\Feature\\Entries\\UpdateEntryTest::published_entry_gets_saved_to_working_copy":2,"Tests\\Feature\\Entries\\UpdateEntryTest::draft_entry_gets_saved_to_content":2,"Tests\\Feature\\Entries\\UpdateEntryTest::validation_error_returns_back":2,"Tests\\Feature\\Entries\\UpdateEntryTest::user_without_permission_to_manage_publish_state_cannot_change_publish_status":2,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::delete_button_is_not_visible_without_permission_to_configure":2,"Tests\\Filesystem\\FlysystemAdapterTest::it_throws_exception_when_normalizing_an_absolute_path_on_a_non_local_adapter":2,"Tests\\Forms\\EmailTest::attachments_are_added":2,"Tests\\Forms\\EmailTest::it_adds_renderable_fields":2,"Tests\\FrontendTest::drafts_dont_get_statically_cached":2,"Tests\\FrontendTest::future_private_entries_dont_get_statically_cached":2,"Tests\\FrontendTest::past_private_entries_dont_get_statically_cached":2,"Tests\\FrontendTest::xml_antlers_template_with_xml_layout_will_use_both_and_change_the_content_type":7,"Tests\\FrontendTest::xml_antlers_layout_will_change_the_content_type":7,"Tests\\FrontendTest::amp_requests_load_their_amp_directory_counterparts":2,"Tests\\FrontendTest::amp_requests_without_an_amp_template_result_in_a_404":2,"Tests\\FrontendTest::routes_pointing_to_controllers_should_render":2,"Tests\\FrontendTest::routes_pointing_to_invalid_controller_should_render_404":2,"Tests\\FrontendTest::a_redirect_key_in_the_page_data_should_redirect":2,"Tests\\FrontendTest::a_redirect_key_with_a_404_value_should_404":2,"Tests\\FrontendTest::a_redirect_key_with_an_entry_should_redirect_to_the_entry":2,"Tests\\FrontendTest::a_redirect_key_with_an_unknown_entry_should_404":2,"Tests\\FrontendTest::debug_bar_shows_cascade_variables_if_enabled":2,"Tests\\Git\\GitTest::it_commits_tracked_content":7,"Tests\\Git\\GitTest::it_shell_escapes_git_user_name_and_email":7,"Tests\\Git\\GitTest::it_can_commit_with_custom_commit_message":7,"Tests\\Git\\GitTest::it_can_run_custom_commands":7,"Tests\\Policies\\EntryPolicyTest::another_authors_entry_is_editable":2,"Tests\\Policies\\EntryPolicyTest::another_authors_entry_is_editable_with_site_permission":2,"Tests\\Routing\\RoutesTest::xml_antlers_template_with_xml_layout_will_use_both_and_change_the_content_type":7,"Tests\\Routing\\RoutesTest::xml_antlers_layout_will_change_the_content_type":7,"Tests\\Search\\AlgoliaIndexTest::search_event_gets_emitted":1,"Tests\\Search\\CombIndexTest::search_event_gets_emitted":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_in":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_null":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_not_null":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_between":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_not_between":1,"Tests\\Search\\UpdateItemIndexesTest::it_updates_term_localizations_when_saving_a_term":2,"Tests\\Search\\UpdateItemIndexesTest::it_deletes_term_localizations_when_deleting_a_term":2,"Tests\\Stache\\BasicStoreTest::it_gets_an_item_by_path":2,"Tests\\Stache\\BasicStoreTest::it_forgets_an_item_by_key":2,"Tests\\Stache\\BasicStoreTest::it_saves_an_item":2,"Tests\\Stache\\Repositories\\CollectionTreeRepositoryTest::it_updates_the_order_index_for_entries_when_saving":2,"Tests\\Stache\\StacheTest::it_generates_an_id":2,"Tests\\Stache\\StacheTest::it_clears_its_cache":2,"Tests\\Stache\\StacheTest::it_refreshes_itself":2,"Tests\\Stache\\StacheTest::it_gets_its_cache_file_size":2,"Tests\\Stache\\StacheTest::it_can_record_its_build_time":2,"Tests\\Stache\\Stores\\EntriesStoreTest::it_ignores_entries_in_a_site_subdirectory_where_the_collection_doesnt_have_that_site_enabled":2,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_saves_to_disk_with_multiple_sites":2,"Tests\\Stache\\Stores\\NavigationStoreTest::it_saves_to_disk_with_multiple_sites":2,"Tests\\Tags\\User\\RegisterFormTest::it_handles_precognitive_requests":7,"Tests\\Tags\\User\\LoginFormTest::it_handles_precognitive_requests":7,"Tests\\Tags\\User\\PasswordFormTest::it_handles_precognitive_requests":7,"Tests\\Tags\\User\\ProfileFormTest::it_handles_precognitive_requests":7,"Tests\\Auth\\EloquentUserRepositoryTest::it_normalizes_to_statamic_user_from_model":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_the_class":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_overrides_the_class":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_all_users":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_all_users_with_overridden_classes":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_id":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_id_with_overridden_classes":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_email":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_email_with_overridden_classes":1,"Tests\\Auth\\EloquentUserRepositoryTest::find_or_fail_gets_user":1,"Tests\\Auth\\EloquentUserRepositoryTest::find_or_fail_throws_exception_when_user_does_not_exist":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_normalizes_statamic_user":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_successfully_returns_null_when_trying_to_normalize_user_from_null":1,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#published":8,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#scheduled":7,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#expired":7,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_merges_any_x_data_passed_to_the_tag":7,"Tests\\Feature\\AssetContainers\\ListAssetContainersTest::it_lists_container_by_order_specified":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all, english":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers, english":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all, french":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers, french":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images, english":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents, english":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images, french":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents, french":7,"Tests\\Fields\\FieldsTest::converts_to_array_suitable_for_rendering_prefixed_conditional_fields_in_publish_component":7,"Tests\\Fieldtypes\\NestedFieldsTest::it_preprocesses_each_value_when_used_for_config":7,"Tests\\Fields\\SectionTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":7,"Tests\\Git\\GitTest::it_can_run_custom_commands_with_custom_git_binary":7,"Tests\\PhoneHomeTest::it_contacts_the_outpost":8,"Tests\\Console\\Commands\\MakeActionTest::it_can_make_an_action":7,"Tests\\Console\\Commands\\MakeActionTest::it_can_make_an_action_into_an_addon":7,"Tests\\Console\\Commands\\MakeAddonTest::it_can_generate_an_addon":7,"Tests\\Console\\Commands\\MakeAddonTest::it_can_make_an_addon_with_everything_including_the_kitchen_sink":7,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_can_generate_a_fieldtype":7,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_can_make_a_fieldtype_into_an_addon":7,"Tests\\Console\\Commands\\MakeFilterTest::it_can_make_a_filter":7,"Tests\\Console\\Commands\\MakeFilterTest::it_can_make_a_filter_into_an_addon":7,"Tests\\Console\\Commands\\MakeModifierTest::it_can_make_a_modifier":7,"Tests\\Console\\Commands\\MakeModifierTest::it_can_make_a_modifier_into_an_addon":7,"Tests\\Console\\Commands\\MakeScopeTest::it_can_make_a_scope":7,"Tests\\Console\\Commands\\MakeScopeTest::it_can_make_a_scope_into_an_addon":7,"Tests\\Console\\Commands\\MakeTagTest::it_can_make_a_tag":7,"Tests\\Console\\Commands\\MakeTagTest::it_can_make_a_tag_into_an_addon":7,"Tests\\Console\\Commands\\MakeWidgetTest::it_can_make_a_widget":7,"Tests\\Console\\Commands\\MakeWidgetTest::it_can_make_a_widget_into_an_addon":7,"Tests\\Tags\\CacheTagTest::it_restores_section_contents_after":7,"Tests\\Tags\\CacheTagTest::it_restores_stack_contents_after":7,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_guzzle_adapter_when_a_url_is_provided":8,"Tests\\StaticCaching\\InvalidateTest::it_invalidates_a_form_when_its_blueprint_is_saved":5,"Tests\\Auth\\FileUserTest::it_gets_and_assigns_roles":8,"Tests\\Auth\\FileUserTest::it_removes_a_role_assignment":8,"Tests\\Auth\\FileUserTest::it_checks_if_it_has_a_role":8,"Tests\\CP\\Navigation\\NavTest::it_can_use_extend_to_defer_until_after_statamic_core_nav_items_are_built":7,"Tests\\CP\\Navigation\\NavTest::it_can_rebuild_from_fresh_slate":7,"Tests\\Composer\\ComposerTest::it_can_list_installed_packages_with_details":7,"Tests\\Composer\\ComposerTest::it_can_get_installed_version_of_a_package_directly_from_composer_lock":8,"Tests\\Composer\\ComposerTest::it_can_check_if_package_is_installed":7,"Tests\\Composer\\ComposerTest::it_can_get_installed_path_of_a_package":8,"Tests\\Composer\\ComposerTest::it_can_require_update_downgrade_and_remove_a_package":7,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_precognitive_requests_as_standard_laravel_errors":7,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_xml_http_requests_in_statamic_error_format":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_gets_revisions":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_publishes_an_entry":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_unpublishes_an_entry":8,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_creates_a_revision":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_restores_a_published_entrys_working_copy_to_another_revision":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_restores_an_unpublished_entrys_contents_to_another_revision":8,"Tests\\Feature\\Revisions\\RevisionsTest::a_revision_can_be_made_from_an_entry":8,"Tests\\Feature\\Revisions\\RevisionsTest::a_revision_can_be_made_from_a_dated_entry":8,"Tests\\Revisions\\RepositoryTest::it_gets_revisions_and_excludes_working_copies":8,"Tests\\Revisions\\RepositoryTest::it_gets_and_filters_items_using_query_builder":8,"Tests\\StaticCaching\\DefaultInvalidatorTest::specifying_all_as_invalidation_rule_will_just_flush_the_cache":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::assets_can_trigger_url_invalidation":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::collection_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::collection_urls_can_be_invalidated_by_an_entry":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::entry_urls_are_not_invalidated_by_an_entry_with_a_redirect":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::taxonomy_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::navigation_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::globals_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::form_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::it_doesnt_recache_when_background_recache_token_is_disabled":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::it_recaches_when_background_recache_token_is_enabled":5,"Tests\\StaticCaching\\FileCacherTest::recaching_a_url_will_trigger_a_recache_job":7,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form":8,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form_with_params":8,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form_with_redirects_to_anchor":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_fields_array":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_text_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_text_field_with_custom_input_type":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_textarea_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_checkboxes_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_inline_checkboxes_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_radio_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_inline_radio_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_select_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_multiple_select_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_asset_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_multiple_assets_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_field_with_fallback_to_default_partial":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_sections_array":8,"Tests\\Tags\\Form\\FormCreateTest::it_renders_section_instructions_without_cascading_into_field_instructions":8,"Tests\\Tags\\Form\\FormCreateTest::it_wont_submit_form_and_renders_errors":8,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_and_render_success":8,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_and_follow_custom_redirect_with_success":8,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_with_honeypot_filled_and_render_fake_success":8,"Tests\\Tags\\Form\\FormCreateTest::it_wont_submit_form_and_follow_custom_redirect_with_errors":8,"Tests\\Tags\\Form\\FormCreateTest::it_will_use_redirect_query_param_off_url":8,"Tests\\Tags\\Form\\FormCreateTest::it_can_render_an_inline_error_when_multiple_rules_fail":8,"Tests\\Tags\\Form\\FormCreateTest::it_fetches_form_data":8,"Tests\\Tags\\Form\\FormCreateTest::it_adds_renders_appended_config_fields":8,"Tests\\Data\\Structures\\NavTreeTest::it_fires_a_saving_event":7,"Tests\\Data\\Structures\\NavTreeTest::returning_false_in_nav_tree_saving_stops_saving":7,"Tests\\Data\\Structures\\NavTreeTest::it_fires_a_deleting_event":7,"Tests\\Data\\Structures\\CollectionTreeTest::it_fires_a_saving_event":7,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_path":8,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_path_when_using_multisite":8,"Tests\\Data\\Structures\\CollectionTreeTest::it_fires_a_deleting_event":7,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_nav_tree_deleting_stops_deleting":7,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_collection_tree_saving_stops_saving":7,"Tests\\Data\\Structures\\NavTreeTest::returning_false_in_nav_tree_deleting_stops_deleting":7,"Tests\\Modifiers\\PushTest::it_pushes_an_item_to_an_array":7,"Tests\\Modifiers\\PushTest::it_pushes_an_item_to_an_array_from_context":7,"Tests\\Auth\\GateTest::it_doesnt_run_gate_checks_on_non_statamic_users":8,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_doesnt_run_gate_checks_on_non_statamic_users":7,"Tests\\Antlers\\Runtime\\ModelTest::test_model_attributes_are_returned":7,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_can_be_reordered":7,"Tests\\Tags\\DictionaryTagTest::it_gets_countries":8,"Tests\\Tags\\DictionaryTagTest::it_gets_dictionary_by_handle":8,"Tests\\Tags\\DictionaryTagTest::it_can_search":8,"Tests\\Tags\\DictionaryTagTest::it_can_supplement_data":8,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered":8,"Tests\\Tags\\DictionaryTagTest::it_gets_timezones":8,"Tests\\Tags\\DictionaryTagTest::it_can_paginate":8,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered_using_a_query_scope":7,"Tests\\API\\APITest::it_can_use_a_query_scope_on_collection_entries_when_configuration_allows_for_it":7},"times":{"Tests\\Data\\Taxonomies\\TaxonomyTest::it_stores_cascading_data_in_a_collection":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_sets_all_the_cascade_data_when_passing_an_array":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_values_from_the_cascade_with_fallbacks":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_term_blueprints":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::no_existing_blueprints_will_fall_back_to_a_default_named_after_the_singular_taxonomy":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_dispatches_an_event_when_getting_entry_blueprint":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_the_url":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_the_url_when_the_site_is_using_a_subdirectory":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_the_url_with_a_collection":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_is_arrayable":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_preview_targets#through object":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_preview_targets#through facade":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_trucates_terms":0.008,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_saves_through_the_api":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_dispatches_taxonomy_created_only_once":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_saves_quietly":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::if_creating_event_returns_false_the_taxonomy_doesnt_save":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::if_saving_event_returns_false_the_taxonomy_doesnt_save":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_routes":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_sets_all_the_routes_identically":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_layout":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_template":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_term_template":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_cannot_view_taxonomies_from_sites_that_the_user_is_not_authorized_to_see":0.003,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_fires_a_deleting_event":0.002,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_deletes_quietly":0.002,"Tests\\Feature\\GraphQL\\TaxonomyTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\TaxonomyTest::it_queries_a_taxonomy_by_handle":0.003,"Tests\\Feature\\GraphQL\\TaxonomyTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\Taxonomies\\UpdateTaxonomyTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\UpdateTaxonomyTest::it_updates_a_taxonomy":0.01,"Tests\\Feature\\Taxonomies\\UpdateTaxonomyTest::it_associates_taxonomies_with_collections":0.012,"Tests\\Actions\\DuplicateTermTest::it_duplicates_a_term":0.006,"Tests\\Actions\\DuplicateTermTest::it_increments_the_number_if_duplicate_already_exists":0.004,"Tests\\Actions\\DuplicateTermTest::user_with_create_permission_is_authorized":0.005,"Tests\\Data\\Taxonomies\\AugmentedTermTest::it_gets_values":0.004,"Tests\\Data\\Taxonomies\\AugmentedTermTest::supplemented_title_is_used":0.002,"Tests\\Data\\Taxonomies\\AugmentedTermTest::collection_is_present_when_set":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_gets_the_reference":0,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_gets_the_entry_count_through_the_repository":0.001,"Tests\\Data\\Taxonomies\\LocalizedTermTest::if_the_value_is_explicitly_set_to_null_then_it_should_not_fall_back":0.001,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_gets_evaluated_augmented_value_using_magic_property":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::calling_unknown_method_throws_exception":0.001,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_converts_to_an_array":0.003,"Tests\\Data\\Taxonomies\\LocalizedTermTest::only_requested_relationship_fields_are_included_in_to_array":0.003,"Tests\\Data\\Taxonomies\\TermTest::it_gets_the_blueprint_when_defined_on_itself":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_gets_the_blueprint_when_defined_in_a_value":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_gets_the_default_taxonomy_blueprint_when_undefined":0.002,"Tests\\Data\\Taxonomies\\TermTest::the_blueprint_is_blinked_when_getting_and_flushed_when_setting":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_dispatches_an_event_when_getting_blueprint":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_gets_the_entry_count_through_the_repository":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_saves_through_the_api":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_dispatches_term_created_only_once":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_saves_quietly":0.002,"Tests\\Data\\Taxonomies\\TermTest::if_creating_event_returns_false_the_term_doesnt_save":0.002,"Tests\\Data\\Taxonomies\\TermTest::if_saving_event_returns_false_the_term_doesnt_save":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_gets_preview_targets":0.009,"Tests\\Data\\Taxonomies\\TermTest::it_gets_routes":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_has_a_dirty_state":0.003,"Tests\\Data\\Taxonomies\\TermTest::it_syncs_original_at_the_right_time":0.003,"Tests\\Data\\Taxonomies\\TermTest::it_gets_and_sets_the_layout":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_gets_and_sets_the_template":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_fires_a_deleting_event":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_does_not_delete_when_a_deleting_event_returns_false":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_deletes_quietly":0.001,"Tests\\Feature\\GraphQL\\TermTest::query_only_works_if_enabled":0.008,"Tests\\Feature\\GraphQL\\TermTest::it_cannot_query_against_non_allowed_sub_resource":0.006,"Tests\\Feature\\GraphQL\\TermTest::it_queries_a_term_by_id":0.009,"Tests\\Feature\\GraphQL\\TermTest::it_can_add_custom_fields_to_interface":0.006,"Tests\\Feature\\GraphQL\\TermTest::it_can_add_custom_fields_to_an_implementation":0.006,"Tests\\Feature\\GraphQL\\TermTest::adding_custom_field_to_an_implementation_does_not_add_it_to_the_interface":0.014,"Tests\\Feature\\GraphQL\\TermTest::it_resolves_query_builders":0.01,"UpdateTermTest::it_denies_access_if_you_dont_have_edit_permission":0.009,"UpdateTermTest::it_denies_access_if_you_dont_have_site_permission":0.009,"UpdateTermTest::term_gets_updated":0.013,"Tests\\API\\APITest::not_found_responses_are_formatted_with_json":0.018,"Tests\\API\\APITest::it_handles_not_found_entries#valid entry id":0.025,"Tests\\API\\APITest::it_handles_not_found_entries#invalid entry id":0.004,"Tests\\API\\APITest::it_handles_not_found_entries#valid entry id but wrong collection":0.004,"Tests\\API\\APITest::it_cannot_filter_entries_by_default#0":0.011,"Tests\\API\\APITest::it_cannot_filter_entries_by_default#1":0.006,"Tests\\API\\APITest::it_cannot_filter_entries_by_default#2":0.005,"Tests\\API\\APITest::it_filters_published_entries_by_default":0.011,"Tests\\API\\APITest::it_filters_out_future_entries_from_future_private_collection":0.01,"Tests\\API\\APITest::it_filters_out_past_entries_from_past_private_collection":0.009,"Tests\\API\\APITest::it_can_filter_collection_entries_when_configuration_allows_for_it":0.012,"Tests\\API\\APITest::it_filters_published_entries_in_collection_tree_route_by_default":0.015,"Tests\\API\\APITest::it_filters_published_entries_on_term_entries_route_by_default":0.025,"Tests\\API\\APITest::it_filters_published_entries_in_nav_route_by_default":0.01,"Tests\\API\\APITest::it_filters_by_taxonomy_terms":0.06,"Tests\\API\\APITest::it_excludes_keys":0.007,"Tests\\API\\APITest::next_prev_link_include_original_query_params":0.007,"Tests\\API\\APITest::relationships_are_shallow_augmented":0.012,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password":0.004,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password:is":0.002,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password:regex":0.002,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password_hash":0.002,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password_hash:is":0.002,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password_hash:regex":0.002,"Tests\\API\\APITest::it_replaces_entries_using_live_preview_token":0.007,"Tests\\API\\APITest::it_replaces_terms_using_live_preview_token":0.006,"Tests\\API\\APITest::it_handles_not_found_terms#valid term id":0.005,"Tests\\API\\APITest::it_handles_not_found_terms#invalid term id":0.004,"Tests\\API\\APITest::it_handles_not_found_terms#valid term id but wrong collection":0.004,"Tests\\API\\APITest::it_can_offset_results":0.007,"Tests\\API\\CacherTest::it_caches_endpoint_using_default_cacher":0.005,"Tests\\API\\CacherTest::it_bypasses_cache_when_using_a_valid_token#0":0.005,"Tests\\API\\CacherTest::it_bypasses_cache_when_using_a_valid_token#1":0.004,"Tests\\API\\CacherTest::it_doesnt_bypass_cache_when_using_an_invalid_token#0":0.004,"Tests\\API\\CacherTest::it_doesnt_bypass_cache_when_using_an_invalid_token#1":0.004,"Tests\\API\\CacherTest::it_caches_endpoint_using_configured_expiry":0.008,"Tests\\API\\CacherTest::it_caches_endpoint_with_query_params":0.004,"Tests\\API\\CacherTest::it_caches_multiple_endpoints":0.005,"Tests\\API\\CacherTest::it_busts_whole_cache_when_content_is_saved":0.006,"Tests\\API\\CacherTest::it_busts_whole_cache_when_unrelated_content_is_saved":0.007,"Tests\\API\\CacherTest::it_can_disable_default_cacher_by_setting_false_on_parent_cache_config":0.004,"Tests\\API\\CacherTest::it_can_disable_default_cacher_by_setting_false_on_child_class_config":0.004,"Tests\\API\\CacherTest::it_can_use_custom_cacher":0.005,"Tests\\API\\ConfigTest::config_can_enable_all_collections_resources":0.011,"Tests\\API\\ConfigTest::config_can_disable_all_collections_resources":0.022,"Tests\\API\\ConfigTest::config_can_disable_resources_with_null":0.008,"Tests\\API\\ConfigTest::config_can_disable_resources_with_unexpected_value":0.008,"Tests\\API\\ConfigTest::config_can_enable_some_collections_resources":0.01,"Tests\\API\\ConfigTest::config_can_enable_all_navs_resources":0.003,"Tests\\API\\ConfigTest::config_can_disable_all_navs_resources":0.003,"Tests\\API\\ConfigTest::config_can_enable_some_navs_resources":0.003,"Tests\\API\\ConfigTest::config_can_enable_all_taxonomies_resources":0.011,"Tests\\API\\ConfigTest::config_can_disable_all_taxonomies_resources":0.006,"Tests\\API\\ConfigTest::config_can_enable_some_taxonomies_resources":0.008,"Tests\\API\\ConfigTest::config_can_enable_all_globals_resources":0.007,"Tests\\API\\ConfigTest::config_can_disable_all_globals_resources":0.004,"Tests\\API\\ConfigTest::config_can_enable_some_globals_resources":0.004,"Tests\\API\\ConfigTest::config_can_enable_all_assets_resources":0.014,"Tests\\API\\ConfigTest::config_can_disable_all_assets_resources":0.004,"Tests\\API\\ConfigTest::config_can_enable_some_assets_resources":0.006,"Tests\\API\\ConfigTest::config_can_enable_all_forms_resources":0.005,"Tests\\API\\ConfigTest::config_can_disable_all_forms_resources":0.002,"Tests\\API\\ConfigTest::config_can_enable_some_forms_resources":0.004,"Tests\\API\\ConfigTest::config_can_enable_all_users":0.004,"Tests\\API\\ConfigTest::config_can_disable_all_users":0.002,"Tests\\API\\ConfigTest::config_can_enable_all_collection_entries_by_term":0.019,"Tests\\API\\ConfigTest::config_can_disable_all_collection_entries_by_term":0.012,"Tests\\API\\ConfigTest::config_can_enable_some_collection_entries_by_term":0.014,"Tests\\API\\FilterAuthorizerTest::no_sub_resource_filters_are_allowed_by_default_when_resource_is_disabled#0":0.001,"Tests\\API\\FilterAuthorizerTest::no_sub_resource_filters_are_allowed_by_default_when_resource_is_disabled#1":0.001,"Tests\\API\\FilterAuthorizerTest::no_sub_resource_filters_are_allowed_by_default_when_resource_is_enabled#0":0.001,"Tests\\API\\FilterAuthorizerTest::no_sub_resource_filters_are_allowed_by_default_when_resource_is_enabled#1":0.002,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_when_configured_using_wildcard_sub_resources#0":0.002,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_when_configured_using_wildcard_sub_resources#1":0.002,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_when_configured_on_specific_sub_resources#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_when_configured_on_specific_sub_resources#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_that_are_common_to_all_selected_sub_resources#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_that_are_common_to_all_selected_sub_resources#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_merges_sub_resources_filters_with_wildcard_sub_resources_config#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_merges_sub_resources_filters_with_wildcard_sub_resources_config#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_properly_handles_disabled_sub_resources_when_merging_filters#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_properly_handles_disabled_sub_resources_when_merging_filters#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_disabling_filters_on_specific_sub_resources_when_using_wildcard_config#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_disabling_filters_on_specific_sub_resources_when_using_wildcard_config#1":0.001,"Tests\\API\\FilterAuthorizerTest::no_user_filters_are_allowed_by_default#0":0.001,"Tests\\API\\FilterAuthorizerTest::no_user_filters_are_allowed_by_default#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_user_filters_when_configured#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_user_filters_when_configured#1":0.001,"Tests\\API\\ResourceAuthorizerTest::no_sub_resources_are_allowed_by_default#0":0.001,"Tests\\API\\ResourceAuthorizerTest::no_sub_resources_are_allowed_by_default#1":0.001,"Tests\\API\\ResourceAuthorizerTest::all_sub_resources_are_allowed_when_setting_true_at_top_level#0":0.002,"Tests\\API\\ResourceAuthorizerTest::all_sub_resources_are_allowed_when_setting_true_at_top_level#1":0.001,"Tests\\API\\ResourceAuthorizerTest::wildcard_config_does_not_enable_sub_resource_by_default#0":0.001,"Tests\\API\\ResourceAuthorizerTest::wildcard_config_does_not_enable_sub_resource_by_default#1":0.001,"Tests\\API\\ResourceAuthorizerTest::wildcard_config_can_enable_all_sub_resources#0":0.001,"Tests\\API\\ResourceAuthorizerTest::wildcard_config_can_enable_all_sub_resources#1":0.001,"Tests\\API\\ResourceAuthorizerTest::disabling_sub_resource_overrides_wildcard_config#0":0.002,"Tests\\API\\ResourceAuthorizerTest::disabling_sub_resource_overrides_wildcard_config#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_boolean#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_boolean#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_array_values#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_array_values#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_array_config#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_array_config#1":0.001,"Tests\\API\\ResourceAuthorizerTest::users_are_not_allowed_by_default#0":0.001,"Tests\\API\\ResourceAuthorizerTest::users_are_not_allowed_by_default#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_users_via_boolean#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_users_via_boolean#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_users_via_array_config#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_users_via_array_config#1":0.001,"Tests\\API\\ResourceAuthorizerTest::sites_are_not_allowed_by_default":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_sitess_via_boolean":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_sites_via_array_config":0.001,"Tests\\Actions\\DuplicateAssetTest::it_duplicates_an_asset":0.014,"Tests\\Actions\\DuplicateAssetTest::it_increments_the_number_if_duplicate_already_exists":0.004,"Tests\\Actions\\DuplicateAssetTest::user_with_create_permission_is_authorized":0.005,"Tests\\Actions\\DuplicateEntryTest::it_duplicates_an_entry":0.007,"Tests\\Actions\\DuplicateEntryTest::it_increments_the_number_if_duplicate_already_exists":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#no permission":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#permission to create, access to no sites, but not using multisite":0.004,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#permission to create, access to site":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#permission to create, access to no sites":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#permission to create, access to a different site":0.004,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#no permission":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#permission to create, access to no sites, but not using multisite":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#permission to create, access to all sites":0.006,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#permission to create, access to no sites":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#permission to create, access to a site that the entries arent in":0.005,"Tests\\Actions\\DuplicateEntryTest::it_respects_the_collection_not_requiring_slugs":0.007,"Tests\\Actions\\DuplicateEntryTest::it_duplicates_an_entry_with_localizations":0.011,"Tests\\Actions\\DuplicateEntryTest::it_duplicates_an_entry_with_nested_localizations":0.013,"Tests\\Actions\\DuplicateEntryTest::it_only_duplicates_authorized_localizations":0.01,"Tests\\Actions\\DuplicateEntryTest::it_doesnt_duplicate_authorized_descendants_of_unauthorized_localizations":0.011,"Tests\\Actions\\DuplicateEntryTest::it_duplicates_an_entry_from_a_non_default_site":0.007,"Tests\\Actions\\DuplicateEntryTest::if_an_entry_has_an_origin_it_duplicates_the_root_origin":0.008,"Tests\\Actions\\DuplicateEntryTest::if_an_entry_has_an_origin_and_the_root_origin_is_also_selected_it_only_duplicates_the_root_origin":0.008,"Tests\\Actions\\DuplicateFormTest::it_duplicates_a_form":0.004,"Tests\\Actions\\DuplicateFormTest::user_with_create_permission_is_authorized":0.003,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_self_closing_tags_are_not_considered_during_matching":0.001,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_tags_with_similar_names_match_against_the_compound_name":0.001,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_parser_correctly_associates_ambiguous_tags_with_self_closing_tags":0.001,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_parser_correctly_associates_nested_collection_tag_pairs":0.001,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_double_colon_method_parts_can_be_paired":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_returns_nodes":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_doesnt_trim_off_content_start":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_removes_params_from_node_content":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_node_name_ignores_modifier_start":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_removes_tags_from_node_content":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_parses_simple_comments":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_parses_full_variable_names":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_parses_embedded_dot_paths":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_parses_multiple_variables_separately":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_complex_variable_reference_paths_are_parsed_within_variable_nodes":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_comments_with_things_that_look_like_antlers_dont_skip_literal_nodes":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_neighboring_comments_dont_confuse_things":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_nodes_with_length_five_do_not_skip_literals":0.031,"Tests\\Antlers\\Parser\\BasicNodeTest::test_variable_nodes_are_combined_neighboring_array_accessors":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_uppercase_logical_keywords_are_parsed_into_keywords_and_not_variables":0.001,"Tests\\Antlers\\Parser\\CommentsTest::test_antlers_in_comments_does_not_get_parsed_or_trigger_errors":0,"Tests\\Antlers\\Parser\\CommentsTest::test_comments_at_start_of_document_remove_whitespace":0.001,"Tests\\Antlers\\Parser\\ConditionalNodesTest::test_it_doesnt_skip_surrounding_nodes":0.002,"Tests\\Antlers\\Parser\\ConditionalNodesTest::test_nested_conditionals_and_chains_are_parsed":0.001,"Tests\\Antlers\\Parser\\ConditionalNodesTest::test_unless_rewrite_sets_content":0.001,"Tests\\Antlers\\Parser\\ConditionalNodesTest::test_conditions_do_not_get_parsed_as_modifiers":0.001,"Tests\\Antlers\\Parser\\DocumentTransformerTest::test_transformer_does_not_skip_things":0.122,"Tests\\Antlers\\Parser\\DocumentTransformerTest::test_transformer_can_correct_html_encoded_content":0.001,"Tests\\Antlers\\Parser\\IdentifierFinderTest::it_finds_identifiers":0.001,"Tests\\Antlers\\Parser\\LogicGroupTest::test_logic_groups_can_neighbor_path_terminators":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_it_parses_node_modifiers":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_modifiers_with_underscores":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_many_parameters_without_strings":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_modifiers_with_hyphens":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_it_parses_modifier_values":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_shorthand_modifiers_can_accept_complex_strings":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_shorthand_syntax_breaks_on_symbolic_operators":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_at_params_can_be_supplied":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_tag_parameters_can_start_with_numbers":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_node_parameter_escape_consistent_behavior":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_node_parameter_paired_behavior":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_pipe_can_be_escaped_inside_modifier_parameters":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_parameter_details_are_parsed":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_variable_references_are_parsed":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_it_detects_modifier_parameters":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_equals_followed_by_space_is_not_parameter":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_equals_followed_by_invalid_char_is_not_parameter":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_node_parameter_values_are_resolved_correctly":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_double_braces_inside_a_parameter":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_double_braces_inside_a_parameter_emits_final_literal_node_if_no_other_antlers":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_shorthand_variable_syntax":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_multiple_shorthand_variable_parameters":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_it_parses_shorthand_parameters_and_regular_parameters":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_curly_braces_inside_a_parameter_can_be_ignored_entirely":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_weird_operator_order_throws_exception":0.002,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incomplete_parameter_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incomplete_single_quote_string_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_dangling_else_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incorrect_condition_order_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_dangling_else_unless_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_empty_if_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_empty_else_if_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_empty_unless_throws_exception":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_empty_else_unless_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_illegal_language_operator_throws_exception":0.002,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_unenclosed_group_by_logic_group_throws_exception":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_unenclosed_group_by_aliased_logic_group_throws_exception":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_assignment_to_scalar_throws_exception":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_missing_logic_group_close_throws_error_parsing_array":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_array_as_key_throws_error":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_consecutive_dangling_array_elements_throws_error":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_missing_key_value_value_throws_error":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_missing_key_value_name_throws_error":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_missing_key_value_name_inside_array_throws_error":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incorrectly_chained_methods_throws_error_colon_syntax":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incorrectly_chained_methods_throws_error_dot_syntax":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_runtime_type_labeler":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_neighboring_strings_throws_parser_error_in_modifiers":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_neighboring_numeric_throws_parser_error_in_modifiers":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_line_offsets_are_respected":0.002,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_modifier_method_syntax_with_extra_tokens_throws_error":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_shorthand_parameters_cannot_have_special_characters":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_shorthand_parameters_cannot_start_with_numbers":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incomplete_shorthand_parameters_throws_error":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incomplete_shorthand_parameters_throws_error_two":0,"Tests\\Antlers\\Parser\\PathParserTest::test_simple_paths_are_parsed":0,"Tests\\Antlers\\Parser\\PathParserTest::test_strict_variable_references_are_parsed":0,"Tests\\Antlers\\Parser\\PathParserTest::test_explicit_variable_references_are_parsed":0.001,"Tests\\Antlers\\Parser\\PathParserTest::test_it_parses_complex_paths":0,"Tests\\Antlers\\Parser\\PathParserTest::test_it_parses_trailing_array_accessors":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_strings_with_html_are_not_parsed_as_antlers_parameters":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_strings_can_be_combined_using_addition_assignment":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_empty_strings_can_be_combined_using_addition_assignment":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_braces_can_be_escaped_inside_string_literals":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_escape_sequences_are_replaced_inside_the_environment":0.001,"Tests\\Antlers\\Parser\\TernaryGroupsTest::test_ternary_groups_will_stop_collecting_condition_when_they_encounter_operators":0.001,"Tests\\Antlers\\Parser\\TernaryGroupsTest::test_simple_interpolations_within_path_accessor_can_replace_simple_ternary":0.001,"Tests\\Antlers\\Parser\\VariableParsingTest::test_variables_can_use_hyphens":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builder_loops_receive_tag_parameters":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builder_array_plucking_on_tag_pairs":0.002,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builder_loops_receive_tag_parameters_and_can_be_scoped":0.005,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_strict_variable_query_builders_are_correctly_handled":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builders_can_be_used_like_variables":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builders_do_not_leak_to_the_next_node":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builders_can_materialize_within_the_sandbox":0.002,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builders_are_not_resolved_for_modifiers":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builder_instances_are_preserved":0.003,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_using_builders_as_a_pair_does_not_mutate_existing_variable":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_nested_query_builders_process_assignments_correctly":0.001,"ArithmeticTest::test_multiplication_before_addition":0.001,"ArithmeticTest::test_zeroes_can_be_incremented":0.001,"ArithmeticTest::test_subtraction_operator":0,"ArithmeticTest::test_subtracting_negative_numbers":0.001,"ArithmeticTest::test_arithmetic_bordering_interpolation_regions":0.001,"ArithmeticTest::test_add_three_variables_and_get_result":0.001,"ArithmeticTest::test_divide_three_variables_get_result":0.001,"ArithmeticTest::test_subtract_three_variables_and_get_result":0.001,"ArithmeticTest::test_factorial_operator":0.001,"ArithmeticTest::test_modulus_operator":0.001,"ArithmeticTest::test_subtraction_after_logic_groups":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_array_plucking":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_dictionary_access":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_multi_dimensional_array_access":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_multi_dimensional_array_with_plucking":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_numeric_indexes_are_valid_inside_nested_paths":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_reference_paths_resolve_at_the_end_of_a_path":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_paths_with_string_that_contain_whitespace":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_paths_with_escaped_strings_resolve_correctly":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_path_with_string_escape_sequence_resolves_correctly":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_path_with_newline_escape_sequence":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_path_with_tab_escape_sequence":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_path_with_carriage_return_escape_sequence":0,"Tests\\Antlers\\Runtime\\ArraysTest::test_arr_makes_array":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_associative_arrays":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_dangling_element_is_allowed":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_array_push":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_nested_arrays":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_nested_arrays_using_bracket_syntax":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_array_key_values":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_array_shorthand_syntax_can_be_used_without_trailing_spaces":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_creation_of_new_array_elements":0.002,"Tests\\Antlers\\Runtime\\ArraysTest::test_arrays_as_the_tag_name":0.001,"Tests\\Antlers\\Runtime\\AutomaticStatementTerminatorsTest::test_automatic_statement_terminators_are_added_after_the_righthand_side_of_an_assignment":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_negation_following_or_is_evaluated":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_negation_equivalency":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_comparison_operators":0.002,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_modifiers_in_multiple_conditions":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_shorthand_logical_and_equivalency":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_invalid_default_position_throws_exception":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_missing_arg_separator_after_first_case_statement_throws_exception":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_missing_arg_separator_after_other_case_statement_throws_exception":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator_is_assignable":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator_can_use_multiple_scope_variables":0.002,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator_is_assignable_from_interpolated_expression":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator_with_simplified_conditions":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_deferred_expressions_are_evaluated_correctly_from_ternary_conditions_relaxed":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_deferred_expressions_are_evaluated_correctly_from_ternary_conditions_tight":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_modifier_chains_break_on_equality_comparison_operator":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_empty_terms_collection_is_falsey":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_values_are_resolved_in_conditions":0.003,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_conditional_with_not_keyword":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_templates_with_many_unique_conditions_render_correctly":0.018,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_conditions_lock_processor_scope_before_processing":0.017,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_conditions_reach_into_the_cascade":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_uppercase_logical_keywords_in_conditions":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_arrayable_strings_inside_conditions_used_with_modifiers":0.002,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_conditions_with_objects_inside_interpolations_dont_trigger_string_errors":0.002,"Tests\\Antlers\\Runtime\\ConditionalFallbackTest::test_it_processes_conditional_fallback":0.001,"Tests\\Antlers\\Runtime\\ConditionalLogicValueTest::test_conditionals_handle_values_transparently":0.006,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_starts_with_accepts_special_characters":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_math_add":0,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_query_param":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_ampersand_list":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_ascii":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_at":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_background_position":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_backspace":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_camelize":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_cdata":0,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_ceil":0,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_chunk":0.002,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_collapse":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_collapse_whitespace":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_contains":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_contains_all":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_contains_any":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_count":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_count_substring":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_dashify":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_wrap":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_word_count":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_where":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_unique":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_underscored":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_sort":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_repeat":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_remove_right":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_remove_left":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_lclast":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_is_numeric":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_shorthand_syntax_accepts_space_inside_strings":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_shorthand_syntax_accepts_strings_with_leading_whitespace":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_shorthand_syntax_can_handle_string_escape_sequences":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_group_by_modifier":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_modifiers_in_dynamic_bindings_with_tight_spacing_doesnt_error":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_raw_shorthand_modifier_returns_raw_value":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_raw_modifier_returns_raw_value_on_antlers_enabled_field":0.026,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_explode_on_tag_pairs":0.002,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_runtime_maintains_arrays_of_objects":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_dynamic_binding_is_resolved_on_modifier_parameters":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_null_values_on_count_does_not_trigger_error":0.001,"Tests\\Antlers\\Runtime\\DataRetrieverTest::test_simple_data_is_retrieved":0,"Tests\\Antlers\\Runtime\\DataRetrieverTest::test_dynamic_keys_are_retrieved":0,"Tests\\Antlers\\Runtime\\DataRetrieverTest::test_dynamic_keys_are_correctly_set":0.001,"Tests\\Antlers\\Runtime\\DeferredInterpolationTest::test_interpolated_regions_do_not_get_called_too_early":0.001,"Tests\\Antlers\\Runtime\\DeferredInterpolationTest::test_interpolated_regions_do_not_get_called_too_early_with_else_branch_and_whitepsace":0.001,"Tests\\Antlers\\Runtime\\DeferredInterpolationTest::test_interpolated_regions_do_not_get_called_too_early_with_logic_group_syntax":0.001,"Tests\\Antlers\\Runtime\\DeferredInterpolationTest::test_interpolated_regions_do_not_get_called_too_early_with_else_branch_and_whitepsace_with_logic_group_syntax":0.001,"Tests\\Antlers\\Runtime\\EscapedLiteralsTest::test_escaped_opening_brace_works":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\ArrayFieldtypeTest::test_render_array_dynamic":0.003,"Tests\\Antlers\\Runtime\\Fieldtypes\\ArrayFieldtypeTest::test_render_array_keyed":0.002,"Tests\\Antlers\\Runtime\\Fieldtypes\\AssetTemplateTest::test_asset_returns_implicit_string_value":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\AssetTemplateTest::test_passing_asset_in_parameter_actually_passes_asset":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\AssetTemplateTest::test_asset_assignment":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\AssetTemplateTest::test_parameter_values_are_not_lost_when_passed_into_tags":0.003,"Tests\\Antlers\\Runtime\\Fieldtypes\\BardFieldtypeTest::test_render_bard_field":0.027,"Tests\\Antlers\\Runtime\\Fieldtypes\\BardFieldtypeTest::test_raw_parameter_style_modifier_can_be_used_on_values":0.004,"Tests\\Antlers\\Runtime\\Fieldtypes\\BardFieldtypeTest::test_antlers_true_bard_fields_correct_for_html_encoded_values":0.003,"Tests\\Antlers\\Runtime\\Fieldtypes\\ButtonGroupFieldtypeTest::test_render_button_group":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\CheckboxesFieldtypeTest::test_render_checkboxes":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\CodeFieldtypeTest::test_render_code_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\CodeFieldtypeTest::test_code_fieldtype_with_antlers_true":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\ColorFieldtypeTest::test_render_color_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\FloatValFieldtypeTest::test_render_float_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\GridFieldtypeTest::test_render_grid_fieldtype":0.007,"Tests\\Antlers\\Runtime\\Fieldtypes\\GridFieldtypeTest::test_render_stacked_grid_fieldtype":0.003,"Tests\\Antlers\\Runtime\\Fieldtypes\\GridFieldtypeTest::test_grid_array_plucking":0.009,"Tests\\Antlers\\Runtime\\Fieldtypes\\IntegerFieldtypeTest::test_render_integer_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\LinkFieldtypeTest::test_render_link_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\MarkdownFieldtypeTest::test_render_markdown_fieldtype":0.005,"Tests\\Antlers\\Runtime\\Fieldtypes\\MarkdownFieldtypeTest::test_markdown_with_antlers_evaluates_correctly":0.008,"Tests\\Antlers\\Runtime\\Fieldtypes\\RadioFieldtypeTest::test_render_radio_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\RangeFieldtypeTest::test_render_range_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\ReplicatorFieldtypeTest::test_render_replicator_field":0.014,"Tests\\Antlers\\Runtime\\Fieldtypes\\SelectFieldtypeTest::test_render_select_fieldtype":0.005,"Tests\\Antlers\\Runtime\\Fieldtypes\\TableFieldtypeTest::test_render_table_fieldtype":0.002,"Tests\\Antlers\\Runtime\\Fieldtypes\\TextareaFieldtypeTest::test_render_textarea_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\TimeFieldtypeTest::test_render_time_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\ToggleFieldtypeTest::test_render_toggle_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\VideoFieldtypeTest::test_render_video_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\YamlFieldtypeTest::test_render_yaml_fieldtype":0.002,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_groupby_with_single_custom_key_works":0.001,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_basic_group_by_information":0.001,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_populates_array_data":0.003,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_multiple_group_conditions":0.006,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_multiple_group_conditions_aliased":0.004,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_multiple_group_conditions_only_last_aliased":0.004,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_multiple_group_both_conditions_aliased":0.007,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_renamed_group":0.003,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_aliased_logic_group":0.003,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_condition_with_custom_key_name":0.003,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_multiple_group_conditions_with_custom_key_name":0.004,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_string_alias_can_be_used_with_modifier_method_syntax":0.001,"Tests\\Antlers\\Runtime\\InterpolationTest::test_interpolation_cache_is_cleared_between_nodes":0.001,"Tests\\Antlers\\Runtime\\InterpolationTest::test_augmented_values_do_not_get_lost_when_inside_nested_partials":0.006,"Tests\\Antlers\\Runtime\\InterpolationTest::test_interpolation_inside_dynamic_access":0.01,"Tests\\Antlers\\Runtime\\LogicGroupTest::test_gatekeeper_right_side_is_lazy":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_non_sequential_numeric_keys_are_not_treated_as_associative_arrays":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_lists_can_access_next_prev_variables":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_empty_collections_do_not_print_brackets":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_strict_variable_syntax_can_be_used_for_loops":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_runtime_resets_data_manager_paired_state":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_modified_value_is_used_each_iteration":0.002,"Tests\\Antlers\\Runtime\\LoopTest::test_runtime_maintains_scope_on_nested_loops":0.027,"Tests\\Antlers\\Runtime\\MarkdownContentTest::test_markdown_content_is_not_parsed_as_antlers":0.002,"Tests\\Antlers\\Runtime\\MethodCallTest::test_methods_can_be_called":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_chained_methods_colon_syntax":0,"Tests\\Antlers\\Runtime\\MethodCallTest::test_chained_methods_dot_syntax":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_chained_methods_mixed_syntax":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_be_used_within_conditions_without_explicit_logic_groups":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_be_used_within_conditions_without_explicit_logic_groups_dot_syntax":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_be_used_within_conditions_without_explicit_logic_groups_arrow_syntax":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_be_used_within_conditions_without_explicit_logic_groups_arrow_syntax_with_strict_var":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_have_modifiers_applied":0.011,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_not_get_called_more_than_declared":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_dangling_chained_method_calls":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_using_method_syntax_works_for_modifiers_with_empty_arg_group":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_ensure_arg_group_is_still_optional":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_method_syntax_allows_for_chained_modifiers":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_method_syntax_captures_context_variables":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_modifiers_can_change_behavior_based_on_modifier_syntax_used":0.002,"Tests\\Antlers\\Runtime\\ModifierArgumentTest::test_environment_does_not_resolve_collections_being_sent_to_modifiers":0.006,"Tests\\Antlers\\Runtime\\ModifierArgumentTest::test_in_array_with_collections":0.001,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_add_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_subtract_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_division_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_multiplication_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_modulo_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\NamedSlotsTest::test_named_slots_can_use_defaults":0.002,"Tests\\Antlers\\Runtime\\NamedSlotsTest::test_named_slots_can_override_defaults":0.001,"Tests\\Antlers\\Runtime\\NamedSlotsTest::test_comments_are_ignored_when_checking_for_named_slots":0.001,"Tests\\Antlers\\Runtime\\NamedSlotsTest::test_named_slots_do_not_end_up_in_the_log_as_loopable_variable_warnnig":0.002,"Tests\\Antlers\\Runtime\\NoparseTest::test_noparse_ignores_braces_entirely":0.001,"Tests\\Antlers\\Runtime\\NoparseTest::test_multiple_noparse_regions":0.001,"Tests\\Antlers\\Runtime\\NullCoalescenceTest::test_modifiers_can_be_called_on_a_null_coalescence_group":0.001,"Tests\\Antlers\\Runtime\\NullCoalescenceTest::test_modifiers_can_be_called_on_explicit_null_coalescence_group":0,"Tests\\Antlers\\Runtime\\NullCoalescenceTest::test_implicit_null_coalescence_groups_respect_logic_groups":0.001,"Tests\\Antlers\\Runtime\\NullCoalescenceTest::test_null_coalescence_with_multi_path_parts":0.001,"Tests\\Antlers\\Runtime\\OnceTest::test_once_block_evaluates_once_inside_a_loop_and_tag_contexts":0.001,"Tests\\Antlers\\Runtime\\OnceTest::its_reevaluated_across_requests":0.009,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_column_can_be_resolved_from_context":0.004,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_be_resolved_from_logic_group":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_be_resolved_from_scoped_logic_group":0.002,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orders_with_modifiers_against_array_types":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_operator":0.002,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_order_by_can_come_from_string_or_logic_group":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_evaluate_expressions_from_context_data":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_evaluate_direction_from_sub_expression":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_multiple_sort_directions":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_multiple_sort_directions_from_scoped_logic_groups":0.002,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_multiple_sort_directions_from_scoped_logic_groups_and_var_references":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_with_strings_sorts_array_if_matching_data_property":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_accept_modifiers":0.002,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_with_other_operators":0.002,"Tests\\Antlers\\Runtime\\ParameterStyleModifierTest::test_scope_is_not_impacted_by_parameter_style_modifiers":0.01,"Tests\\Antlers\\Runtime\\ParameterStyleModifierTest::test_modifier_style_parameters_applies_brace_escape_sequences":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_using_interpolations_with_variable_reference_resolves_correctly":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_modifier_syntax_within_variable_references_works_when_using_tags":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_complex_expressions_are_parsed_when_using_variable_references":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_ridiculous_variable_binding_expressions":0.002,"Tests\\Antlers\\Runtime\\ParametersTest::test_interpolations_can_be_used_as_part_of_a_tag_method":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_array_syntax_modifiers_work_on_multi_part_variable_paths":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_braces_can_be_escaped_inside_parameters":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_tags_are_invoked_within_interpolated_contexts":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_tags_are_invoked_within_interpolated_contexts_and_conflicting_string_variable":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_interpolations_with_parameters_are_cast_to_strings":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_interpolation_with_array_style_parameters_returns_arrays":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_parameters_with_numeric_variables":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_single_array_values_inside_parameters":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_short_tag_parameters_do_not_cause_collisions":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_shorthand_parameter_variable_syntax":0,"Tests\\Antlers\\Runtime\\ParametersTest::test_numeric_literals_inside_variable_bindings_stay_numbers":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_values_objects_are_resolved_when_processing_tag_params":0.001,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_context_data_does_not_leak_when_resolving_augmented_Values":0.01,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_parser_isolation_considers_all_options_after_taxonomy":0.016,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_runtimes_are_isolated_when_evaluating_tags":0.019,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_runtime_assignment_variable_leak_multiple_requests_inside_same_process":0.01,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_variables_created_in_template_are_shared_with_the_layout":0.009,"Tests\\Antlers\\Runtime\\PartialsTest::test_nested_partials_render_correctly":0.002,"Tests\\Antlers\\Runtime\\PartialsTest::test_sections_work_inside_the_main_slot_content":0.008,"Tests\\Antlers\\Runtime\\PartialsTest::test_double_colons_may_be_used_in_tag_method_part":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_has_access_to_scope_data":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_can_be_used_to_output_evaluated_antlers":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_variable_access_inside_loops":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_inside_user_content_when_configured_to_do_so":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_inside_user_content_can_be_disabled":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_implicit_antlers_php_node":0.013,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_antlers_php_node_can_return_assignments":0.013,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_antlers_php_node_does_not_remove_literal":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_antlers_php_echo_node":0,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_node_assignments_within_loops":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_assignments_from_php_nodes":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_scope_prefixes_work_inside_conditions":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_scope_prefixes_can_apply_to_array_vars":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_partials_respect_field_prefixes":0.006,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_scope_tag_can_prefix_fields":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_prefixes_can_receive_arrays":0.002,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_prefix_can_be_built_dynamically":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_prefix_can_be_assigned_conditionally":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_nested_prefixes_uses_most_recent_first":0.001,"Tests\\Antlers\\Runtime\\PreparserTest::test_pre_parser_can_modify_text":0.001,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_nodes_dont_reset_towards_the_end":0.039,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_nodes_on_structures_inside_partials":0.01,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_nodes_on_structures":0.011,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_node_can_be_root":0.002,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_sub_recursive_nodes":0.002,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_simple_depth_tree_class":0.001,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_node_that_is_not_from_a_tag":0.001,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_multiple_navs_on_same_page_inside_conditions_resolve_the_correct_parent":0.008,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_arbitrary_arrays_can_be_used_in_recursion":0.001,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::testRecursiveNavigationWithCustomVariables":0.005,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::testRecursiveNavigationWithCustomVariablesBeforeChildLoop":0.005,"Tests\\Antlers\\Runtime\\RuntimeConfigurationTest::test_unpaired_loops_will_throw_fatal_error_when_configured":0.001,"Tests\\Antlers\\Runtime\\RuntimeValuesTest::test_supplemented_values_are_not_cached":0.008,"Tests\\Antlers\\Runtime\\RuntimeValuesTest::test_fieldtype_information_is_resolved_when_augmenting":0.001,"Tests\\Antlers\\Runtime\\StackedSectionsTest::test_sections_can_be_used_like_stacks_when_nested":0.002,"Tests\\Antlers\\Runtime\\StacksTest::test_basic_stacks_work":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_stacks_from_partials":0.002,"Tests\\Antlers\\Runtime\\StacksTest::test_stacks_and_sections_work_from_partials":0.002,"Tests\\Antlers\\Runtime\\StacksTest::test_stacks_can_be_created_out_of_order":0.009,"Tests\\Antlers\\Runtime\\StacksTest::test_stack_replacements_are_removed_if_nothing_is_pushed_to_them":0.007,"Tests\\Antlers\\Runtime\\StacksTest::test_whitespace_can_be_preserved_inside_stacks":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_stack_items_can_be_retrieved":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_array_stack_items_can_be_used_in_multiple_places":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_array_stacks_when_not_pushed":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_array_stacks_when_only_pushing_to_one":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_stack_replacements_are_removed_if_nothing_is_pushed_to_them_on_not_found":0.007,"Tests\\Antlers\\Runtime\\StacksTest::test_subsequent_requests_clears_stack_state":0.009,"Tests\\Antlers\\Runtime\\StressTest::test_inner_if_is_evaluated_correctly":0.147,"Tests\\Antlers\\Runtime\\StressTest::test_deeply_nested_paths_resolve_correctly":0.007,"Tests\\Antlers\\Runtime\\StressTest::test_runtime_and_data_manager_can_parse_and_evaluate_long_paths_dot_syntax":0.004,"Tests\\Antlers\\Runtime\\StressTest::test_runtime_and_data_manager_can_parse_and_evaluate_long_paths_colon_syntax":0.004,"Tests\\Antlers\\Runtime\\StrictVariablesTest::test_strict_array_variable_access_returns_count_from_modifier":0.001,"Tests\\Antlers\\Runtime\\StrictVariablesTest::test_strict_array_variable_access_can_be_iterated":0.001,"Tests\\Antlers\\Runtime\\StrictVariablesTest::test_array_strict_variable_does_not_conflict_with_tag_that_has_same_name":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_string_escape_sequences_are_parsed":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_strings_ending_with_literal_backslash_dont_incorrectly_attempt_to_escape_end_delimiter":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_string_concat_works_without_printing_string_to_output":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_string_concat_pushes_data_to_assignments":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_string_value_resolution_applies_interpolations":0.001,"Tests\\Antlers\\Runtime\\StructuresTest::test_dangling_expressions_get_grouped_into_semantic_groups_and_evaluated":0.001,"Tests\\Antlers\\Runtime\\TagCheckScopeTest::test_node_processor_does_not_trash_scope_when_checking_if_something_should_be_a_tag":0.018,"Tests\\Antlers\\Runtime\\TagCheckScopeTest::test_condition_augmentation_doesnt_reset_up_the_scope":0.013,"Tests\\Antlers\\Runtime\\TagsTest::test_nested_double_braces_can_be_used_to_supply_parameter_values":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::string_variable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::string_variables_with_tight_braces":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::array_variables":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::complex_array_variable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::associative_array_variable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::scope_glue":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::non_existent_variables_should_be_null":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::accessing_strings_as_arrays_returns_null":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::accessing_string_as_array_which_exists_as_callback_calls_the_callback":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::non_arrays_cannot_be_looped":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::static_strings_with_double_quotes_should_be_left_alone":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::static_strings_with_single_quotes_should_be_left_alone":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::static_strings_with_double_quotes_can_be_modified":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::static_strings_with_single_quotes_can_be_modified":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_braces_should_not_be_parsed":0,"Tests\\Antlers\\Runtime\\TemplateTest::modified_non_existent_variables_should_be_null":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::unclosed_array_variable_pairs_should_be_null":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_condition":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::multiple_and_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::multiple_or_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::or_existence_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::conditions_on_overlapping_variable_names":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::loop_with_param_inside_condition_matching_variable_name":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_dynamic_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_isnt_too_greedy":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_a_variable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_modifiers_and_dynamic_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_multiple_lines":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_escapes_quotes_properly":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_inside_parameter":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::null_coalescence":0.006,"Tests\\Antlers\\Runtime\\TemplateTest::truth_coalescing":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::truth_coalescing_inside_loop":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_standard_string_modifier_tight":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_string_modifiers_tight":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_standard_string_modifier_relaxed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_string_modifiers_relaxed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_string_modifiers_from_dynamic_array_relaxed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_parameter_string_modifier":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_parameter_string_from_array_modifier":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_parameter_string_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_standard_array_modifier_tight":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_standard_array_modifier_relaxed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_array_modifiers_tight_on_content":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_modifiers_relaxed_on_content":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_parameter_modifiers_on_content":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::conditions_with_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::conditions_with_relaxed_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::tags_with_curlies_in_params_gets_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::date_condition_with_chained_relaxed_modifiers_with_spaces_in_arguments":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::array_modifiers_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::array_modifiers_on_collections_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::recursive_children":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::recursive_children_with_scope":0.007,"Tests\\Antlers\\Runtime\\TemplateTest::empty_values_are_not_overridden_by_previous_iteration":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::empty_values_are_not_overridden_by_previous_iteration_with_parsing":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::nested_array_syntax":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_parses_php_when_enabled":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_noparse_tags":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_data_in_noparse_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_data_in_noparse_modifiers_with_null_coalescence":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_noparse_tags_inside_callbacks":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_data_in_noparse_modifiers_inside_callbacks":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_tags_prefixed_with_an_at_symbol":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_tags_prefixed_with_an_at_symbol_over_multiple_lines":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_tags_prefixed_with_an_at_symbol_over_tags_in_multiple_lines":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_multiline_tags_prefixed_with_an_at_symbol_over_tags_in_multiple_lines":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_tags_prefixed_with_an_at_symbol_containing_nested_tags":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_accepts_an_arrayable_object":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_throws_exception_for_non_arrayable_data_object":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_throws_exception_for_unsupported_data_value":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_augmented_value":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_expands_augmented_value_when_used_as_an_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_nested_values_from_augmentable_objects":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_loops_over_value_object":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_nested_values_from_value_objects":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_nested_values_from_nested_value_objects":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_nested_values_from_within_nested_value_objects":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_parses_value_objects_values_when_configured_to_do_so":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::it_casts_objects_to_string_when_using_single_tags":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_output_anything_if_object_cannot_be_cast_to_a_string":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_casts_arrayable_objects_to_arrays_when_using_tag_pairs":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_cannot_cast_non_arrayable_objects_to_arrays_when_using_tag_pairs":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_unparsed_simple_arrays_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_unparsed_simple_arrays_get_parsed_with_scope":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_unparsed_multidimensional_arrays_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_empty_arrays_get_parsed_with_no_results":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_collections_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_query_builders_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_value_objects_gets_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_value_objects_with_antlers_gets_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_value_objects_with_antlers_disabled_does_not_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::value_objects_with_antlers_gets_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::value_objects_with_antlers_disabled_do_not_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_automatically_augments_augmentable_objects_when_using_tag_pairs":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_automatically_augments_augmentable_objects_when_returned_from_a_callback_tag":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_automatically_augments_collections_when_using_tag_pairs":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tag_pair_variables_get_context_merged_in_but_nulls_remain_null":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::variable_tag_pair_get_context_merged_in_except_for_nulls":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::scope_modifier_can_add_scopes":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_reach_into_the_cascade":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_create_scopes":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_does_not_accept_sequences":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_does_not_accept_multidimensional_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_aliases_array_tag_pairs_using_the_as_modifier":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_aliases_callback_tag_pair_loop_using_the_as_param":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_counts_query_builder_results_in_conditions":0.008,"Tests\\Antlers\\Runtime\\TemplateTest::it_applies_modifier_on_different_array_syntax":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::modifiers_on_tag_pairs_receive_the_augmented_value":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_outputs_the_value_when_a_ArrayableString_object_is_used_as_string":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_treat_a_ArrayableString_object_as_an_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_access_ArrayableString_properties_by_colon_notation":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_use_ArrayableString_objects_in_conditions":0.004,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_remove_escaping_characters_from_tenary_output":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_remove_escaping_characters_from_tenary_output_with_truth_coalescence":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::empty_collections_are_considered_empty_in_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::empty_view_error_bags_are_considered_empty_in_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::objects_are_considered_truthy":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::parameter_style_modifier_with_colon_prefix_will_get_the_values_from_context":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::variables_starting_with_if_arent_treated_as_if_statements":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::when_a_loop_is_a_value_object_with_an_empty_array_it_get_parsed_as_one":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_automatically_augments_augmentable_objects_when_looping_with_modifier":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_tags_with_single_part_in_conditions":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_tags_with_multiple_parts_in_conditions":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::it_does_stuff_in_issue_2537":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_does_stuff_in_issue_2456":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_compares_to_a_string_that_looks_like_array_access":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_parses_single_and_tag_pairs_with_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_passes_along_query_builder_values_to_the_query_tag":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_passes_along_query_builder_augmented_values_to_the_query_tag":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_reach_into_query_builders":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_reach_into_query_builders_through_values":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_get_nested_query_builders":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_loops_over_values_instances":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_entries_as_conditions#with __toString":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_entries_as_conditions#with __call":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_entries_as_conditions#without __call or __toString":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::test_rendering_a_non_array_variable_reports_current_file":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::test_it_passes_data_to_php_when_enabled":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::test_it_returns_escaped_content":0.001,"Tests\\Antlers\\Runtime\\TupleListTest::test_tuple_lists_keyword_syntax":0.006,"Tests\\Antlers\\Runtime\\TupleListTest::test_tuple_lists_are_parsed_and_can_be_iterated":0.001,"Tests\\Antlers\\Runtime\\UnlessTest::test_elseunless_conditions_does_not_cause_error":0.001,"Tests\\Antlers\\Runtime\\UseCaseTests\\ConditionalParameterTest::test_switch_conditions_can_be_used_in_parameters":0.002,"Tests\\Antlers\\Runtime\\ValueInterpolationTest::test_interpolated_ranges_are_replaced":0.001,"Tests\\Antlers\\Runtime\\ValueInterpolationTest::test_interpolation_doesnt_care_about_internal_whitespace":0.001,"Tests\\Antlers\\Runtime\\ValueInterpolationTest::test_arrays_can_be_returned_from_interpolated_regions":0.001,"Tests\\Antlers\\Runtime\\ValueInterpolationTest::test_actual_value_is_returned_from_interpolations_for_arguments":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_arrays_take_priority_over_tags":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_collection_tag_is_still_invoked":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_strings_can_be_used_inside_tags_with_similar_names":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_strings_can_override_tags_non_pair":0,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_strings_override_tags_even_with_tag_parameters":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_taxonomy_can_be_used_as_variable_named":0,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_taxonomy_tag_is_called":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_common_variable_names_with_handles":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_form_tag_is_called":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_similar_variable_names_are_prioritized_within_partials":0.002,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_variables_take_priority_over_tags_stress_test":0.039,"Tests\\Antlers\\Runtime\\VariableVariablesTest::test_variable_variables_resolves_dynamic_paths":0.001,"Tests\\Antlers\\Runtime\\VariableVariablesTest::test_variable_variables_works_with_strict_variables":0,"Tests\\Antlers\\Runtime\\VariablesTest::test_value_objects_can_be_used_for_array_lookups":0.001,"Tests\\Antlers\\Runtime\\VariablesTest::test_value_objects_can_still_be_augmented_when_used_for_array_lookups":0.001,"Tests\\Antlers\\Runtime\\VariablesTest::test_variables_with_hyphens_resolve_their_values":0.002,"Tests\\Antlers\\Runtime\\VoidParametersTest::test_voided_parameters_are_not_sent_to_tag":0.002,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_operator_with_simple_conditions":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_operator_with_scope_logic_group":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_where_operator_works_with_modifiers":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_where_operator_accepts_more_complex_predicates":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_iteration_can_happen_without_requiring_explicit_assignment":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_where_and_pluck":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_whitespace_doesnt_confuse_chained_operators":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_complex_expressions_with_attempted_loop_throws_exception":0.001,"Tests\\Antlers\\Runtime\\YieldTest::test_normal_yield":0.001,"Tests\\Antlers\\Runtime\\YieldTest::test_content_yielded_in_partial_bubbles_up":0.001,"Tests\\Antlers\\Runtime\\YieldTest::test_yield_slots_named_slots_are_not_confused_when_looping_from_tags":0.009,"Tests\\Antlers\\Runtime\\YieldTest::test_each_yield_section_in_a_loop_is_independent":0.002,"Tests\\Antlers\\Runtime\\YieldTest::test_yield_outside_loop_utilizes_last_iteration":0.002,"Tests\\Antlers\\Runtime\\YieldTest::test_yield_can_be_used_inside_conditions":0.001,"Tests\\Antlers\\Runtime\\YieldTest::test_condition_blocks_do_not_leak_their_condition_state":0.001,"Tests\\Antlers\\Sandbox\\AugmentedAssignmentTest::test_tag_results_containing_augmentable_items_are_augmented":0.02,"Tests\\Antlers\\Sandbox\\AugmentedAssignmentTest::test_tags_returning_collections_resolve_correctly":0.001,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_and":0,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_or":0.001,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_xor":0,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_not":0.001,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_shift_left":0,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_shift_right":0,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_sandbox_will_defer_collapsing_arrays":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_tags_are_not_initially_evaluated_twice":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_tags_are_evaluated_twice_if_called_twice":0.002,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_value_adjustments_inside_of_conditionals":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_many_tag_value_adjustments_inside_of_conditionals":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_value_adjustments_resolved_tag_values":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_sandbox_evaluates_simple_boolean_expressions":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_it_evaluates_null_coalescence_groups":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_it_evaluates_alias_null_coalescence_groups":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_it_evaluates_simple_ternary_groups":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_it_evaluates_nested_ternary_groups":0.006,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_numeric_values_inside_conditions":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_interpolations_inside_conditions_are_evaluated_using_conditional_mode":0.001,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_arr_skip":0.001,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_modifiers_can_be_used_on_plucked_values":0.001,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_take_operator":0.001,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_array_merge":0.005,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_pluck_on_variable_that_doesnt_exist":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_simple_variable_is_set":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_addition_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_division_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_modulus_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_multiplication_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_subtraction_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_simple_assignment_within_tag_contexts":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_nested_tags_process_shared_assignment_data":0.003,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_are_processed_while_iterating":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_within_another_scope_do_not_leak_to_outer_scope":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_nested_arrays_can_be_summed":0.017,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_are_processed_when_tags_contain_parameters_that_conflict_with_modifier_names":0.007,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_are_traced_from_nested_arrays_and_tags":0.058,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_variable_assignment_do_not_leak":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_variable_assignments_are_not_reset_when_crossing_parser_boundaries":0.016,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_empty_arrays_can_be_created_and_pushed_to":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_arrays_with_data_can_be_created_and_pushed_to":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_updated_arrays_are_not_reset_by_tags":0.008,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_are_processed_after_associative_arrays":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_variable_assignment_and_tag_aliasing":0.009,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_protected_scopes_are_not_pushed_upwards":0.006,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_updating_view_scopes_inside_nested_partials":0.002,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_protected_scopes_dont_allow_trying_to_stuff_values_in_them":0.003,"Tests\\Antlers\\ScratchTest::tag_variables_should_not_leak_outside_its_tag_pair":0.006,"Tests\\Antlers\\ScratchTest::if_with_extra_leading_spaces_should_work":0.001,"Tests\\Antlers\\ScratchTest::interpolated_parameter_with_extra_space_should_work":0.001,"Tests\\Antlers\\ScratchTest::test_runtime_can_parse_expanded_ascii_characters":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_id":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_handle":0,"Tests\\Assets\\AssetContainerTest::it_changes_the_handle_when_changing_the_id":0,"Tests\\Assets\\AssetContainerTest::it_changes_the_id_when_changing_the_handle":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_disk":0.004,"Tests\\Assets\\AssetContainerTest::it_gets_the_url_from_the_disk_config":0,"Tests\\Assets\\AssetContainerTest::it_gets_the_url_from_the_disk_config_when_its_relative":0,"Tests\\Assets\\AssetContainerTest::its_private_if_the_disk_has_no_url":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_title":0,"Tests\\Assets\\AssetContainerTest::it_gets_the_blueprint":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_uploads_are_allowed":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_folders_can_be_created":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_renaming_is_allowed":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_moving_is_allowed":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_downloading_is_allowed":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_glide_source_preset_for_upload_processing":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#no source, no presets":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#no source, with presets":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#with source, no presets":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#with source, with presets":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#with source, with presets, including source":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#no source, presets false":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#with source, presets false":0,"Tests\\Assets\\AssetContainerTest::it_saves_the_container_through_the_api":0.002,"Tests\\Assets\\AssetContainerTest::it_dispatches_asset_container_created_only_once":0.001,"Tests\\Assets\\AssetContainerTest::it_saves_quietly":0.001,"Tests\\Assets\\AssetContainerTest::if_creating_event_returns_false_the_asset_container_doesnt_save":0,"Tests\\Assets\\AssetContainerTest::if_saving_event_returns_false_the_asset_container_doesnt_save":0,"Tests\\Assets\\AssetContainerTest::it_gets_the_path_from_the_stache":0,"Tests\\Assets\\AssetContainerTest::it_gets_all_files_by_default":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_all_meta_files_by_default":0.006,"Tests\\Assets\\AssetContainerTest::it_gets_files_in_a_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_meta_files_in_a_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_files_in_a_folder_recursively":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_meta_files_in_a_folder_recursively":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_all_folders_by_default":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_folders_in_given_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_folders_in_given_folder_recursively":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_files_from_the_filesystem_only_once":0.003,"Tests\\Assets\\AssetContainerTest::it_gets_the_files_from_the_cache_only_once":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_files_from_the_cache_every_time_if_running_in_a_queue_worker":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_folders_from_the_filesystem_only_once":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_folders_even_if_some_folders_are_missing":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_folders_from_the_cache_and_blink_only_once":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_folders_from_the_cache_and_blink_every_time_if_running_in_a_queue_worker":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_an_asset":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_an_asset_with_data":0.001,"Tests\\Assets\\AssetContainerTest::it_makes_an_asset_at_given_path":0,"Tests\\Assets\\AssetContainerTest::it_gets_all_assets_by_default":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_assets_in_a_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_assets_in_a_folder_recursively":0.001,"Tests\\Assets\\AssetContainerTest::it_doesnt_get_kebab_case_folder_assets_when_querying_snake_case_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_can_get_assets_in_a_folder_named_zero":0.002,"Tests\\Assets\\AssetContainerTest::it_wont_get_assets_that_share_a_similar_folder_prefix":0.003,"Tests\\Assets\\AssetContainerTest::it_gets_an_asset_folder":0,"Tests\\Assets\\AssetContainerTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Assets\\AssetContainerTest::it_is_arrayable":0.001,"Tests\\Assets\\AssetContainerTest::it_fires_events_when_deleting":0.002,"Tests\\Assets\\AssetContainerTest::it_deletes_quietly":0.001,"Tests\\Assets\\AssetContainerTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Assets\\AssetFolderTest::it_gets_and_sets_the_container":0,"Tests\\Assets\\AssetFolderTest::it_gets_and_sets_the_path":0.004,"Tests\\Assets\\AssetFolderTest::it_gets_the_disk_from_the_container":0.001,"Tests\\Assets\\AssetFolderTest::the_title_is_the_folder_name":0,"Tests\\Assets\\AssetFolderTest::it_gets_the_resolved_path":0,"Tests\\Assets\\AssetFolderTest::it_gets_assets_in_this_folder":0,"Tests\\Assets\\AssetFolderTest::it_gets_assets_in_this_folder_recursively":0,"Tests\\Assets\\AssetFolderTest::it_counts_assets_non_recursively":0,"Tests\\Assets\\AssetFolderTest::it_gets_subfolders_in_this_folder_non_recursively":0,"Tests\\Assets\\AssetFolderTest::it_gets_the_last_modified_date_by_aggregating_all_files":0.002,"Tests\\Assets\\AssetFolderTest::it_creates_directory_when_saving":0.001,"Tests\\Assets\\AssetFolderTest::it_adds_a_gitkeep_file_when_saving":0.001,"Tests\\Assets\\AssetFolderTest::deleting_a_folder_deletes_the_assets_and_directory":0.009,"Tests\\Assets\\AssetFolderTest::deleting_a_folder_doesnt_overzealously_delete_from_cache":0.002,"Tests\\Assets\\AssetFolderTest::it_can_be_moved_to_another_folder":0.021,"Tests\\Assets\\AssetFolderTest::it_can_be_moved_to_another_folder_with_a_new_folder_name":0.021,"Tests\\Assets\\AssetFolderTest::it_lowercases_when_moving_to_another_foldre_with_a_new_folder_name":0.027,"Tests\\Assets\\AssetFolderTest::it_doesnt_lowercase_moved_folders_when_configured":0.021,"Tests\\Assets\\AssetFolderTest::it_cannot_be_moved_to_its_own_subfolder":0.005,"Tests\\Assets\\AssetFolderTest::it_cannot_be_moved_if_the_destination_already_exists":0.006,"Tests\\Assets\\AssetFolderTest::it_can_be_renamed":0.007,"Tests\\Assets\\AssetFolderTest::it_cannot_be_renamed_if_the_destination_exists":0.005,"Tests\\Assets\\AssetFolderTest::it_lowercases_when_renaming_by_default":0.007,"Tests\\Assets\\AssetFolderTest::it_doesnt_lowercase_renamed_folder_when_configured":0.007,"Tests\\Assets\\AssetFolderTest::it_gets_the_parent_folder":0,"Tests\\Assets\\AssetFolderTest::the_root_has_no_parent":0,"Tests\\Assets\\AssetFolderTest::it_converts_to_an_array":0,"Tests\\Assets\\AssetRepositoryTest::it_saves_the_meta_file_to_disk":0.002,"Tests\\Assets\\AssetRepositoryTest::it_resolves_the_correct_disk_from_similar_names":0.004,"Tests\\Assets\\AssetRepositoryTest::it_finds_assets_using_find_or_fail":0.003,"Tests\\Assets\\AssetRepositoryTest::test_find_or_fail_throws_exception_when_asset_does_not_exist":0.001,"Tests\\Assets\\AssetTest::it_gets_data_values":0.001,"Tests\\Assets\\AssetTest::it_gets_all_data_at_once":0.001,"Tests\\Assets\\AssetTest::it_sets_data_values":0.001,"Tests\\Assets\\AssetTest::it_merges_data_values":0.001,"Tests\\Assets\\AssetTest::it_sets_all_data_at_once":0.002,"Tests\\Assets\\AssetTest::it_sets_data_values_using_magic_properties":0.001,"Tests\\Assets\\AssetTest::it_removes_data_values":0.002,"Tests\\Assets\\AssetTest::it_doesnt_try_to_re_remove_newly_added_data_from_meta#by calling set method":0.002,"Tests\\Assets\\AssetTest::it_doesnt_try_to_re_remove_newly_added_data_from_meta#by calling data method":0.002,"Tests\\Assets\\AssetTest::it_doesnt_try_to_re_remove_newly_added_data_from_meta#by calling merge method":0.001,"Tests\\Assets\\AssetTest::it_doesnt_try_to_re_remove_newly_added_data_from_meta#by calling __set() magically via property":0.001,"Tests\\Assets\\AssetTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Assets\\AssetTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.001,"Tests\\Assets\\AssetTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.001,"Tests\\Assets\\AssetTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.001,"Tests\\Assets\\AssetTest::calling_unknown_method_throws_exception":0.001,"Tests\\Assets\\AssetTest::it_sets_and_gets_the_container":0,"Tests\\Assets\\AssetTest::it_gets_the_container_if_provided_with_a_string":0,"Tests\\Assets\\AssetTest::it_gets_the_container_id":0,"Tests\\Assets\\AssetTest::it_gets_and_sets_the_path":0,"Tests\\Assets\\AssetTest::it_gets_the_id_from_the_container_and_path":0,"Tests\\Assets\\AssetTest::it_gets_the_disk_from_the_container":0.002,"Tests\\Assets\\AssetTest::it_checks_if_it_exists":0.001,"Tests\\Assets\\AssetTest::it_gets_the_filename":0,"Tests\\Assets\\AssetTest::it_gets_the_basename":0,"Tests\\Assets\\AssetTest::it_gets_the_folder_name":0.001,"Tests\\Assets\\AssetTest::it_gets_the_resolved_path":0,"Tests\\Assets\\AssetTest::it_checks_if_an_extension_matches":0,"Tests\\Assets\\AssetTest::it_gets_the_extension_guessed_extension_and_mime_type":0.001,"Tests\\Assets\\AssetTest::it_checks_if_its_an_audio_file":0.001,"Tests\\Assets\\AssetTest::it_checks_if_its_a_video_file":0,"Tests\\Assets\\AssetTest::it_checks_if_its_an_image_file":0,"Tests\\Assets\\AssetTest::it_checks_if_it_can_be_previewed_in_google_docs_previewer":0.001,"Tests\\Assets\\AssetTest::it_gets_last_modified_time":0.001,"Tests\\Assets\\AssetTest::it_generates_and_clears_meta_caches":0.007,"Tests\\Assets\\AssetTest::it_gets_existing_meta_data":0.001,"Tests\\Assets\\AssetTest::it_properly_merges_new_unsaved_data_to_meta":0.003,"Tests\\Assets\\AssetTest::it_does_not_write_to_meta_file_when_asset_does_not_exist":0.001,"Tests\\Assets\\AssetTest::it_gets_meta_path":0.001,"Tests\\Assets\\AssetTest::it_generates_meta_on_demand_if_it_doesnt_exist":0.006,"Tests\\Assets\\AssetTest::it_generates_meta_on_demand_if_a_required_value_is_missing":0.002,"Tests\\Assets\\AssetTest::it_hydrates_data_from_meta_file":0.001,"Tests\\Assets\\AssetTest::it_saves":0.001,"Tests\\Assets\\AssetTest::it_doesnt_save_when_asset_saving_event_returns_false":0.001,"Tests\\Assets\\AssetTest::it_saves_quietly":0.001,"Tests\\Assets\\AssetTest::when_saving_quietly_the_cached_assets_withEvents_flag_will_be_set_back_to_true":0.001,"Tests\\Assets\\AssetTest::it_doesnt_add_path_to_container_listing_if_it_doesnt_exist":0.003,"Tests\\Assets\\AssetTest::it_deletes":0.004,"Tests\\Assets\\AssetTest::it_deletes_quietly":0.005,"Tests\\Assets\\AssetTest::it_can_be_moved_to_another_folder":0.019,"Tests\\Assets\\AssetTest::it_can_be_moved_to_another_folder_with_a_new_filename":0.01,"Tests\\Assets\\AssetTest::it_lowercases_when_moving_to_another_folder_with_a_new_filename":0.008,"Tests\\Assets\\AssetTest::it_doesnt_lowercase_moved_files_when_configured":0.008,"Tests\\Assets\\AssetTest::it_renames":0.012,"Tests\\Assets\\AssetTest::it_lowercases_when_renaming_by_default":0.005,"Tests\\Assets\\AssetTest::it_doesnt_lowercase_renamed_files_when_configured":0.006,"Tests\\Assets\\AssetTest::it_bulk_renames":0.017,"Tests\\Assets\\AssetTest::it_replaces":0.008,"Tests\\Assets\\AssetTest::it_can_delete_original_asset_when_replacing":0.007,"Tests\\Assets\\AssetTest::it_gets_dimensions":0.002,"Tests\\Assets\\AssetTest::it_passes_the_dimensions_validation":0.001,"Tests\\Assets\\AssetTest::it_gets_dimensions_for_svgs":0.002,"Tests\\Assets\\AssetTest::it_gets_no_ratio_when_height_is_zero":0.001,"Tests\\Assets\\AssetTest::it_gets_no_dimensions_for_non_images":0.001,"Tests\\Assets\\AssetTest::it_doesnt_regenerate_the_meta_file_when_getting_non_image_dimensions":0.001,"Tests\\Assets\\AssetTest::it_gets_file_size_in_bytes":0.002,"Tests\\Assets\\AssetTest::it_gets_the_title":0.001,"Tests\\Assets\\AssetTest::it_compiles_augmented_array_data":0.001,"Tests\\Assets\\AssetTest::data_keys_get_added_to_array":0.001,"Tests\\Assets\\AssetTest::extra_keys_get_added_to_array_when_file_exists":0.002,"Tests\\Assets\\AssetTest::can_use_set_focus_in_augmented_focus_css_value":0.001,"Tests\\Assets\\AssetTest::can_fallback_to_default_augmented_focus_css_value_if_focus_not_set":0.001,"Tests\\Assets\\AssetTest::it_can_upload_a_file_without_an_existing_cache":0.005,"Tests\\Assets\\AssetTest::it_can_upload_a_file_with_an_existing_cache":0.004,"Tests\\Assets\\AssetTest::if_saving_event_returns_false_during_upload_the_asset_doesnt_save":0.001,"Tests\\Assets\\AssetTest::it_can_upload_an_image_into_a_container_with_glide_config":0.01,"Tests\\Assets\\AssetTest::it_can_upload_an_image_into_a_container_with_new_extension_format#0":0.007,"Tests\\Assets\\AssetTest::it_can_upload_an_image_into_a_container_with_new_extension_format#1":0.005,"Tests\\Assets\\AssetTest::it_sanitizes_svgs_on_upload":0.005,"Tests\\Assets\\AssetTest::it_does_not_sanitizes_svgs_on_upload_when_behaviour_is_disabled":0.005,"Tests\\Assets\\AssetTest::it_doesnt_process_or_error_when_uploading_non_glideable_file_with_glide_config#0":0.005,"Tests\\Assets\\AssetTest::it_doesnt_process_or_error_when_uploading_non_glideable_file_with_glide_config#1":0.004,"Tests\\Assets\\AssetTest::it_doesnt_process_or_error_when_uploading_non_glideable_file_with_glide_config#2":0.004,"Tests\\Assets\\AssetTest::it_doesnt_process_or_error_when_uploading_non_glideable_file_with_glide_config#3":0.005,"Tests\\Assets\\AssetTest::it_can_process_a_custom_image_format":0.005,"Tests\\Assets\\AssetTest::it_appends_timestamp_to_uploaded_files_filename_if_it_already_exists":0.004,"Tests\\Assets\\AssetTest::it_lowercases_uploaded_filenames_by_default":0.004,"Tests\\Assets\\AssetTest::reuploading_will_replace_the_file_with_the_same_filename":0.006,"Tests\\Assets\\AssetTest::cannot_reupload_a_file_with_a_different_extension":0.001,"Tests\\Assets\\AssetTest::it_doesnt_lowercase_uploaded_filenames_when_configured":0.004,"Tests\\Assets\\AssetTest::it_gets_the_url_when_the_container_has_a_relative_url":0.001,"Tests\\Assets\\AssetTest::it_gets_the_url_when_the_container_has_an_absolute_url":0,"Tests\\Assets\\AssetTest::it_gets_the_absolute_url":0.001,"Tests\\Assets\\AssetTest::there_is_no_url_for_a_private_asset":0,"Tests\\Assets\\AssetTest::it_sends_a_download_response":0.001,"Tests\\Assets\\AssetTest::it_sends_a_download_response_with_a_different_name_and_custom_headers":0.001,"Tests\\Assets\\AssetTest::it_converts_to_an_array":0.002,"Tests\\Assets\\AssetTest::only_requested_relationship_fields_are_included_in_to_array":0.002,"Tests\\Assets\\AssetTest::it_has_a_dirty_state":0.004,"Tests\\Assets\\AssetTest::it_syncs_original_at_the_right_time":0.003,"Tests\\Assets\\AssetTest::it_augments_in_the_parser":0.004,"Tests\\Assets\\AssetTest::it_syncs_original_state_with_no_data":0.001,"Tests\\Assets\\AssetTest::it_syncs_original_state_with_no_data_but_with_data_in_meta":0.002,"Tests\\Assets\\AssetTest::it_syncs_original_state_with_data":0.002,"Tests\\Assets\\AssetTest::it_resolves_pending_original_meta_values_when_hydrating":0.002,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#portrait":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#landscape":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#square":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#portrait svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#landscape svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#square svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#non-image":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, portrait":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, landscape":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, square":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, portrait svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, landscape svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, square svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, non-image":0.001,"Tests\\Assets\\AssetTest::it_fires_a_deleting_event":0.002,"Tests\\Assets\\AssetTest::it_does_not_delete_when_a_deleting_event_returns_false":0.01,"Tests\\Assets\\AttributesTest::a_non_image_asset_has_no_attributes":0,"Tests\\Assets\\AttributesTest::it_gets_the_attributes":0.001,"Tests\\Assets\\AttributesTest::it_gets_the_attributes_of_audio_file":0.001,"Tests\\Assets\\AttributesTest::it_gets_the_attributes_of_video_file":0,"Tests\\Assets\\AttributesTest::it_gets_the_attributes_of_an_svg":0,"Tests\\Assets\\AttributesTest::it_uses_the_viewbox_if_the_svg_dimensions_havent_been_provided":0,"Tests\\Assets\\AttributesTest::it_uses_the_viewbox_if_the_svg_dimensions_are_percents":0,"Tests\\Assets\\AttributesTest::it_uses_the_viewbox_if_the_svg_dimensions_are_ems":0,"Tests\\Assets\\AttributesTest::it_uses_default_attributes_if_the_svg_has_no_viewbox_and_is_missing_either_or_both_dimensions":0.001,"Tests\\Assets\\ExtractInfoTest::it_can_extract_basic_id3_info_from_text_asset":0.005,"Tests\\Assets\\ReplacementFileTest::it_gets_the_path_and_extension":0,"Tests\\Assets\\ReplacementFileTest::it_writes_the_file_to_another_disk":0.001,"Tests\\Auth\\AugmentedUserTest::it_gets_values":0.003,"Tests\\Auth\\Eloquent\\EloquentRoleTest::it_creates_a_role":0.006,"Tests\\Auth\\Eloquent\\EloquentRoleTest::it_assigns_a_role_to_a_user":0.005,"Tests\\Auth\\Eloquent\\EloquentRoleTest::it_assigns_a_role_to_a_user_and_then_removes_it":0.005,"Tests\\Auth\\Eloquent\\EloquentUserGroupTest::it_creates_a_group":0.005,"Tests\\Auth\\Eloquent\\EloquentUserGroupTest::it_assigns_a_group_to_a_user":0.005,"Tests\\Auth\\Eloquent\\EloquentUserGroupTest::it_assigns_a_group_to_a_user_then_removes_it":0.005,"Tests\\Auth\\Eloquent\\EloquentUserGroupTest::it_sets_and_gets_data":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_roles_already_in_the_db_without_explicitly_assigning_them":0.027,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_groups_already_in_the_db_without_explicitly_assigning_them":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_the_timestamps_property_from_the_model":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_super_correctly_on_the_model":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_get_and_set_array_of_preferences":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_set_array_of_preferences":0.003,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_merge_array_of_preferences":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_set_a_single_preference":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_remove_a_single_preference":0.009,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_remove_a_single_preference_array_value":0.003,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_cleans_up_by_default_after_removing":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_remove_with_cleanup_disabled":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_get_a_single_preference":0.012,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_check_if_a_single_preference_exists":0.008,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_modify_a_preference":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_append_to_a_preference":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_cleanup_a_preference":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_and_assigns_roles":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_removes_a_role_assignment":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_checks_if_it_has_a_role":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_and_checks_permissions":0.013,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_checks_if_it_has_super_permissions_through_roles_and_groups":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_checks_if_it_has_super_permissions_on_itself":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_adds_to_groups":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_sets_all_the_groups":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_email":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_email_as_property":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::gets_the_name":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_data":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_custom_computed_data":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_empty_computed_data_by_default":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_doesnt_recursively_get_computed_data_when_callback_uses_value_method":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_use_actual_data_to_compose_computed_data":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.007,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::calling_unknown_method_throws_exception":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_converts_to_an_array":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::only_requested_relationship_fields_are_included_in_to_array":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_id":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_initials_from_name":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_initials_from_name_with_no_surname":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_initials_from_email_if_name_doesnt_exist":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_avatar_from_gravatar_if_config_allows":0.009,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_preferred_locale":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_encrypts_a_password":0.122,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_encrypts_a_password_when_set_through_data":0.111,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_provides_email_field_fallback_in_blueprint":0.01,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_allows_email_field_customizations_in_blueprint":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_provides_roles_and_groups_field_fallbacks_in_blueprint":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_allows_roles_and_groups_field_customizations_in_blueprint":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_removes_roles_and_groups_field_fallbacks_in_blueprint_when_pro_is_disabled":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_removes_roles_and_groups_event_when_explicitly_defined_in_blueprint_when_pro_is_disabled":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::converts_to_array":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_has_a_dirty_state":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_syncs_original_at_the_right_time":0.004,"Tests\\Auth\\EloquentUserRepositoryTest::it_normalizes_to_statamic_user_from_model":0.061,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_the_class":0.003,"Tests\\Auth\\EloquentUserRepositoryTest::it_overrides_the_class":0.003,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_all_users":0.056,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_all_users_with_overridden_classes":0.056,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_id":0.056,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_id_with_overridden_classes":0.061,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_email":0.06,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_email_with_overridden_classes":0.061,"Tests\\Auth\\EloquentUserRepositoryTest::find_or_fail_gets_user":0.059,"Tests\\Auth\\EloquentUserRepositoryTest::find_or_fail_throws_exception_when_user_does_not_exist":0.003,"Tests\\Auth\\EloquentUserRepositoryTest::it_normalizes_statamic_user":0.061,"Tests\\Auth\\EloquentUserRepositoryTest::it_successfully_returns_null_when_trying_to_normalize_user_from_null":0.003,"Tests\\Auth\\FileUserTest::it_gets_path":0.002,"Tests\\Auth\\FileUserTest::hashed_password_gets_added_as_the_password":0.107,"Tests\\Auth\\FileUserTest::it_gets_file_contents_for_saving":0.001,"Tests\\Auth\\FileUserTest::it_gets_permissions_from_a_cache":0.003,"Tests\\Auth\\FileUserTest::it_gets_and_assigns_roles":0.002,"Tests\\Auth\\FileUserTest::it_removes_a_role_assignment":0.002,"Tests\\Auth\\FileUserTest::it_checks_if_it_has_a_role":0.001,"Tests\\Auth\\FileUserTest::it_gets_and_checks_permissions":0.002,"Tests\\Auth\\FileUserTest::it_checks_if_it_has_super_permissions_through_roles_and_groups":0.002,"Tests\\Auth\\FileUserTest::it_checks_if_it_has_super_permissions_on_itself":0.001,"Tests\\Auth\\FileUserTest::it_adds_to_groups":0.001,"Tests\\Auth\\FileUserTest::it_sets_all_the_groups":0.001,"Tests\\Auth\\FileUserTest::it_gets_email":0.001,"Tests\\Auth\\FileUserTest::it_gets_email_as_property":0.001,"Tests\\Auth\\FileUserTest::gets_the_name":0,"Tests\\Auth\\FileUserTest::it_gets_data":0.001,"Tests\\Auth\\FileUserTest::it_gets_custom_computed_data":0,"Tests\\Auth\\FileUserTest::it_gets_empty_computed_data_by_default":0.001,"Tests\\Auth\\FileUserTest::it_doesnt_recursively_get_computed_data_when_callback_uses_value_method":0,"Tests\\Auth\\FileUserTest::it_can_use_actual_data_to_compose_computed_data":0,"Tests\\Auth\\FileUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.001,"Tests\\Auth\\FileUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.001,"Tests\\Auth\\FileUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.001,"Tests\\Auth\\FileUserTest::calling_unknown_method_throws_exception":0.001,"Tests\\Auth\\FileUserTest::it_converts_to_an_array":0.001,"Tests\\Auth\\FileUserTest::only_requested_relationship_fields_are_included_in_to_array":0.001,"Tests\\Auth\\FileUserTest::it_gets_id":0.001,"Tests\\Auth\\FileUserTest::it_gets_initials_from_name":0.001,"Tests\\Auth\\FileUserTest::it_gets_initials_from_name_with_no_surname":0.001,"Tests\\Auth\\FileUserTest::it_gets_initials_from_email_if_name_doesnt_exist":0.001,"Tests\\Auth\\FileUserTest::it_gets_avatar_from_gravatar_if_config_allows":0.001,"Tests\\Auth\\FileUserTest::it_gets_preferred_locale":0.001,"Tests\\Auth\\FileUserTest::it_encrypts_a_password":0.107,"Tests\\Auth\\FileUserTest::it_encrypts_a_password_when_set_through_data":0.106,"Tests\\Auth\\FileUserTest::it_provides_email_field_fallback_in_blueprint":0.001,"Tests\\Auth\\FileUserTest::it_allows_email_field_customizations_in_blueprint":0.001,"Tests\\Auth\\FileUserTest::it_provides_roles_and_groups_field_fallbacks_in_blueprint":0.001,"Tests\\Auth\\FileUserTest::it_allows_roles_and_groups_field_customizations_in_blueprint":0.001,"Tests\\Auth\\FileUserTest::it_removes_roles_and_groups_field_fallbacks_in_blueprint_when_pro_is_disabled":0.001,"Tests\\Auth\\FileUserTest::it_removes_roles_and_groups_event_when_explicitly_defined_in_blueprint_when_pro_is_disabled":0.001,"Tests\\Auth\\FileUserTest::converts_to_array":0.002,"Tests\\Auth\\FileUserTest::it_has_a_dirty_state":0.002,"Tests\\Auth\\FileUserTest::it_syncs_original_at_the_right_time":0.002,"Tests\\Auth\\HasAvatarTest::it_gets_the_avatar_if_theres_a_field_defined_in_the_blueprint_and_one_has_been_uploaded":0.003,"Tests\\Auth\\HasAvatarTest::it_gets_the_gravatar_if_theres_a_field_defined_in_the_blueprint_and_an_uploaded_asset_was_deleted":0.002,"Tests\\Auth\\HasAvatarTest::it_gets_the_gravatar_if_theres_a_field_defined_but_nothing_has_been_uploaded":0.001,"Tests\\Auth\\HasAvatarTest::it_gets_the_gravatar_if_theres_an_avatar_value_but_not_a_field_in_the_blueprint":0.001,"Tests\\Auth\\HasAvatarTest::it_gets_null_if_theres_a_field_defined_but_nothing_has_been_uploaded_and_gravatar_is_disabled":0.001,"Tests\\Auth\\HasAvatarTest::it_gets_null_if_theres_an_avatar_value_but_not_a_field_in_the_blueprint_and_gravatar_is_disabled":0.001,"Tests\\Auth\\Protect\\AuthenticationProtectionTest::redirects_to_login_page":0.006,"Tests\\Auth\\Protect\\AuthenticationProtectionTest::redirects_to_login_page_without_appending":0.006,"Tests\\Auth\\Protect\\AuthenticationProtectionTest::it_denies_if_no_login_url_is_defined":0.007,"Tests\\Auth\\Protect\\CustomProtectionTest::the_config_and_scheme_are_set_on_custom_protectors":0.012,"Tests\\Auth\\Protect\\FallbackProtectorTest::it_throws_403":0,"Tests\\Auth\\Protect\\IpProtectorTest::allows_matching_ip":0.007,"Tests\\Auth\\Protect\\IpProtectorTest::denies_for_incorrect_ip":0.011,"Tests\\Auth\\Protect\\IpProtectorTest::denies_when_no_ip_addresses_are_configured":0.006,"Tests\\Auth\\Protect\\NoProtectionTest::no_protect_variable_means_no_protection_occurs":0.007,"Tests\\Auth\\Protect\\PasswordEntryTest::it_returns_back_with_error_if_theres_no_token":0.001,"Tests\\Auth\\Protect\\PasswordEntryTest::it_returns_back_with_error_if_the_wrong_password_is_entered":0.001,"Tests\\Auth\\Protect\\PasswordEntryTest::it_allows_access_if_allowed_password_was_entered":0.001,"Tests\\Auth\\Protect\\PasswordProtectionTest::redirects_to_password_form_url_and_generates_token":0.008,"Tests\\Auth\\Protect\\PasswordProtectionTest::password_form_url_can_be_overridden":0.006,"Tests\\Auth\\Protect\\PasswordProtectionTest::allow_access_if_password_has_been_entered_for_that_scheme":0.007,"Tests\\Auth\\Protect\\PasswordProtectionTest::default_password_form_url_is_unprotected":0.002,"Tests\\Auth\\Protect\\PasswordProtectionTest::custom_password_form_url_is_unprotected":0.001,"Tests\\Auth\\Protect\\ProtectionTest::it_sets_and_gets_the_data":0.001,"Tests\\Auth\\Protect\\ProtectionTest::scheme_comes_from_data":0.001,"Tests\\Auth\\Protect\\ProtectionTest::scheme_comes_from_data_even_when_sitewide_scheme_is_defined":0.001,"Tests\\Auth\\Protect\\ProtectionTest::if_the_data_isnt_protectable_it_doesnt_get_a_scheme":0,"Tests\\Auth\\Protect\\ProtectionTest::sitewide_scheme_comes_from_the_default_setting":0,"Tests\\Auth\\Protect\\ProtectionTest::driver_comes_from_schemes_driver_key":0.001,"Tests\\Auth\\Protect\\ProtectionTest::no_scheme_returns_a_null_driver":0,"Tests\\Auth\\Protect\\ProtectionTest::invalid_driver_returns_a_fallback_driver":0.002,"Tests\\Auth\\Protect\\ProtectionTest::it_protects_through_the_driver":0.001,"Tests\\Auth\\RoleRepositoryTest::it_gets_the_roles":0,"Tests\\Auth\\RoleRepositoryTest::it_gets_a_role":0,"Tests\\Auth\\RoleRepositoryTest::it_checks_if_a_role_exists":0,"Tests\\Auth\\RoleRepositoryTest::it_works_with_an_empty_file":0,"Tests\\Auth\\RoleRepositoryTest::it_works_with_no_file":0,"Tests\\Auth\\RoleTest::it_gets_and_sets_the_title":0,"Tests\\Auth\\RoleTest::it_gets_and_sets_the_handle":0,"Tests\\Auth\\RoleTest::it_gets_and_adds_permissions":0,"Tests\\Auth\\RoleTest::it_sets_all_permissions":0,"Tests\\Auth\\RoleTest::permissions_get_deduplicated":0,"Tests\\Auth\\RoleTest::it_removes_permissions":0,"Tests\\Auth\\RoleTest::it_checks_if_it_has_permission":0,"Tests\\Auth\\RoleTest::it_checks_if_it_has_super_permissions":0,"Tests\\Auth\\RoleTest::it_can_be_saved":0.002,"Tests\\Auth\\RoleTest::it_can_be_deleted":0,"Tests\\Auth\\RoleTest::it_gets_evaluated_augmented_value_using_magic_property":0,"Tests\\Auth\\RoleTest::it_is_arrayable":0,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_the_class":0,"Tests\\Auth\\StacheUserRepositoryTest::it_overrides_the_class":0,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_all_users":0.06,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_all_users_with_overridden_classes":0.06,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_user_by_id":0.059,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_user_by_id_with_overridden_classes":0.059,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_user_by_email":0.056,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_user_by_email_with_overridden_classes":0.056,"Tests\\Auth\\StacheUserRepositoryTest::find_or_fail_gets_user":0.055,"Tests\\Auth\\StacheUserRepositoryTest::find_or_fail_throws_exception_when_user_does_not_exist":0,"Tests\\Auth\\StacheUserRepositoryTest::it_normalizes_statamic_user":0.054,"Tests\\Auth\\StacheUserRepositoryTest::it_successfully_returns_null_when_trying_to_normalize_user_from_null":0,"Tests\\Auth\\UserGroupTest::it_gets_and_sets_the_title":0.001,"Tests\\Auth\\UserGroupTest::it_gets_and_sets_the_handle":0,"Tests\\Auth\\UserGroupTest::it_gets_all_the_users":0.003,"Tests\\Auth\\UserGroupTest::it_gets_and_sets_roles":0,"Tests\\Auth\\UserGroupTest::it_adds_a_role":0.001,"Tests\\Auth\\UserGroupTest::it_sets_all_roles":0.001,"Tests\\Auth\\UserGroupTest::it_removes_a_role":0,"Tests\\Auth\\UserGroupTest::it_removes_a_role_by_handle":0,"Tests\\Auth\\UserGroupTest::it_checks_if_it_has_a_role":0,"Tests\\Auth\\UserGroupTest::it_checks_if_it_has_a_role_by_handle":0,"Tests\\Auth\\UserGroupTest::it_checks_if_it_has_permission":0,"Tests\\Auth\\UserGroupTest::it_checks_if_it_has_super_permissions":0,"Tests\\Auth\\UserGroupTest::it_can_be_saved":0.001,"Tests\\Auth\\UserGroupTest::it_can_be_deleted":0.001,"Tests\\Auth\\UserGroupTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Auth\\UserGroupTest::it_is_arrayable":0.001,"Tests\\Auth\\UserGroupTest::it_gets_data":0,"Tests\\Auth\\UserGroupTest::it_gets_blueprint_values":0.001,"Tests\\CP\\AuthRedirectTest::it_redirects_back_to_referrer":0.328,"Tests\\CP\\AuthRedirectTest::it_redirects_to_cp_index_without_referrer":0.007,"Tests\\CP\\AuthRedirectTest::it_redirects_somewhere_if_the_referrer_was_the_login_page":0.006,"Tests\\CP\\AuthRedirectTest::it_redirects_to_unauthorized_view_if_there_would_be_a_redirect_loop":0.003,"Tests\\CP\\BreadcrumbsTest::it_creates_breadcrumbs":0,"Tests\\CP\\BreadcrumbsTest::it_is_arrayable":0,"Tests\\CP\\BreadcrumbsTest::it_pushes_a_crumb_into_the_title":0.001,"Tests\\CP\\ColumnTest::it_can_make_a_basic_column":0,"Tests\\CP\\ColumnTest::it_can_explicitly_set_data_and_serialize_to_json":0,"Tests\\CP\\ColumnTest::it_can_set_a_value_field":0,"Tests\\CP\\ColumnsTest::it_can_ensure_has":0,"Tests\\CP\\ColumnsTest::it_can_ensure_prepended":0,"Tests\\CP\\ColumnsTest::it_can_set_preferred_visibility_and_order":0,"Tests\\CP\\ColumnsTest::it_bypasses_setting_preferred_if_preference_returns_null":0,"Tests\\CP\\ColumnsTest::it_can_reject_unlisted_columns":0,"Tests\\CP\\LivePreviewTest::it_tokenizes_an_entry":0.001,"Tests\\CP\\LivePreviewTest::it_tokenizes_an_entry_without_an_existing_token":0.001,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_all_children_only_once_to_build_caches_for_is_active_checks":0.011,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_updates_caches_when_new_child_urls_are_detected_after_resolving_children":0.065,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_builds_core_children_closure_when_not_active":0.047,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_core_children_closure_and_can_check_when_parent_item_is_active":0.046,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_core_children_closure_and_can_check_when_parent_and_child_item_are_active":0.048,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_core_children_closure_and_can_check_when_parent_and_descendant_of_child_item_is_active":0.049,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_can_check_if_parent_extension_with_array_based_children_item_is_active":0.008,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_can_check_when_parent_and_array_based_child_extension_items_are_active":0.013,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_can_check_when_parent_and_array_based_descendant_of_child_extension_item_is_active":0.008,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_builds_extension_children_closure_when_not_active":0.044,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_extension_children_closure_and_can_check_when_parent_item_is_active":0.009,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_extension_children_closure_and_can_check_when_parent_and_child_item_are_active":0.009,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_extension_children_closure_and_can_check_when_parent_and_descendant_of_child_item_is_active":0.008,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_properly_handles_various_edge_cases_when_checking_is_active_on_descendants_of_nav_children":0.004,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_when_custom_nav_extension_hijacks_a_core_item_child":0.056,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_descendant_check_still_functions_properly_when_custom_nav_extension_hijacks_a_core_item_child":0.073,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_descendant_with_unrelated_url_still_functions_properly_when_custom_nav_extension_hijacks_a_core_item_child":0.015,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_on_moved_items":0.055,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_on_explicit_child_within_moved_items":0.053,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_on_descendant_of_moved_items":0.057,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_on_descendant_of_child_within_moved_item":0.054,"Tests\\CP\\Navigation\\CoreNavTest::it_can_build_a_default_nav":0.005,"Tests\\CP\\Navigation\\CoreNavTest::it_builds_plural_sites_item_when_multisite_is_enabled":0.005,"Tests\\CP\\Navigation\\CoreNavTest::it_doesnt_build_collection_children_from_sites_that_the_user_is_not_authorized_to_see":0.041,"Tests\\CP\\Navigation\\CoreNavTest::it_doesnt_build_navigation_children_from_sites_that_the_user_is_not_authorized_to_see":0.055,"Tests\\CP\\Navigation\\CoreNavTest::it_doesnt_build_taxonomy_children_from_sites_that_the_user_is_not_authorized_to_see":0.04,"Tests\\CP\\Navigation\\CoreNavTest::it_doesnt_build_globals_children_from_sites_that_the_user_is_not_authorized_to_see":0.043,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_normalization_at_top_level":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_normalization_of_section":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_normalization_of_item":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_normalization_of_children":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_top_level_section_is_always_first_returned_section":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_returns_section_display_when_renaming":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_returns_section_action_when_removing":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_removes_inherit_action_sections_when_not_reordering":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_doesnt_remove_inherit_action_sections_when_actually_reordering":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_removes_inherit_action_items_when_not_reordering":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_doesnt_remove_inherit_action_items_when_actually_reordering":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#0":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#1":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#2":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#3":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#4":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#5":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_inherit_when_reordering_in_original_section":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_alias_when_in_another_section":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_allows_creating_of_items_on_the_fly_using_create_action":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_allows_modifying_of_items_using_modify_action":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_allows_modifying_of_child_items_using_modify_action":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_removes_section_specific_actions_that_might_be_confusing_to_js_nav_builder":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_normalizes_an_example_config":0,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_reorder_sections":0.037,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_reorder_items_within_sections":0.05,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_reorder_child_items_within_an_item":0.036,"Tests\\CP\\Navigation\\NavPreferencesTest::it_does_nothing_with_inherit_actions_when_not_reordering":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_rename_sections":0.018,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_rename_items_within_a_section":0.018,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_alias_items_within_a_section":0.027,"Tests\\CP\\Navigation\\NavPreferencesTest::aliasing_an_item_does_not_include_its_children":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_alias_items_into_another_section":0.037,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_move_items_into_another_section":0.03,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_hide_sections":0.016,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_hide_items_from_a_section":0.028,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_create_new_items_on_the_fly":0.033,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_modify_existing_items":0.022,"Tests\\CP\\Navigation\\NavPreferencesTest::modifying_an_aliased_item_only_modifies_the_clone_and_not_the_original":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_create_child_items_using_array_setter_notation":0.007,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_alias_items_into_the_children_of_another_item":0.007,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_move_items_into_the_children_of_another_item":0.013,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_move_items_out_of_the_children_of_an_item_in_the_same_section":0.007,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_move_child_items_into_another_items_children":0.007,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_hide_child_items":0.019,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_modify_existing_child_items":0.018,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_alias_newly_created_items_to_an_earlier_section":0.009,"Tests\\CP\\Navigation\\NavPreferencesTest::it_respects_order_that_items_are_aliased_and_created":0.008,"Tests\\CP\\Navigation\\NavPreferencesTest::preferences_are_applied_after_addon_nav_extensions":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_rename_extended_sections_that_dont_follow_title_case_convention":0.009,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_hide_extended_sections_that_dont_follow_title_case_convention":0.01,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_create_new_items_in_extended_sections_that_dont_follow_title_case_convention":0.01,"Tests\\CP\\Navigation\\NavPreferencesTest::it_hides_section_when_all_items_are_moved_out_of_section":0.017,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_handle_a_bunch_of_useless_config_without_erroring":0.001,"Tests\\CP\\Navigation\\NavPreferencesTest::it_builds_out_an_example_config":0.01,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_build_with_hidden_items":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_checks_active_status_on_moved_items":0.009,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_more_explicitly_create_a_nav_item":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_a_more_custom_config":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_a_bundled_svg_icon":0.008,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_a_custom_svg_icon":0.008,"Tests\\CP\\Navigation\\NavTest::it_can_find_and_modify_an_existing_item":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_find_and_modify_an_existing_item_using_magic_constructor":0.005,"Tests\\CP\\Navigation\\NavTest::it_doesnt_build_items_that_the_user_is_not_authorized_to_see":0.006,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_children":0.006,"Tests\\CP\\Navigation\\NavTest::it_sets_parent_icon_on_children":0.006,"Tests\\CP\\Navigation\\NavTest::it_doesnt_build_children_that_the_user_is_not_authorized_to_see":0.007,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_children_in_a_closure_to_defer_loading_until_they_are_needed":0,"Tests\\CP\\Navigation\\NavTest::it_can_resolve_its_children_from_closure":0.039,"Tests\\CP\\Navigation\\NavTest::it_can_remove_a_nav_section":0.009,"Tests\\CP\\Navigation\\NavTest::it_can_remove_a_specific_nav_item":0.009,"Tests\\CP\\Navigation\\NavTest::it_can_remove_a_specific_nav_child_item":0.01,"Tests\\CP\\Navigation\\NavTest::it_can_use_extend_to_defer_until_after_statamic_core_nav_items_are_built":0.012,"Tests\\CP\\Navigation\\NavTest::it_can_use_extend_to_remove_a_default_statamic_nav_item":0.012,"Tests\\CP\\Navigation\\NavTest::it_can_use_extend_to_remove_a_default_statamic_child_nav_item":0.014,"Tests\\CP\\Navigation\\NavTest::it_sets_the_url":0.001,"Tests\\CP\\Navigation\\NavTest::it_gets_a_cleaner_editable_version_of_the_url":0.001,"Tests\\CP\\Navigation\\NavTest::it_does_not_automatically_add_a_resolve_children_pattern_when_setting_url_if_one_is_already_defined":0,"Tests\\CP\\Navigation\\NavTest::it_doesnt_build_with_hidden_items":0.009,"Tests\\CP\\Navigation\\NavTest::it_doesnt_build_sections_containing_only_hidden_items":0.006,"Tests\\CP\\Navigation\\NavTest::it_can_build_with_hidden_items":0.005,"Tests\\CP\\Navigation\\NavTest::it_hides_items_after_calling_with_hidden":0.013,"Tests\\CP\\Navigation\\NavTest::it_can_preserve_current_id_to_prevent_dynamic_id_generation":0.001,"Tests\\CP\\Navigation\\NavTest::it_can_sync_original_state_to_original_property":0.001,"Tests\\CP\\Navigation\\NavTest::it_resolves_children_on_synced_original_nav_item":0.001,"Tests\\CP\\Navigation\\NavTest::it_can_call_name_alias_for_backwards_compatibility":0.006,"Tests\\CP\\Navigation\\NavTest::it_can_rebuild_from_fresh_slate":0.009,"Tests\\CP\\Navigation\\NavTest::it_ensures_top_level_section_is_always_built_when_building_with_hidden":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_transforms_no_manipulations_to_an_empty_array_to_allow_overriding_of_preferences_at_higher_levels":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_create_new_items":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_create_new_item_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_move_an_item_to_another_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_alias_item_to_another_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_alias_item_to_same_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::aliasing_multiple_of_the_same_item_produces_unique_ids":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_move_item_into_another_items_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_alias_item_into_another_items_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::aliasing_multiple_of_the_same_item_to_an_items_children_produces_unique_ids":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_move_a_child_item_out_to_its_own_parent_item":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_alias_a_child_item_out_to_its_own_parent_item":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::aliasing_multiple_of_the_same_child_item_produces_unique_ids":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_items":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_item_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_moved_items":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_moved_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_aliased_items":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_aliased_children":0.011,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_hide_an_item":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_hide_a_child_item":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_reorder_items":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_reorder_custom_and_modified_items":0.007,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_create_a_new_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_create_a_new_section_with_special_characters_in_display":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_ignores_new_section_which_contain_no_manipulations":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_rename_a_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_hide_a_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_hide_a_section_containing_item_manipulations":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_reorder_sections":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_reorder_custom_and_modified_sections":0.007,"Tests\\CP\\Navigation\\NavTransformerTest::it_ignores_items_with_no_manipulations":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_add_unique_hash_to_an_id":0,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_remove_unique_hash_from_an_id":0,"Tests\\CP\\Navigation\\NavTransformerTest::it_intelligently_handles_url_modifications":0.009,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_transform_complex_json_payload_copied_from_actual_vue_submission":0.014,"Tests\\CP\\Utilities\\UtilityRepositoryTest::it_registers_a_utility":0,"Tests\\CP\\Utilities\\UtilityRepositoryTest::it_registers_a_utility_via_a_string":0,"Tests\\CP\\Utilities\\UtilityRepositoryTest::it_defers_registration_until_boot_using_extend_method":0.001,"Tests\\CP\\Utilities\\UtilityRepositoryTest::booting_more_than_once_just_updates_the_utilities":0.002,"Tests\\Composer\\AddonChangelogTest::it_checks_for_licensing_limits":0.003,"Tests\\Composer\\AddonChangelogTest::release_is_always_licensed_if_theres_no_license_limit":0.001,"Tests\\Composer\\AddonChangelogTest::it_can_get_changelog_contents":0.001,"Tests\\Composer\\AddonChangelogTest::it_can_get_latest_release":0.001,"Tests\\Composer\\ComposerJsonTest::it_can_detect_if_statamic_pre_update_cmd_is_not_registered":0.001,"Tests\\Composer\\ComposerJsonTest::it_can_add_pre_update_cmd_array_when_doesnt_exist":0,"Tests\\Composer\\ComposerJsonTest::it_can_add_statamic_pre_update_cmd_to_existing_array":0.001,"Tests\\Composer\\ComposerJsonTest::it_does_nothing_if_pre_update_cmd_already_exists":0,"Tests\\Composer\\ComposerJsonTest::it_will_throw_error_when_it_unsuccessfully_adds_pre_update_cmd":0,"Tests\\Composer\\ComposerLockBackupTest::it_can_backup_existing_lock_file":0.039,"Tests\\Composer\\ComposerLockBackupTest::it_doesnt_throw_exception_when_attempting_to_backup_non_existend_lock_file":0,"Tests\\Composer\\ComposerLockBackupTest::it_can_backup_lock_file_from_custom_location":0,"Tests\\Composer\\ComposerLockTest::it_can_check_if_lock_file_exists":0.001,"Tests\\Composer\\ComposerLockTest::it_can_check_if_custom_lock_file_exists":0,"Tests\\Composer\\ComposerLockTest::it_can_ensure_lock_file_exists":0,"Tests\\Composer\\ComposerLockTest::it_can_ensure_custom_lock_file_exists":0,"Tests\\Composer\\ComposerLockTest::it_can_delete_lock_file":0,"Tests\\Composer\\ComposerLockTest::it_errors_when_composer_lock_file_is_not_found":0,"Tests\\Composer\\ComposerLockTest::it_can_check_if_package_is_installed":0,"Tests\\Composer\\ComposerLockTest::it_can_check_if_package_is_installed_as_dev_dependency":0,"Tests\\Composer\\ComposerLockTest::it_can_get_installed_version_of_a_package_from_composer_lock":0,"Tests\\Composer\\ComposerLockTest::it_errors_when_package_is_not_found":0.001,"Tests\\Composer\\ComposerLockTest::it_can_gets_normalized_version_of_a_package_from_composer_lock":0.001,"Tests\\Composer\\ComposerLockTest::it_can_get_installed_version_of_a_package_from_multiple_composer_lock_files":0.001,"Tests\\Composer\\ComposerLockTest::it_can_override_package_version":0.001,"Tests\\Composer\\ComposerTest::it_can_list_installed_packages_with_details":0.225,"Tests\\Composer\\ComposerTest::it_can_get_installed_version_of_a_package_directly_from_composer_lock":0.046,"Tests\\Composer\\ComposerTest::it_can_check_if_package_is_installed":0.045,"Tests\\Composer\\ComposerTest::it_can_get_installed_path_of_a_package":0.367,"Tests\\Composer\\ComposerTest::it_gracefully_fails_when_lock_file_does_not_exist":0.049,"Tests\\Composer\\ComposerTest::it_can_require_update_downgrade_and_remove_a_package":10.07,"Tests\\Composer\\ComposerTest::it_can_require_and_remove_multiple_packages_in_one_shot":5.086,"Tests\\Composer\\CoreChangelogTest::it_can_get_changelog_contents":0.001,"Tests\\Composer\\CoreChangelogTest::it_can_get_latest_release":0.001,"Tests\\Console\\Commands\\AssetsMetaTest::it_generates_one_asset_meta_file_for_asset_with_no_meta_file":0.268,"Tests\\Console\\Commands\\AssetsMetaTest::it_preserves_data_property_in_meta_data_file":0.271,"Tests\\Console\\Commands\\MakeActionTest::it_can_make_an_action":0.004,"Tests\\Console\\Commands\\MakeActionTest::it_will_not_overwrite_an_existing_action":0.009,"Tests\\Console\\Commands\\MakeActionTest::using_force_option_will_overwrite_original_action":0.009,"Tests\\Console\\Commands\\MakeActionTest::it_can_make_an_action_into_an_addon":0.048,"Tests\\Console\\Commands\\MakeAddonTest::it_can_generate_an_addon":0.016,"Tests\\Console\\Commands\\MakeAddonTest::it_cannot_make_addon_with_invalid_composer_package_name":0.019,"Tests\\Console\\Commands\\MakeAddonTest::it_will_not_overwrite_an_existing_addon":0.014,"Tests\\Console\\Commands\\MakeAddonTest::using_force_option_will_overwrite_original_addon":0.021,"Tests\\Console\\Commands\\MakeAddonTest::it_can_generate_with_a_fieldtype":0.02,"Tests\\Console\\Commands\\MakeAddonTest::it_can_make_an_addon_with_everything_including_the_kitchen_sink":0.044,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_can_generate_a_fieldtype":0.011,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_will_not_overwrite_an_existing_fieldtype":0.003,"Tests\\Console\\Commands\\MakeFieldtypeTest::using_force_option_will_overwrite_original_fieldtype":0.003,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_can_make_a_fieldtype_into_an_addon":0.016,"Tests\\Console\\Commands\\MakeFilterTest::it_can_make_a_filter":0.002,"Tests\\Console\\Commands\\MakeFilterTest::it_will_not_overwrite_an_existing_filter":0.009,"Tests\\Console\\Commands\\MakeFilterTest::using_force_option_will_overwrite_original_filter":0.002,"Tests\\Console\\Commands\\MakeFilterTest::it_can_make_a_filter_into_an_addon":0.014,"Tests\\Console\\Commands\\MakeModifierTest::it_can_make_a_modifier":0.002,"Tests\\Console\\Commands\\MakeModifierTest::it_will_not_overwrite_an_existing_modifier":0.002,"Tests\\Console\\Commands\\MakeModifierTest::using_force_option_will_overwrite_original_modifier":0.01,"Tests\\Console\\Commands\\MakeModifierTest::it_can_make_a_modifier_into_an_addon":0.014,"Tests\\Console\\Commands\\MakeScopeTest::it_can_make_a_scope":0.002,"Tests\\Console\\Commands\\MakeScopeTest::it_will_not_overwrite_an_existing_scope":0.002,"Tests\\Console\\Commands\\MakeScopeTest::using_force_option_will_overwrite_original_scope":0.002,"Tests\\Console\\Commands\\MakeScopeTest::it_can_make_a_scope_into_an_addon":0.023,"Tests\\Console\\Commands\\MakeTagTest::it_can_make_a_tag":0.002,"Tests\\Console\\Commands\\MakeTagTest::it_will_not_overwrite_an_existing_tag":0.002,"Tests\\Console\\Commands\\MakeTagTest::using_force_option_will_overwrite_original_tag":0.002,"Tests\\Console\\Commands\\MakeTagTest::it_can_make_a_tag_into_an_addon":0.014,"Tests\\Console\\Commands\\MakeUserTest::it_can_make_a_user":0.007,"Tests\\Console\\Commands\\MakeUserTest::it_can_make_a_super_user_interactively":0.061,"Tests\\Console\\Commands\\MakeUserTest::it_can_make_a_non_super_user_interactively":0.056,"Tests\\Console\\Commands\\MakeUserTest::it_validates_email":0.004,"Tests\\Console\\Commands\\MakeUserTest::it_generates_with_and_without_super_option":0.003,"Tests\\Console\\Commands\\MakeWidgetTest::it_can_make_a_widget":0.002,"Tests\\Console\\Commands\\MakeWidgetTest::it_will_not_overwrite_an_existing_widget":0.002,"Tests\\Console\\Commands\\MakeWidgetTest::using_force_option_will_overwrite_original_widget":0.002,"Tests\\Console\\Commands\\MakeWidgetTest::it_can_make_a_widget_into_an_addon":0.014,"Tests\\Console\\Commands\\ProEnableTest::it_can_enable_pro_by_updating_existing_var_in_env":0.001,"Tests\\Console\\Commands\\ProEnableTest::it_can_enable_pro_by_appending_to_env":0.001,"Tests\\Console\\Commands\\ProEnableTest::if_config_is_not_referencing_env_var_it_should_prompt_user_to_run_with_update_config_option":0.002,"Tests\\Console\\Commands\\ProEnableTest::it_can_update_editions_config_to_reference_env_var#true":0.001,"Tests\\Console\\Commands\\ProEnableTest::it_can_update_editions_config_to_reference_env_var#false":0.001,"Tests\\Console\\Commands\\ProEnableTest::if_it_has_trouble_updating_editions_config_it_should_instruct_user":0.002,"Tests\\Console\\Commands\\StaticWarmJobTest::it_sends_a_get_request":0.001,"Tests\\Console\\NullConsoleTest::it_can_run_and_chain_methods_without_error":0,"Tests\\Console\\NullConsoleTest::it_can_store_and_get_console_error_output":0,"Tests\\Console\\PleaseTest::it_can_run_an_artisan_command_with_statamic_prefix":0.014,"Tests\\Console\\PleaseTest::statamic_prefixed_commands_will_throw_exception_when_running_in_artisan_without_prefix":0.002,"Tests\\Console\\PleaseTest::it_can_run_a_please_command_without_statamic_prefix":0.01,"Tests\\Console\\PleaseTest::it_can_run_a_please_command_with_statamic_prefix":0.009,"Tests\\Console\\ProcessTest::it_removes_ansi_codes":0,"Tests\\Console\\ProcessTest::it_leaves_ansi_codes_when_colorizing":0,"Tests\\Console\\ProcessTest::it_can_run_process_on_custom_path":0.005,"Tests\\Console\\ProcessTest::it_can_detect_if_process_had_errors":0.011,"Tests\\Console\\ProcessTest::it_resets_has_error_check_on_each_run":0.013,"Tests\\Console\\ProcessTest::it_can_log_error_output":0.003,"Tests\\Console\\ProcessTest::it_can_run_without_logging_errors":0.002,"Tests\\Console\\ProcessTest::it_can_get_cloned_process_for_running_commands_from_parent_path":0,"Tests\\Data\\Assets\\AssetQueryBuilderTest::it_can_get_assets":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_in":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_not_in":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_date":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_month":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_day":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_year":0.014,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_time":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_not_null":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_null":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_not_null":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_nested_where":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_nested_where_in":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_between":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_not_between":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_between":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_not_between":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_json_contains":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_json_doesnt_contain":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_json_contains":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_json_doesnt_contain":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_json_length":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_array_of_wheres":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::results_are_found_using_where_with_json_value":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_column":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::it_can_get_assets_using_when":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::it_can_get_assets_using_unless":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::it_can_get_assets_using_tap":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_offset":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::querying_doesnt_generate_meta_files_unnecessarily":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::querying_a_data_field_will_generate_meta_files":0.003,"Tests\\Data\\Assets\\AssetQueryBuilderTest::values_can_be_plucked":0.001,"Tests\\Data\\AugmentedCollectionTest::it_calls_toArray_on_each_item":0.001,"Tests\\Data\\AugmentedCollectionTest::values_get_flagged_shallow_when_calling_toArray_with_flag":0.001,"Tests\\Data\\AugmentedCollectionTest::values_do_not_get_flagged_shallow_when_calling_toArray_without_flag":0,"Tests\\Data\\AugmentedCollectionTest::augmentables_get_converted_to_shallow_array_with_flag":0.001,"Tests\\Data\\AugmentedCollectionTest::it_converts_value_objects_to_their_augmented_values_with_flag":0,"Tests\\Data\\AugmentedCollectionTest::it_does_not_convert_value_objects_to_their_augmented_values_with_explicit_flag_or_without_any_flag":0,"Tests\\Data\\AugmentedCollectionTest::it_json_serializes":0,"Tests\\Data\\AugmentedCollectionTest::augmentables_get_shallow_augmented_when_json_serializing_with_flag":0,"Tests\\Data\\AugmentedTest::it_gets_a_single_value_by_key":0,"Tests\\Data\\AugmentedTest::it_can_use_null_as_a_supplement_value":0,"Tests\\Data\\AugmentedTest::it_gets_a_single_value_by_key_using_the_value_method_if_it_exists":0,"Tests\\Data\\AugmentedTest::it_gets_a_value_from_the_thing_if_theres_a_corresponding_method_for_a_key":0,"Tests\\Data\\AugmentedTest::it_gets_a_value_from_the_augmented_thing_if_theres_a_method":0,"Tests\\Data\\AugmentedTest::if_an_augmented_things_method_returns_a_value_instance_then_use_it":0,"Tests\\Data\\AugmentedTest::the_value_object_returned_contains_appropriate_fieldtype_if_the_thing_has_a_blueprint_and_theres_a_matching_field":0.001,"Tests\\Data\\AugmentedTest::if_the_augmented_thing_has_a_method_with_a_corresponding_blueprint_field_it_will_not_use_that_fieldtype":0,"Tests\\Data\\AugmentedTest::it_can_select_multiple_keys":0.001,"Tests\\Data\\AugmentedTest::no_infinite_loop_when_getting_keys_that_match_methods":0,"Tests\\Data\\DataCollectionTest::it_sorts":0,"Tests\\Data\\DataCollectionTest::it_sorts_by_first_item_in_arrays":0,"Tests\\Data\\DataRepositoryTest::it_splits_the_repository_and_key_if_the_repository_exists":0.001,"Tests\\Data\\DataRepositoryTest::it_splits_the_repository_and_key_even_if_there_are_multiple_delimiters":0.001,"Tests\\Data\\DataRepositoryTest::it_returns_the_key_as_is_if_theres_no_delimiter":0,"Tests\\Data\\DataRepositoryTest::it_proxies_find_to_a_repository":0.001,"Tests\\Data\\DataRepositoryTest::it_bails_early_when_finding_null":0,"Tests\\Data\\DataRepositoryTest::when_a_repository_key_isnt_provided_it_will_loop_through_repositories":0.002,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#root":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#root with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#root with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#root with query and slash":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#dir":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#dir with slash":0.018,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#dir with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#dir with query and slash":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#missing":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#missing with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#missing with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#missing with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#root":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#root with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#root with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#root with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#missing":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#missing with slash":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#missing with query":0.019,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#missing with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#home":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#home with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#home with query":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#home with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr home":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr home with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr home with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr home with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#dir":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#dir with slash":0.01,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#dir with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#dir with query and slash":0.017,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr dir":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr dir with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr dir with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr dir with query and slash":0.01,"Tests\\Data\\Entries\\AugmentedEntryTest::it_has_a_parent_method":0.007,"Tests\\Data\\Entries\\AugmentedEntryTest::it_gets_values":0.01,"Tests\\Data\\Entries\\AugmentedEntryTest::it_gets_the_mount_from_the_value_first_if_it_exists":0.004,"Tests\\Data\\Entries\\AugmentedEntryTest::authors_is_just_the_value_if_its_not_in_the_blueprint":0.003,"Tests\\Data\\Entries\\AugmentedEntryTest::it_gets_the_authors_from_the_value_if_its_in_the_blueprint":0.006,"Tests\\Data\\Entries\\AugmentedEntryTest::it_doesnt_evaluated_computed_callbacks_when_getting_keys":0.004,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_handle":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_routes":0.001,"Tests\\Data\\Entries\\CollectionTest::it_sets_all_the_routes_identically":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_title_formats":0.001,"Tests\\Data\\Entries\\CollectionTest::it_sets_all_the_title_formats_identically":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_template":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_layout":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_create_label":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_title":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_sites_it_can_be_used_in_when_using_multiple_sites":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_the_default_site_when_in_single_site_mode":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_propagation_setting":0,"Tests\\Data\\Entries\\CollectionTest::it_stores_cascading_data_in_a_collection":0,"Tests\\Data\\Entries\\CollectionTest::it_sets_all_the_cascade_data_when_passing_an_array":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_values_from_the_cascade_with_fallbacks":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_entry_blueprints":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_first_non_hidden_entry_blueprint":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_first_entry_blueprint_when_they_are_all_hidden":0.001,"Tests\\Data\\Entries\\CollectionTest::no_existing_blueprints_will_fall_back_to_a_default_named_after_the_singular_collection":0.001,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_an_event_when_getting_entry_blueprint":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_sort_field_and_direction":0.001,"Tests\\Data\\Entries\\CollectionTest::setting_custom_sort_field_will_set_the_sort_direction_to_asc_when_not_explicitly_set":0,"Tests\\Data\\Entries\\CollectionTest::it_saves_the_collection_through_the_api":0.002,"Tests\\Data\\Entries\\CollectionTest::it_saves_quietly":0.001,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_collection_saved":0.002,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_collection_saving":0.001,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_collection_creating":0.001,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_collection_created_only_once":0.001,"Tests\\Data\\Entries\\CollectionTest::if_creating_event_returns_false_the_collection_doesnt_save":0,"Tests\\Data\\Entries\\CollectionTest::if_saving_event_returns_false_the_collection_doesnt_save":0.001,"Tests\\Data\\Entries\\CollectionTest::it_sets_future_date_behavior":0,"Tests\\Data\\Entries\\CollectionTest::it_sets_past_date_behavior":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_default_publish_state":0,"Tests\\Data\\Entries\\CollectionTest::default_publish_state_is_always_false_when_using_revisions":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_origin_behavior":0.001,"Tests\\Data\\Entries\\CollectionTest::it_throw_exception_when_setting_invalid_origin_behavior":0.001,"Tests\\Data\\Entries\\CollectionTest::it_sets_and_gets_structure":0.001,"Tests\\Data\\Entries\\CollectionTest::setting_a_structure_overrides_the_existing_inline_structure":0.001,"Tests\\Data\\Entries\\CollectionTest::setting_an_inline_structure_removes_the_existing_structure":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_the_handle_when_casting_to_a_string":0.001,"Tests\\Data\\Entries\\CollectionTest::it_augments":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Data\\Entries\\CollectionTest::it_is_arrayable":0.001,"Tests\\Data\\Entries\\CollectionTest::it_augments_in_the_parser":0.002,"Tests\\Data\\Entries\\CollectionTest::it_gets_the_uri_and_url_from_the_mounted_entry":0.002,"Tests\\Data\\Entries\\CollectionTest::it_updates_entry_uris_through_the_repository":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_preview_targets#through object":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_preview_targets#through facade":0.001,"Tests\\Data\\Entries\\CollectionTest::it_trucates_entries":0.01,"Tests\\Data\\Entries\\CollectionTest::it_cannot_view_collections_from_sites_that_the_user_is_not_authorized_to_see":0.005,"Tests\\Data\\Entries\\CollectionTest::it_fires_a_deleting_event":0.002,"Tests\\Data\\Entries\\CollectionTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Data\\Entries\\CollectionTest::it_deletes_quietly":0.002,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entry_is_found_within_all_created_entries_using_entry_facade_with_find_method":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entry_is_found_within_all_created_entries_and_select_query_columns_are_set_using_entry_facade_with_find_method_with_columns_param":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_in":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_not_in":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_date":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_month":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_day":0.009,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_year":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_time":0.009,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_not_null":0.009,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_null":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_not_null":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_column":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_nested_where":0.011,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_nested_where_in":0.011,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_between":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_not_between":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_between":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_not_between":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_json_contains":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_json_doesnt_contain":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_json_contains":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_json_doesnt_contain":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_json_length":0.013,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_array_of_wheres":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_with_json_value":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_when":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_unless":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_tap":0.007,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_substitutes_entries_by_id":0.009,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_substitutes_entries_by_uri":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_substitutes_entries_by_uri_and_site":0.012,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_offset":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo%":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%world":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%world%":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#_oo":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#o_":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo_bar":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo__bar":0.019,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#fo__bar":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo\\_bar":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#20\\%":0.019,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#20\\%%":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%3.14%":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%[4%":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#\/":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%\/":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#\/%":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%\/%":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_chunk":0.005,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_lazy":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::filtering_using_where_status_column_writes_deprecation_log":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::filtering_using_whereIn_status_column_writes_deprecation_log":0.005,"Tests\\Data\\Entries\\EntryQueryBuilderTest::filtering_by_unexpected_status_throws_exception":0.001,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#draft":0.025,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#published":0.03,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#scheduled":0.028,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#expired":0.027,"Tests\\Data\\Entries\\EntryTest::it_sets_and_gets_the_locale":0,"Tests\\Data\\Entries\\EntryTest::it_gets_the_site":0.001,"Tests\\Data\\Entries\\EntryTest::it_sets_and_gets_the_slug":0.001,"Tests\\Data\\Entries\\EntryTest::the_slug_gets_slugified":0.001,"Tests\\Data\\Entries\\EntryTest::explicitly_setting_slug_to_null_will_return_null":0.001,"Tests\\Data\\Entries\\EntryTest::if_the_slug_is_a_function_it_will_resolve_it":0.001,"Tests\\Data\\Entries\\EntryTest::if_the_slug_is_a_function_it_will_only_resolve_it_once":0.001,"Tests\\Data\\Entries\\EntryTest::it_resolves_the_slug_when_serializing":0.001,"Tests\\Data\\Entries\\EntryTest::it_sets_gets_and_removes_data_values":0.002,"Tests\\Data\\Entries\\EntryTest::it_sets_data_values_using_magic_properties":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_evaluated_augmented_value_using_magic_property":0.002,"Tests\\Data\\Entries\\EntryTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.002,"Tests\\Data\\Entries\\EntryTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.002,"Tests\\Data\\Entries\\EntryTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.002,"Tests\\Data\\Entries\\EntryTest::calling_unknown_method_throws_exception":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_all_data":0,"Tests\\Data\\Entries\\EntryTest::it_merges_in_additional_data":0,"Tests\\Data\\Entries\\EntryTest::values_fall_back_to_the_origin_then_the_collection":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_values_from_origin_and_collection":0.005,"Tests\\Data\\Entries\\EntryTest::if_the_value_is_explicitly_set_to_null_then_it_should_not_fall_back":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_custom_computed_data":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_empty_computed_data_by_default":0.001,"Tests\\Data\\Entries\\EntryTest::it_doesnt_recursively_get_computed_data_when_callback_uses_value_methods":0.001,"Tests\\Data\\Entries\\EntryTest::it_can_use_actual_data_to_compose_computed_data":0.001,"Tests\\Data\\Entries\\EntryTest::it_can_use_origin_data_to_compose_computed_data":0.004,"Tests\\Data\\Entries\\EntryTest::it_properly_scopes_custom_computed_data_by_collection_handle":0.002,"Tests\\Data\\Entries\\EntryTest::it_only_evaluates_computed_data_closures_when_getting_values":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_the_url_from_the_collection":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_the_uri_from_the_structure":0.002,"Tests\\Data\\Entries\\EntryTest::entries_in_a_collection_without_a_route_dont_have_a_uri":0.001,"Tests\\Data\\Entries\\EntryTest::a_localized_entry_without_a_route_for_that_site_doesnt_have_a_uri":0.001,"Tests\\Data\\Entries\\EntryTest::entries_in_a_structured_collection_without_a_route_dont_have_a_uri":0.001,"Tests\\Data\\Entries\\EntryTest::a_localized_entry_in_a_structured_collection_without_a_route_for_that_site_doesnt_have_a_uri":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_urls_for_first_child_redirects#string":0.009,"Tests\\Data\\Entries\\EntryTest::it_gets_urls_for_first_child_redirects#array":0.009,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_supplemental_data":0,"Tests\\Data\\Entries\\EntryTest::it_compiles_augmented_array_data":0.002,"Tests\\Data\\Entries\\EntryTest::setting_queried_keys_will_filter_the_arrayable_array":0.002,"Tests\\Data\\Entries\\EntryTest::it_converts_to_an_array":0.002,"Tests\\Data\\Entries\\EntryTest::only_requested_relationship_fields_are_included_in_to_array":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_initial_path":0,"Tests\\Data\\Entries\\EntryTest::it_gets_the_path_and_excludes_locale_when_theres_a_single_site":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_the_path_and_includes_locale_when_theres_multiple_sites":0.002,"Tests\\Data\\Entries\\EntryTest::the_path_uses_the_slug_if_set_even_if_slugs_arent_required":0.001,"Tests\\Data\\Entries\\EntryTest::the_path_uses_the_id_if_slug_is_not_set":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#no date explicitly set, time not explicitly enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#no date explicitly set, time enabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#no date explicitly set, time enabled, seconds disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time not explicitly enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time enabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time enabled, seconds disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time not explicitly enabled":0.007,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time enabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time enabled, seconds disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time not explicitly enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time enabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time enabled, seconds disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time disabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time disabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time disabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::date_is_null_if_a_collection_hasnt_been_set":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_non_dated_collection_entries":0.003,"Tests\\Data\\Entries\\EntryTest::setting_date_on_non_dated_collection_throws_exception":0.002,"Tests\\Data\\Entries\\EntryTest::setting_date_on_entry_that_doesnt_have_a_collection_set_throws_exception":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_the_order_from_the_collections_structure":0.008,"Tests\\Data\\Entries\\EntryTest::it_gets_the_order_from_the_data_if_not_structured":0.006,"Tests\\Data\\Entries\\EntryTest::future_dated_entries_are_private_when_configured_in_the_collection":0.002,"Tests\\Data\\Entries\\EntryTest::past_dated_entries_are_private_when_configured_in_the_collection":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_published_state":0,"Tests\\Data\\Entries\\EntryTest::it_gets_the_blueprint_when_defined_on_itself":0.002,"Tests\\Data\\Entries\\EntryTest::it_can_set_a_blueprint_using_an_instance":0.006,"Tests\\Data\\Entries\\EntryTest::it_gets_the_blueprint_when_defined_in_a_value":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_the_blueprint_when_defined_in_an_origin_value":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_the_blueprint_when_defined_in_an_origin_property":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_the_default_collection_blueprint_when_undefined":0.001,"Tests\\Data\\Entries\\EntryTest::the_blueprint_is_blinked_when_getting_and_flushed_when_setting":0.002,"Tests\\Data\\Entries\\EntryTest::it_dispatches_an_event_when_getting_blueprint":0.001,"Tests\\Data\\Entries\\EntryTest::it_saves_through_the_api":0.001,"Tests\\Data\\Entries\\EntryTest::it_dispatches_entry_created_only_once":0.001,"Tests\\Data\\Entries\\EntryTest::it_saves_quietly":0.001,"Tests\\Data\\Entries\\EntryTest::when_saving_quietly_the_cached_entrys_withEvents_flag_will_be_set_back_to_true":0.009,"Tests\\Data\\Entries\\EntryTest::it_clears_blink_caches_when_saving":0.005,"Tests\\Data\\Entries\\EntryTest::it_performs_callbacks_after_saving_but_before_the_saved_event_and_only_once":0.003,"Tests\\Data\\Entries\\EntryTest::it_propagates_entry_if_configured":0.005,"Tests\\Data\\Entries\\EntryTest::it_propagates_entry_from_non_default_site_if_configured":0.005,"Tests\\Data\\Entries\\EntryTest::it_does_not_propagate_if_not_configured":0.004,"Tests\\Data\\Entries\\EntryTest::it_does_not_propagate_existing_entries":0.004,"Tests\\Data\\Entries\\EntryTest::if_creating_event_returns_false_the_entry_doesnt_save":0.002,"Tests\\Data\\Entries\\EntryTest::it_adds_propagated_entry_to_structure":0.017,"Tests\\Data\\Entries\\EntryTest::if_saving_event_returns_false_the_entry_doesnt_save":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_file_contents_for_saving":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_file_contents_for_saving_a_localized_entry":0.003,"Tests\\Data\\Entries\\EntryTest::the_default_blueprint_is_added_to_the_file_contents_when_one_hasnt_been_explicitly_defined":0.001,"Tests\\Data\\Entries\\EntryTest::the_explicit_blueprint_is_added_to_the_file_contents":0.001,"Tests\\Data\\Entries\\EntryTest::the_blueprint_is_not_added_to_the_localized_file_contents":0.002,"Tests\\Data\\Entries\\EntryTest::the_blueprint_is_added_to_the_localized_file_contents_if_explicitly_different_from_the_origin":0.007,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_template":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_an_inferred_template_from_blueprint":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_layout":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_the_last_modified_time":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_collection":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_id":0.001,"Tests\\Data\\Entries\\EntryTest::it_deletes_through_the_api":0.007,"Tests\\Data\\Entries\\EntryTest::it_fires_a_deleting_event":0.004,"Tests\\Data\\Entries\\EntryTest::it_deletes_quietly":0.003,"Tests\\Data\\Entries\\EntryTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Data\\Entries\\EntryTest::it_prevents_deleting_if_there_are_descendants":0.005,"Tests\\Data\\Entries\\EntryTest::it_deletes_descendants":0.006,"Tests\\Data\\Entries\\EntryTest::it_deletes_descendants_quietly":0.005,"Tests\\Data\\Entries\\EntryTest::it_detaches_localizations":0.006,"Tests\\Data\\Entries\\EntryTest::it_gets_the_corresponding_page_from_the_collections_structure":0.004,"Tests\\Data\\Entries\\EntryTest::no_page_is_returned_when_the_collection_isnt_using_a_structure":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#antlers":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#mustache":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#antlers nested":0.009,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#mustache nested with colons":0.007,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#mustache nested with dots":0.007,"Tests\\Data\\Entries\\EntryTest::it_gets_preview_targets":0.018,"Tests\\Data\\Entries\\EntryTest::it_has_a_dirty_state":0.004,"Tests\\Data\\Entries\\EntryTest::it_syncs_original_at_the_right_time":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_all_descendants":0.008,"Tests\\Data\\Entries\\EntryTest::it_gets_direct_descendants":0.008,"Tests\\Data\\Entries\\EntryTest::it_gets_ancestors":0.007,"Tests\\Data\\Entries\\EntryTest::it_updates_the_origin_of_descendants_when_saving_an_entry_with_localizations":0.025,"Tests\\Data\\Entries\\EntryTest::initially_saved_entry_gets_put_into_events":0.014,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#date":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#time":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#time with seconds":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#no date":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#no date but slug with number":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#date with id suffix":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#time with id suffix":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#time with seconds and id suffix":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#no date with id suffix":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#no date but slug with number with id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#date":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#time":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#time with seconds":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date but slug thats a number":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date but slug with number":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#date with id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#time with id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#time with seconds and id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date with id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date but slug with number with id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#date":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#time":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#time with seconds":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#no date":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#no date but slug with number":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#date with id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#time with id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#time with seconds and id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#no date with id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#no date but slug with number with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#date":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#time":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#no date":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#no date but slug with number":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#date with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#time with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#no date with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#no date but slug with number with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#date with id suffix but suffix is also in the date":0,"Tests\\Data\\ExistsAsFileTest::it_dumps_yaml_without_front_matter_when_the_file_extension_is_yaml":0,"Tests\\Data\\ExistsAsFileTest::it_dumps_yaml_with_front_matter_when_theres_content":0,"Tests\\Data\\ExistsAsFileTest::it_dumps_yaml_with_front_matter_when_content_is_missing":0,"Tests\\Data\\ExistsAsFileTest::it_dumps_yaml_without_front_matter_when_content_is_literally_null":0,"Tests\\Data\\Globals\\GlobalSetTest::it_gets_file_contents_for_saving_with_a_single_site":0.001,"Tests\\Data\\Globals\\GlobalSetTest::it_gets_file_contents_for_saving_with_multiple_sites":0.001,"Tests\\Data\\Globals\\GlobalSetTest::it_saves_through_the_api":0.002,"Tests\\Data\\Globals\\GlobalSetTest::saving_a_new_global_set_will_create_its_localizations":0.003,"Tests\\Data\\Globals\\GlobalSetTest::saving_an_existing_global_set_will_save_or_delete_its_localizations":0.004,"Tests\\Data\\Globals\\GlobalSetTest::it_dispatches_global_set_created_only_once":0.002,"Tests\\Data\\Globals\\GlobalSetTest::it_saves_quietly":0.002,"Tests\\Data\\Globals\\GlobalSetTest::if_creating_event_returns_false_the_global_set_doesnt_save":0.001,"Tests\\Data\\Globals\\GlobalSetTest::if_saving_event_returns_false_the_global_set_doesnt_save":0.001,"Tests\\Data\\Globals\\GlobalSetTest::it_updates_the_origin_of_descendants_when_saving_an_entry_with_localizations":0.01,"Tests\\Data\\Globals\\GlobalSetTest::it_gets_available_sites_from_localizations":0.003,"Tests\\Data\\Globals\\GlobalSetTest::it_cannot_view_global_sets_from_sites_that_the_user_is_not_authorized_to_see":0.006,"Tests\\Data\\Globals\\GlobalSetTest::it_fires_a_deleting_event":0.001,"Tests\\Data\\Globals\\GlobalSetTest::it_does_not_delete_when_a_deleting_event_returns_false":0,"Tests\\Data\\Globals\\GlobalSetTest::it_deletes_quietly":0.001,"Tests\\Data\\Globals\\VariablesTest::it_gets_file_contents_for_saving":0,"Tests\\Data\\Globals\\VariablesTest::it_gets_file_contents_for_saving_a_localized_set":0.001,"Tests\\Data\\Globals\\VariablesTest::if_the_value_is_explicitly_set_to_null_then_it_should_not_fall_back":0.001,"Tests\\Data\\Globals\\VariablesTest::it_sets_data_values_using_magic_properties":0,"Tests\\Data\\Globals\\VariablesTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Data\\Globals\\VariablesTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.001,"Tests\\Data\\Globals\\VariablesTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.001,"Tests\\Data\\Globals\\VariablesTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.001,"Tests\\Data\\Globals\\VariablesTest::calling_unknown_method_throws_exception":0.001,"Tests\\Data\\Globals\\VariablesTest::it_converts_to_an_array":0.001,"Tests\\Data\\Globals\\VariablesTest::only_requested_relationship_fields_are_included_in_to_array":0.001,"Tests\\Data\\HasAugmentedDataTest::it_makes_an_augmented_instance":0.001,"Tests\\Data\\HasAugmentedInstanceTest::it_makes_an_augmented_instance":0.001,"Tests\\Data\\HasAugmentedInstanceTest::instance_runs_through_hook":0,"Tests\\Data\\HasAugmentedInstanceTest::augmented_thing_can_define_the_default_array_keys":0,"Tests\\Data\\HasAugmentedInstanceTest::augmented_thing_can_define_the_default_relations":0,"Tests\\Data\\HasAugmentedInstanceTest::it_can_check_for_array_key_existence":0,"Tests\\Data\\StoresComputedFieldCallbacksTest::it_can_store_computed_callback":0,"Tests\\Data\\StoresScopedComputedFieldCallbacksTest::it_can_store_scoped_computed_callbacks":0,"Tests\\Data\\StoresScopedComputedFieldCallbacksTest::it_can_store_scoped_computed_callbacks_for_multiple_scopes":0,"Tests\\Data\\Structures\\AugmentedPageTest::it_gets_page_keys":0.006,"Tests\\Data\\Structures\\AugmentedPageTest::it_gets_entry_keys":0.001,"Tests\\Data\\Structures\\AugmentedPageTest::it_gets_values_from_the_page":0.001,"Tests\\Data\\Structures\\AugmentedPageTest::it_gets_values_from_the_entry":0.001,"Tests\\Data\\Structures\\BranchIdsTest::it_adds_ids_to_branches":0.002,"Tests\\Data\\Structures\\CollectionStructureTest::the_tree_root_cannot_have_children_when_expecting_root":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_evaluated_augmented_value_using_magic_property":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_and_sets_the_handle":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_the_collection":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_makes_a_tree":0,"Tests\\Data\\Structures\\CollectionStructureTest::the_title_comes_from_the_collection":0,"Tests\\Data\\Structures\\CollectionStructureTest::the_title_cannot_be_set":0,"Tests\\Data\\Structures\\CollectionStructureTest::trees_exist_based_on_whether_the_site_is_enabled_on_the_collection":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_sets_and_gets_the_associated_collection":0.001,"Tests\\Data\\Structures\\CollectionStructureTest::the_only_available_collection_is_itself":0,"Tests\\Data\\Structures\\CollectionStructureTest::collections_cannot_be_set":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_an_entry_uri":0.001,"Tests\\Data\\Structures\\CollectionStructureTest::the_entry_uri_is_null_if_the_collection_doesnt_have_a_route":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_the_route_from_the_collection":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_the_route_from_the_collection_when_it_has_multiple":0.001,"Tests\\Data\\Structures\\CollectionStructureTest::entries_may_only_appear_in_the_tree_once":0,"Tests\\Data\\Structures\\CollectionStructureTest::the_tree_root_can_have_children_when_not_expecting_root":0.001,"Tests\\Data\\Structures\\CollectionStructureTest::only_entries_belonging_to_the_associated_collection_may_be_in_the_tree":0,"Tests\\Data\\Structures\\CollectionStructureTest::entries_not_explicitly_in_the_tree_should_be_appended_to_the_end_of_the_tree":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_saves_through_the_collection":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_no_changes":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_additions":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_removals":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_moves":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_moves_within_a_branch":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_additions_and_removals":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_multilevel_changes":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::movement_of_an_ancestor_does_not_cause_a_child_to_be_considered_moved":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::moving_a_top_level_item_to_the_start_while_expecting_a_root_will_consider_it_an_ancestry_change":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::moving_a_top_level_item_to_the_start_while_not_expecting_a_root_will_not_consider_it_an_ancestry_change":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::moving_a_nested_item_to_the_start_while_expecting_a_root_will_not_consider_it_an_ancestry_change":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::moving_a_nested_item_to_the_start_while_not_expecting_a_root_will_not_consider_it_an_ancestry_change":0,"Tests\\Data\\Structures\\CollectionTreeTest::it_can_get_and_set_the_handle":0,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_structure":0,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_path":0,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_path_when_using_multisite":0.001,"Tests\\Data\\Structures\\CollectionTreeTest::it_does_a_diff":0.001,"Tests\\Data\\Structures\\NavTest::the_tree_root_cannot_have_children_when_expecting_root":0,"Tests\\Data\\Structures\\NavTest::the_tree_root_can_have_children_when_not_expecting_root":0,"Tests\\Data\\Structures\\NavTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Data\\Structures\\NavTest::it_gets_and_sets_the_handle":0,"Tests\\Data\\Structures\\NavTest::it_makes_a_tree":0.001,"Tests\\Data\\Structures\\NavTest::trees_exist_if_they_exist_as_files":0.002,"Tests\\Data\\Structures\\NavTest::it_gets_and_sets_the_title":0,"Tests\\Data\\Structures\\NavTest::it_saves_the_nav_through_the_api":0.001,"Tests\\Data\\Structures\\NavTest::it_deletes_through_the_api":0.001,"Tests\\Data\\Structures\\NavTest::collections_can_be_get_and_set":0.002,"Tests\\Data\\Structures\\NavTest::it_has_cp_urls":0.001,"Tests\\Data\\Structures\\NavTest::it_has_no_route":0.001,"Tests\\Data\\Structures\\NavTest::it_gets_available_sites_from_trees":0.003,"Tests\\Data\\Structures\\NavTest::it_cannot_view_navs_from_sites_that_the_user_is_not_authorized_to_see":0.006,"Tests\\Data\\Structures\\NavTest::it_fires_a_deleting_event":0.008,"Tests\\Data\\Structures\\NavTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_can_get_and_set_the_handle":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_gets_the_structure":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_gets_the_path":0,"Tests\\Data\\Structures\\NavTreeTest::it_gets_the_path_when_using_multisite":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_can_ensure_ids_have_been_generated":0.003,"Tests\\Data\\Structures\\NavTreeTest::it_doesnt_save_tree_when_ensuring_ids_if_nothing_changed":0.008,"Tests\\Data\\Structures\\PageTest::it_gets_and_sets_the_entry":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_entry_dynamically_when_its_set_using_a_string":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_entry_dynamically_when_its_set_using_an_int":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_title":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_title_when_referencing_an_entry":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_custom_title_when_referencing_an_entry":0,"Tests\\Data\\Structures\\PageTest::it_gets_and_sets_the_parent":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_and_sets_the_route":0.001,"Tests\\Data\\Structures\\PageTest::it_builds_a_uri_based_on_the_position_in_the_structure_when_the_structure_has_a_collection":0.003,"Tests\\Data\\Structures\\PageTest::it_builds_a_uri_and_strips_out_file_extensions_from_parent_uri#html":0.002,"Tests\\Data\\Structures\\PageTest::it_builds_a_uri_and_strips_out_file_extensions_from_parent_uri#htm":0.002,"Tests\\Data\\Structures\\PageTest::it_gets_the_entrys_uri_when_the_structure_does_not_have_a_collection":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_the_uri_of_a_redirect_entry":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_the_uri_of_a_hardcoded_relative_link":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_the_uri_of_a_hardcoded_absolute_link":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_the_uri_of_a_hardcoded_text_only_page":0,"Tests\\Data\\Structures\\PageTest::it_gets_child_pages":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_flattened_pages":0,"Tests\\Data\\Structures\\PageTest::it_forwards_calls_to_the_entry":0,"Tests\\Data\\Structures\\PageTest::it_gets_values":0,"Tests\\Data\\Structures\\PageTest::it_gets_values_and_falls_back_to_values_from_the_entry":0.004,"Tests\\Data\\Structures\\PageTest::it_gets_evaluated_augmented_value_using_magic_property":0.012,"Tests\\Data\\Structures\\PageTest::it_is_arrayable":0.006,"Tests\\Data\\Structures\\PagesTest::it_gets_a_list_of_pages":0,"Tests\\Data\\Structures\\PagesTest::it_gets_flattened_pages":0,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_all_structures":0,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_a_nav_structure_by_handle":0,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_a_collection_structure_by_handle":0,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_an_entry_by_uri":0,"Tests\\Data\\Structures\\TreeTest::it_gets_the_route_from_the_structure":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_edit_url":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_delete_url":0,"Tests\\Data\\Structures\\TreeTest::it_gets_the_show_url_from_the_structure":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_show_url_with_the_site_query_param_when_there_are_multiple_sites":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_parent":0.015,"Tests\\Data\\Structures\\TreeTest::it_gets_the_root":0,"Tests\\Data\\Structures\\TreeTest::a_tree_not_expecting_a_root_will_have_no_root":0.001,"Tests\\Data\\Structures\\TreeTest::a_tree_expecting_a_root_but_with_no_branches_has_no_root":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_child_pages_including_the_root":0.001,"Tests\\Data\\Structures\\TreeTest::it_find_a_page_by_id":0.001,"Tests\\Data\\Structures\\TreeTest::it_appends_an_entry":0.001,"Tests\\Data\\Structures\\TreeTest::it_appends_an_entry_to_another_page":0.001,"Tests\\Data\\Structures\\TreeTest::it_moves_an_entry_to_another_page":0.001,"Tests\\Data\\Structures\\TreeTest::it_doesnt_get_moved_if_its_already_in_the_target":0.001,"Tests\\Data\\Structures\\TreeTest::it_doesnt_get_moved_to_root_if_its_already_there_and_the_target_is_null":0.001,"Tests\\Data\\Structures\\TreeTest::it_can_move_the_root":0.001,"Tests\\Data\\Structures\\TreeTest::it_fixes_indexes_when_moving":0,"Tests\\Data\\Structures\\TreeTest::the_structure_validates_the_tree_when_getting_it_the_first_time":0.001,"Tests\\Data\\Structures\\TreeTest::it_cannot_move_into_root_if_structure_expects_root":0,"Tests\\Data\\Structures\\TreeTest::it_can_move_into_root_if_structure_does_not_expect_root":0.001,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_gets_terms":0.005,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_wheres":0.005,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_or_wheres":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_or_where_ins":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_or_where_not_ins":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_nested_wheres":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_nested_where_ins":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_nested_where_not_ins":0.012,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_by_taxonomy":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_sorts":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_where_column":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_usage_in_collections":0.02,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_substitutes_terms_by_id":0.004,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_substitutes_terms_by_uri":0.004,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_substitutes_terms_by_uri_and_site":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_date":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_month":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_day":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_year":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_time":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_where_json_contains":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_where_json_doesnt_contain":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_or_where_json_contains":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_or_where_json_doesnt_contain":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_where_json_length":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_offset":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::the_taxonomy_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_taxonomy_url_if_the_view_exists":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::the_term_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_term_url_if_the_view_exists":0.005,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_localized_term_url_if_the_view_exists":0.006,"Tests\\Data\\Taxonomies\\ViewsTest::the_collection_specific_taxonomy_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_collection_specific_taxonomy_url_if_the_view_exists":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::the_collection_specific_term_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_collection_specific_term_url_if_the_view_exists":0.01,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_localized_collection_specific_taxonomy_url_if_the_view_exists":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_localized_collection_specific_term_url_if_the_view_exists":0.005,"Tests\\Data\\Taxonomies\\ViewsTest::the_unmounted_collection_specific_taxonomy_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_unmounted_collection_specific_taxonomy_url_if_the_view_exists":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::the_unmounted_collection_specific_term_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_unmounted_collection_specific_term_url_if_the_view_exists":0.005,"Tests\\Data\\TracksLastModifiedTest::it_gets_last_updated_at_from_file":0.001,"Tests\\Data\\TracksLastModifiedTest::it_updates_and_gets_last_updated_with_user":0.004,"Tests\\Data\\TracksLastModifiedTest::it_updates_and_gets_last_updated_without_user":0.003,"Tests\\Data\\TracksLastModifiedTest::it_updates_and_changes_last_updated_by_user":0.005,"Tests\\Data\\TracksLastModifiedTest::it_updates_and_nulls_last_updated_by_user":0.004,"Tests\\Data\\TracksLastModifiedTest::it_can_touch_item_similar_to_eloquent":0.004,"Tests\\Data\\TracksLastModifiedTest::it_can_touch_item_with_user":0.003,"Tests\\Data\\TracksLastModifiedTest::it_will_not_update_when_config_disables_last_update_tracking":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where":0.003,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where_in":0.003,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where_not_in":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_nested_where":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_nested_where_in":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_with_json_value":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_column":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_when":0.003,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_unless":0.003,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_tap":0.002,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_group":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_group_in":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where_group":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_role":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_role_in":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where_role":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::values_can_be_plucked":0.003,"Tests\\Events\\MacroTest::it_can_forget_a_listener_using_string_notation":0,"Tests\\Events\\MacroTest::it_can_forget_a_listener_using_array_notation":0,"Tests\\Events\\MacroTest::forgetting_a_listener_doesnt_affect_other_events_or_listeners":0,"Tests\\Events\\SubscriberTest::it_handles_dispatched_events":0,"Tests\\Events\\SubscriberTest::it_can_temporarily_disable_and_re_enable_subscriber_handled_listeners":0,"Tests\\Events\\SubscriberTest::it_can_temporarily_disable_listeners_on_code_run_within_a_callback":0,"Tests\\Events\\SubscriberTest::disabling_one_subscriber_does_not_affect_other_subscribers":0,"Statamic\\Testing\\Extend\\AddonTest::it_creates_an_instance_with_a_name":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_id":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_handle":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_slug":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_vendor_name":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_package_name":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_editions":0,"Statamic\\Testing\\Extend\\AddonTest::it_throws_exception_for_invalid_edition":0,"Statamic\\Testing\\Extend\\AddonTest::it_creates_an_instance_from_a_package":0.001,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_a_file_exists":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_file_contents":0,"Statamic\\Testing\\Extend\\AddonTest::it_writes_file_contents":0,"Statamic\\Testing\\Extend\\AddonTest::it_doesnt_allow_getting_files_if_no_provider_is_set":0,"Statamic\\Testing\\Extend\\AddonTest::it_doesnt_allow_checking_for_files_if_no_provider_is_set":0,"Statamic\\Testing\\Extend\\AddonTest::it_doesnt_allow_writing_files_if_no_provider_is_set":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_name_from_id_if_it_wasnt_specified":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_commercial":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_license":0.001,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#0":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#1":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#2":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#3":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#4":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#5":0,"Tests\\Facades\\ConfigTest::gets_config_var":0,"Tests\\Facades\\ConfigTest::gets_scoped_var":0,"Tests\\Facades\\ConfigTest::sets_var":0,"Tests\\Facades\\ConfigTest::gets_all_variables":0,"Tests\\Facades\\ConfigTest::gets_app_key":0,"Tests\\Facades\\ConfigTest::gets_license_key":0,"Tests\\Facades\\ConfigTest::gets_site":0,"Tests\\Facades\\ConfigTest::gets_full_locale":0,"Tests\\Facades\\ConfigTest::gets_short_locale":0,"Tests\\Facades\\ConfigTest::gets_locale_name":0.001,"Tests\\Facades\\ConfigTest::gets_locale_handles":0,"Tests\\Facades\\ConfigTest::gets_default_locale":0,"Tests\\Facades\\ConfigTest::gets_other_locale_handles":0,"Tests\\Facades\\ConfigTest::gets_site_url":0.001,"Tests\\Facades\\ParseTest::it_parses_front_matter":0,"Tests\\Facades\\ParseTest::it_parses_front_matter_with_crlf":0,"Tests\\Facades\\ParseTest::it_parses_front_matter_when_theres_no_fence":0,"Tests\\Facades\\PathTest::makes_paths_relative":0,"Tests\\Facades\\PathTest::it_gets_the_extension#with extension":0,"Tests\\Facades\\PathTest::it_gets_the_extension#without extension":0,"Tests\\Facades\\PathTest::it_gets_the_extension#url with query string":0,"Tests\\Facades\\PathTest::it_gets_the_extension#instagram url":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#foo":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#%foo":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#foo%":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#%foo%":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#_foo":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#foo_":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#_foo_":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#f_o":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%world":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%world%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#_oo":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#o_":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo_bar":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo__bar":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#fo__bar":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo\\_bar":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#20\\%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#20\\%%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%3.14%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%[4%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#\/":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%\/":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#\/%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%\/%":0,"Tests\\Facades\\UrlTest::testPrependsSiteUrl":0,"Tests\\Facades\\UrlTest::testPrependsSiteUrlWithController":0,"Tests\\Facades\\UrlTest::testPrependsSiteUrlWithoutController":0,"Tests\\Facades\\UrlTest::testDeterminesExternalUrl":0,"Tests\\Facades\\UrlTest::testDeterminesExternalUrlWhenUsingRelativeInConfig":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory to directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to nested directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage to nested directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to directory with similar name":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory with trailing slash to directory with similar name":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to directory with similar name with trailing slash ":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory to directory with trailing slashes":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to nested directory with trailing slashes":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage to nested directory with trailing slashes":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory with trailing slashes to directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory with trailing slashes to nested directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage with query string to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory with query string to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory with query string to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory with query string to directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory with query string to nested directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage with query string to nested directory":0,"Tests\\Facades\\UrlTest::gets_site_url":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#0":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#1":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#2":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#3":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#4":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#5":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#6":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#7":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#8":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#9":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#10":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#11":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#12":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#13":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#14":0,"Tests\\Facades\\UrlTest::makes_urls_relative#0":0,"Tests\\Facades\\UrlTest::makes_urls_relative#1":0,"Tests\\Facades\\UrlTest::makes_urls_relative#2":0,"Tests\\Facades\\UrlTest::makes_urls_relative#3":0,"Tests\\Facades\\UrlTest::makes_urls_relative#4":0,"Tests\\Facades\\UrlTest::makes_urls_relative#5":0,"Tests\\Facades\\UrlTest::makes_urls_relative#6":0,"Tests\\Facades\\UrlTest::makes_urls_relative#7":0,"Tests\\Facades\\UrlTest::makes_urls_relative#8":0,"Tests\\Facades\\UrlTest::makes_urls_relative#9":0,"Tests\\Facades\\UrlTest::makes_urls_relative#10":0,"Tests\\Facades\\UrlTest::makes_urls_relative#11":0,"Tests\\Facades\\UrlTest::makes_urls_relative#12":0,"Tests\\Facades\\UrlTest::makes_urls_relative#13":0,"Tests\\Facades\\UrlTest::makes_urls_relative#14":0,"Tests\\Facades\\UrlTest::makes_urls_relative#15":0,"Tests\\Facades\\UrlTest::makes_urls_relative#16":0,"Tests\\Facades\\UrlTest::makes_urls_relative#17":0,"Tests\\Facades\\UrlTest::makes_urls_relative#18":0,"Tests\\Facades\\UrlTest::makes_urls_relative#19":0,"Tests\\Facades\\UrlTest::makes_urls_relative#20":0,"Tests\\Facades\\UrlTest::makes_urls_relative#21":0,"Tests\\Facades\\UrlTest::makes_urls_relative#22":0,"Tests\\Facades\\UrlTest::makes_urls_relative#23":0,"Tests\\Facades\\UrlTest::makes_urls_relative#24":0,"Tests\\Facades\\UrlTest::makes_urls_relative#25":0,"Tests\\Facades\\UrlTest::makes_urls_relative#26":0,"Tests\\Facades\\UrlTest::makes_urls_relative#27":0,"Tests\\Facades\\UrlTest::makes_urls_relative#28":0,"Tests\\Facades\\UrlTest::makes_urls_relative#29":0,"Tests\\Facades\\UrlTest::makes_urls_relative#30":0,"Tests\\Facades\\UrlTest::makes_urls_relative#31":0,"Tests\\Facades\\UrlTest::makes_urls_relative#32":0,"Tests\\Facades\\UrlTest::makes_urls_relative#33":0,"Tests\\Facades\\UrlTest::makes_urls_relative#34":0,"Tests\\Facades\\UrlTest::makes_urls_relative#35":0,"Tests\\Facades\\UrlTest::makes_urls_relative#36":0,"Tests\\Facades\\UrlTest::makes_urls_relative#37":0,"Tests\\Facades\\UrlTest::makes_urls_relative#38":0,"Tests\\Facades\\UrlTest::makes_urls_relative#39":0,"Tests\\Facades\\UrlTest::makes_urls_relative#40":0,"Tests\\Facades\\UrlTest::makes_urls_relative#41":0,"Tests\\Facades\\UrlTest::makes_urls_relative#42":0,"Tests\\Facades\\UrlTest::makes_urls_relative#43":0,"Tests\\Facades\\UrlTest::it_can_remove_query_and_fragment":0,"Tests\\Feature\\AssetContainers\\EditAssetContainerTest::it_shows_the_form":0.045,"Tests\\Feature\\AssetContainers\\EditAssetContainerTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\AssetContainers\\ListAssetContainersTest::it_lists_containers_you_have_access_to_when_requested_as_json":0.008,"Tests\\Feature\\AssetContainers\\ListAssetContainersTest::it_loads_a_view_when_requested_normally":0.029,"Tests\\Feature\\AssetContainers\\UpdateAssetContainerTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\AssetContainers\\UpdateAssetContainerTest::it_updates_a_container":0.01,"Tests\\Feature\\AssetContainers\\UpdateAssetContainerTest::it_fails_validation_without_required_fields":0.01,"Tests\\Feature\\Assets\\AssetIndexTest::it_redirects_to_the_first_authorized_containers_browse_url":0.008,"Tests\\Feature\\Assets\\AssetIndexTest::it_shows_the_empty_state_if_there_are_no_containers_and_you_have_permission_to_create":0.03,"Tests\\Feature\\Assets\\AssetIndexTest::it_denies_access_if_there_are_no_containers_and_you_dont_have_permission_to_create":0.012,"Tests\\Feature\\Assets\\BrowserTest::it_redirects_to_the_first_container_from_the_index":0.008,"Tests\\Feature\\Assets\\BrowserTest::it_redirects_to_the_first_authorized_container_from_the_index":0.007,"Tests\\Feature\\Assets\\BrowserTest::no_authorized_containers_results_in_a_403_from_the_index":0.007,"Tests\\Feature\\Assets\\BrowserTest::no_containers_at_all_results_in_a_403_from_the_index":0.011,"Tests\\Feature\\Assets\\BrowserTest::no_containers_but_permission_to_create_redirects_to_the_index":0.006,"Tests\\Feature\\Assets\\BrowserTest::it_denies_access":0.007,"Tests\\Feature\\Assets\\BrowserTest::it_shows_the_page":0.029,"Tests\\Feature\\Assets\\BrowserTest::it_lists_assets_in_the_root_folder":0.024,"Tests\\Feature\\Assets\\BrowserTest::it_lists_assets_in_a_subfolder":0.034,"Tests\\Feature\\Assets\\BrowserTest::it_denies_access_to_the_root_folder_without_permission":0.009,"Tests\\Feature\\Assets\\BrowserTest::it_denies_access_to_a_subfolder_without_permission":0.009,"Tests\\Feature\\Assets\\BrowserTest::it_404s_when_requesting_a_folder_in_a_container_that_doesnt_exist":0.025,"Tests\\Feature\\Assets\\BrowserTest::it_searches_for_assets":0.028,"Tests\\Feature\\Assets\\BrowserTest::it_shows_an_assets_edit_page":0.037,"Tests\\Feature\\Assets\\BrowserTest::it_404s_when_the_asset_doesnt_exist":0.007,"Tests\\Feature\\Assets\\BrowserTest::it_denies_access_without_permission_to_view_asset":0.009,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_subscribes":0.001,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_deleting":0.001,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_reuploading":0,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_focus_is_added":0.001,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_focus_changes":0,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_doesnt_clear_focus_stays_the_same":0,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_focus_is_removed":0,"Tests\\Feature\\Assets\\ReuploadAssetTest::it_replaces_the_file_when_reuploading":0.002,"Tests\\Feature\\Assets\\ReuploadAssetTest::validation_fails_when_attempting_to_replace_with_a_different_file_extension":0.001,"Tests\\Feature\\Assets\\ReuploadAssetTest::glide_cache_is_cleared_and_presets_are_regenerated_when_reuploading":0.002,"Tests\\Feature\\Assets\\StoreAssetTest::it_uploads_an_asset":0.027,"Tests\\Feature\\Assets\\StoreAssetTest::it_denied_access_without_permission":0.009,"Tests\\Feature\\Assets\\StoreAssetTest::it_denies_access_if_uploads_are_disabled":0.007,"Tests\\Feature\\Assets\\StoreAssetTest::it_doesnt_upload_without_a_container":0.007,"Tests\\Feature\\Assets\\StoreAssetTest::it_doesnt_upload_without_a_folder":0.007,"Tests\\Feature\\Blueprints\\EditCustomBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Blueprints\\EditCustomBlueprintTest::it_lets_you_edit_a_custom_namespace_blueprint":0.03,"Tests\\Feature\\Blueprints\\StoreCustomBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Blueprints\\StoreCustomBlueprintTest::it_lets_you_update_a_custom_namespace_blueprint":0.015,"Tests\\Feature\\Blueprints\\ViewBlueprintListingTest::it_shows_a_list_of_blueprints":0.04,"Tests\\Feature\\Blueprints\\ViewBlueprintListingTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Blueprints\\ViewBlueprintListingTest::it_lets_you_edit_a_custom_namespace_blueprint":0.03,"Tests\\Feature\\Collections\\Blueprints\\CreateBlueprintTest::it_shows_the_form":0.036,"Tests\\Feature\\Collections\\Blueprints\\CreateBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\Blueprints\\EditBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\Blueprints\\EditBlueprintTest::it_provides_the_blueprint":0.03,"Tests\\Feature\\Collections\\Blueprints\\StoreBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\Blueprints\\StoreBlueprintTest::blueprint_gets_created":0.013,"Tests\\Feature\\Collections\\Blueprints\\StoreBlueprintTest::when_creating_the_first_blueprint_the_default_one_is_also_created":0.007,"Tests\\Feature\\Collections\\Blueprints\\StoreBlueprintTest::title_is_required":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::blueprint_gets_saved":0.009,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::title_is_required":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::tabs_are_required":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::tabs_must_be_an_array":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::width_of_100_gets_stripped_out_for_inline_fields_but_left_in_for_reference_fields_with_config_overrides":0.008,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::localizable_of_false_gets_stripped_out_for_inline_fields_but_left_in_for_reference_fields_with_config_overrides":0.008,"Tests\\Feature\\Collections\\Blueprints\\ViewBlueprintListingTest::it_shows_a_list_of_blueprints":0.03,"Tests\\Feature\\Collections\\Blueprints\\ViewBlueprintListingTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\CreateCollectionTest::it_shows_the_create_page_if_you_have_permission":0.027,"Tests\\Feature\\Collections\\CreateCollectionTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_deletes_the_collection":0.007,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_deletes_the_collection_with_localized_entries":0.012,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_deletes_tree_files":0.015,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_deletes_tree_files_in_a_multisite":0.024,"Tests\\Feature\\Collections\\EditCollectionTest::it_shows_the_edit_page_if_you_have_permission":0.039,"Tests\\Feature\\Collections\\EditCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\ShowRegularCollectionTest::it_shows_the_empty_entry_listing_page_if_you_have_permission_and_there_are_no_entries":0.03,"Tests\\Feature\\Collections\\ShowRegularCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\ShowRegularCollectionTest::it_shows_the_entry_listing_page_if_you_have_permission":0.037,"Tests\\Feature\\Collections\\ShowStructuredCollectionTest::it_shows_the_empty_entry_listing_page_if_you_have_permission_and_there_are_no_entries":0.033,"Tests\\Feature\\Collections\\ShowStructuredCollectionTest::it_denies_access_if_you_dont_have_permission":0.013,"Tests\\Feature\\Collections\\ShowStructuredCollectionTest::it_shows_the_structure_tree_if_you_have_permission":0.035,"Tests\\Feature\\Collections\\StoreCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\StoreCollectionTest::it_stores_a_collection":0.007,"Tests\\Feature\\Collections\\StoreCollectionTest::title_is_required":0.006,"Tests\\Feature\\Collections\\StoreCollectionTest::handle_must_be_alpha_dash":0.006,"Tests\\Feature\\Collections\\StoreCollectionTest::handle_is_a_slugified_title_if_not_provided":0.007,"Tests\\Feature\\Collections\\UpdateCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\UpdateCollectionTest::it_updates_a_collection":0.012,"Tests\\Feature\\Collections\\UpdateCollectionTest::setting_links_to_true_will_create_a_blueprint_if_it_doesnt_already_exist":0.012,"Tests\\Feature\\Collections\\UpdateCollectionTest::setting_links_to_true_will_do_nothing_if_an_existing_link_blueprint_already_exists":0.011,"Tests\\Feature\\Collections\\UpdateCollectionTest::setting_links_to_false_will_delete_the_blueprint_if_exists":0.018,"Tests\\Feature\\Collections\\UpdateCollectionTest::settings_links_to_true_will_also_create_the_default_blueprint_if_none_exist":0.011,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#arbitrary handle":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#handle of collection":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#handle ending with collection":0.026,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#handle starting with collection":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#handle with collection inside":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_doesnt_update_the_tree_if_theres_a_duplicate_uri_when_expecting_root":0.018,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_doesnt_update_the_tree_if_theres_a_duplicate_uri_when_not_expecting_root":0.017,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_deletes_entries_scheduled_for_deletion":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_doesnt_delete_entries_if_theres_a_duplicate_uri_validation_error":0.015,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_denies_access_if_you_dont_have_permission_to_reorder":0.007,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_a_specific_sites_tree":0,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_shows_a_list_of_collections":0.032,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_shows_no_results_when_there_are_no_collections":0.034,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_filters_out_collections_the_user_cannot_access":0.029,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_doesnt_filter_out_collections_if_they_have_permission_to_configure":0.029,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_denies_access_when_there_are_no_permitted_collections":0.007,"Tests\\Feature\\Collections\\ViewCollectionListingTest::create_collection_button_is_visible_with_permission_to_configure":0.027,"Tests\\Feature\\Collections\\ViewCollectionListingTest::create_collection_button_is_not_visible_without_permission_to_configure":0.029,"Tests\\Feature\\Entries\\DeleteEntryTest::it_deletes_entries":0.013,"Tests\\Feature\\Entries\\DeleteEntryTest::entries_get_removed_from_the_structure_tree_and_child_pages_are_moved_to_the_parent":0.023,"Tests\\Feature\\Entries\\DeleteEntryTest::entries_get_removed_from_the_structure_and_child_pages_are_moved_to_the_parent_and_maintain_order":0.001,"Tests\\Feature\\Entries\\EditEntryTest::it_denies_access_if_you_dont_have_permission":0.001,"Tests\\Feature\\Entries\\EditEntryTest::it_shows_the_entry_form":0,"Tests\\Feature\\Entries\\EditEntryTest::it_overrides_values_from_the_working_copy":0,"Tests\\Feature\\Entries\\EditEntryTest::it_marks_as_read_only_if_you_only_have_view_permission":0.001,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_publishes_an_entry":0.014,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_unpublishes_an_entry":0.013,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_creates_a_revision":0.012,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_restores_a_published_entrys_working_copy_to_another_revision":0.013,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_restores_an_unpublished_entrys_contents_to_another_revision":0.013,"Tests\\Feature\\Entries\\GetByTaxonomyTermsTest::it_gets_entries_by_a_single_taxonomy_term":0.009,"Tests\\Feature\\Entries\\GetByTaxonomyTermsTest::it_gets_entries_in_multiple_taxonomy_terms":0.013,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_localizes_an_entry":0.029,"Tests\\Feature\\Entries\\LocalizeEntryTest::site_is_required":0.017,"Tests\\Feature\\Entries\\LocalizeEntryTest::cant_localize_entry_without_edit_permissions":0.016,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_adds_an_entry_to_the_structure_tree_if_its_nested":0.034,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_adds_an_entry_to_the_end_of_the_structure_tree_if_the_parent_is_the_root":0.033,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_adds_an_entry_to_the_end_of_the_structure_tree_if_the_parent_doesnt_exist_in_that_site":0.031,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_localizes_an_entry_with_revisions":0.028,"Tests\\Feature\\Entries\\MountingTest::updating_a_mounted_page_will_update_the_uris_for_each_entry_in_that_collection":0.023,"Tests\\Feature\\Entries\\MountingTest::updating_a_mounted_page_will_not_update_the_uris_when_slug_is_clean":0.023,"Tests\\Feature\\Entries\\PreviewEntryTest::it_creates_a_token_with_entry_for_creation":0.011,"Tests\\Feature\\Entries\\PreviewEntryTest::it_creates_a_token_with_entry_for_editing":0.011,"Tests\\Feature\\Entries\\PreviewEntryTest::it_updates_existing_token_with_entry_for_editing":0.011,"Tests\\Feature\\Entries\\PreviewEntryTest::it_sets_live_preview_to_true_if_theres_no_additional_data":0.01,"Tests\\Feature\\Entries\\ReorderEntriesTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Entries\\ReorderEntriesTest::it_denies_access_if_the_collection_is_not_orderable":0.006,"Tests\\Feature\\Entries\\ReorderEntriesTest::it_reorders_entries":0.018,"Tests\\Feature\\Entries\\ReorderEntriesTest::it_reorders_paginated_entries":0.016,"Tests\\Feature\\Entries\\StoreEntryTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Entries\\StoreEntryTest::entry_gets_created":0.011,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_if_slug_is_in_blueprint":0.011,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_if_slug_is_in_blueprint_and_use_entry_language#English":0.017,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_if_slug_is_in_blueprint_and_use_entry_language#Danish":0.012,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_be_null_if_slug_is_not_in_the_blueprint":0.01,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_get_created_from_auto_generated_title_when_using_title_format":0.011,"Tests\\Feature\\Entries\\StoreEntryTest::submitted_slug_is_favored_over_auto_generated_title_when_using_title_format":0.011,"Tests\\Feature\\Entries\\StoreEntryTest::slug_and_auto_title_get_generated_after_save":0.012,"Tests\\Feature\\Entries\\StoreEntryTest::it_can_validate_against_published_value":0.015,"Tests\\Feature\\Entries\\SubstitutesEntryForLivePreviewTest::it_substitutes":0.005,"Tests\\Feature\\Entries\\SubstitutesEntryForLivePreviewTest::it_doesnt_substitute":0.004,"Tests\\Feature\\Entries\\UpdateEntryTest::it_denies_access_if_you_dont_have_edit_permission":0.009,"Tests\\Feature\\Entries\\UpdateEntryTest::it_denies_access_if_you_dont_have_site_permission":0.016,"Tests\\Feature\\Entries\\UpdateEntryTest::entry_gets_updated":0.012,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_if_slug_is_in_the_blueprint_and_the_submitted_slug_was_empty":0.012,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_and_correct_language_if_slug_is_in_the_blueprint_and_the_submitted_slug_was_empty#English":0.019,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_and_correct_language_if_slug_is_in_the_blueprint_and_the_submitted_slug_was_empty#Danish":0.012,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_be_null_if_slug_is_not_in_the_blueprint":0.011,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_get_created_from_auto_generated_title_when_using_title_format":0.014,"Tests\\Feature\\Entries\\UpdateEntryTest::submitted_slug_is_favored_over_auto_generated_title_when_using_title_format":0.013,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_and_auto_title_get_generated_after_save":0.013,"Tests\\Feature\\Entries\\UpdateEntryTest::auto_title_only_gets_saved_on_localization_when_different_from_origin":0.028,"Tests\\Feature\\Entries\\UpdateEntryTest::it_can_validate_against_published_value":0.01,"Tests\\Feature\\Entries\\UpdateEntryTest::published_entry_gets_saved_to_working_copy":0,"Tests\\Feature\\Entries\\UpdateEntryTest::draft_entry_gets_saved_to_content":0,"Tests\\Feature\\Entries\\UpdateEntryTest::validation_error_returns_back":0.001,"Tests\\Feature\\Entries\\UpdateEntryTest::user_without_permission_to_manage_publish_state_cannot_change_publish_status":0.001,"Tests\\Feature\\Entries\\UpdateEntryTest::validates_max_depth":0.017,"Tests\\Feature\\Entries\\UpdateEntryTest::does_not_validate_max_depth_when_collection_max_depth_is_null":0.02,"Tests\\Feature\\Entries\\ViewEntryListingTest::it_shows_entries_index":0.016,"Tests\\Feature\\Entries\\ViewEntryListingTest::it_shows_only_entries_in_index_for_sites_user_can_access":0.021,"Tests\\Feature\\Fieldsets\\CreateFieldsetTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Fieldsets\\EditFieldsetTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Fieldsets\\EditFieldsetTest::it_provides_the_fieldset":0.029,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::fieldset_gets_created":0.007,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::title_is_required":0.007,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::handle_is_required":0.007,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::handle_must_be_alpha_dash":0.006,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::fieldset_gets_saved":0.008,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::title_is_required":0.007,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::fields_are_required":0.006,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::fields_must_be_an_array":0.007,"Tests\\Feature\\Fieldsets\\ViewFieldsetListingTest::it_shows_a_list_of_fieldsets":0.03,"Tests\\Feature\\Fieldsets\\ViewFieldsetListingTest::it_denies_access_if_you_dont_have_permission":0.012,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#no container":0.008,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#container with no preset":0.007,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#container with preset":0.009,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#non-image with container":0.014,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#non-image with container with no preset":0.008,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#non-image with container with preset":0.007,"Tests\\Feature\\Forms\\CreateFormTest::it_shows_the_create_page_if_you_have_permission":0.029,"Tests\\Feature\\Forms\\CreateFormTest::it_denies_access_if_you_dont_have_permission":0.013,"Tests\\Feature\\Forms\\DeleteFormTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Forms\\DeleteFormTest::it_deletes_the_form":0.007,"Tests\\Feature\\Forms\\EditFormTest::it_shows_the_edit_page_if_you_have_permission":0.035,"Tests\\Feature\\Forms\\EditFormTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Forms\\StoreFormTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Forms\\StoreFormTest::it_stores_a_form":0.008,"Tests\\Feature\\Forms\\StoreFormTest::title_is_required":0.007,"Tests\\Feature\\Forms\\StoreFormTest::handle_must_be_alpha_dash":0.007,"Tests\\Feature\\Forms\\StoreFormTest::handle_is_a_slugified_title_if_not_provided":0.007,"Tests\\Feature\\Forms\\UpdateFormTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Forms\\UpdateFormTest::it_updates_a_form":0.009,"Tests\\Feature\\Forms\\UpdateFormTest::it_updates_emails":0.018,"Tests\\Feature\\GlobalSearch\\GlobalSearchTest::it_performs_a_global_search":0.016,"Tests\\Feature\\Globals\\ConfigureGlobalsTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Globals\\ConfigureGlobalsTest::it_shows_the_form":0.037,"Tests\\Feature\\Globals\\EditGlobalVariablesTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Globals\\EditGlobalVariablesTest::it_shows_the_form":0.031,"Tests\\Feature\\Globals\\UpdateGlobalVariablesTest::it_denies_access_if_you_dont_have_edit_permission":0.007,"Tests\\Feature\\Globals\\UpdateGlobalVariablesTest::it_denies_access_if_you_dont_have_site_permission":0.014,"Tests\\Feature\\Globals\\UpdateGlobalVariablesTest::global_variables_get_updated":0.009,"Tests\\Feature\\Globals\\ViewGlobalsListingTest::it_lists_globals":0.03,"Tests\\Feature\\Globals\\ViewGlobalsListingTest::it_uses_the_configure_url_if_it_doesnt_exist_in_the_selected_site_but_you_have_permission":0.032,"Tests\\Feature\\Globals\\ViewGlobalsListingTest::it_filters_out_globals_if_it_doesnt_exist_in_the_selected_site_and_you_dont_have_permission_to_configure":0.037,"Tests\\Feature\\Globals\\ViewGlobalsListingTest::it_filters_out_globals_in_sites_you_dont_have_permission_to_access":0.03,"Tests\\Feature\\GraphQL\\AssetContainerTest::query_only_works_if_enabled":0.035,"Tests\\Feature\\GraphQL\\AssetContainerTest::it_queries_an_asset_container_by_handle":0.011,"Tests\\Feature\\GraphQL\\AssetContainerTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\GraphQL\\AssetContainersTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\AssetContainersTest::it_queries_asset_containers":0.003,"Tests\\Feature\\GraphQL\\AssetContainersTest::it_queries_only_allowed_sub_resources":0.003,"Tests\\Feature\\GraphQL\\AssetTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\AssetTest::it_cannot_query_against_non_allowed_sub_resource_with_container_arg":0.012,"Tests\\Feature\\GraphQL\\AssetTest::it_cannot_query_against_non_allowed_sub_resource_with_id_arg":0.006,"Tests\\Feature\\GraphQL\\AssetTest::it_queries_an_asset_by_id":0.01,"Tests\\Feature\\GraphQL\\AssetTest::it_queries_an_asset_by_container_and_path":0.005,"Tests\\Feature\\GraphQL\\AssetTest::it_can_add_custom_fields_to_interface":0.006,"Tests\\Feature\\GraphQL\\AssetTest::it_can_add_custom_fields_to_an_implementation":0.005,"Tests\\Feature\\GraphQL\\AssetTest::adding_custom_field_to_an_implementation_does_not_add_it_to_the_interface":0.005,"Tests\\Feature\\GraphQL\\AssetTest::it_resolves_query_builders":0.011,"Tests\\Feature\\GraphQL\\AssetsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\AssetsTest::it_queries_assets":0.014,"Tests\\Feature\\GraphQL\\AssetsTest::it_cannot_query_against_non_allowed_sub_resource":0.004,"Tests\\Feature\\GraphQL\\AssetsTest::it_paginates_assets":0.006,"Tests\\Feature\\GraphQL\\AssetsTest::it_queries_blueprint_specific_fields":0.006,"Tests\\Feature\\GraphQL\\AssetsTest::it_cannot_filter_assets_by_default":0.005,"Tests\\Feature\\GraphQL\\AssetsTest::it_can_filter_assets_when_configuration_allows_for_it":0.005,"Tests\\Feature\\GraphQL\\AssetsTest::it_filters_assets_with_equalto_shorthand":0.006,"Tests\\Feature\\GraphQL\\AssetsTest::it_filters_assets_with_multiple_conditions_of_the_same_type":0.007,"Tests\\Feature\\GraphQL\\AssetsTest::it_sorts_assets":0.006,"Tests\\Feature\\GraphQL\\AssetsTest::it_sorts_assets_descending":0.007,"Tests\\Feature\\GraphQL\\AssetsTest::it_sorts_assets_on_multiple_fields":0.008,"Tests\\Feature\\GraphQL\\CollectionTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\CollectionTest::it_queries_a_collection_by_handle":0.004,"Tests\\Feature\\GraphQL\\CollectionTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\GraphQL\\CollectionTest::it_queries_the_structure_and_its_tree":0.019,"Tests\\Feature\\GraphQL\\CollectionTest::it_can_add_custom_fields":0.003,"Tests\\Feature\\GraphQL\\CollectionsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\CollectionsTest::it_queries_collections":0.003,"Tests\\Feature\\GraphQL\\CollectionsTest::it_queries_only_allowed_sub_resources":0.003,"Tests\\Feature\\GraphQL\\CustomMiddlewareTest::custom_middleware_does_not_yet_exist":0.008,"Tests\\Feature\\GraphQL\\CustomMiddlewareTest::a_custom_middleware_can_be_added_to_the_default_schema":0.002,"Tests\\Feature\\GraphQL\\CustomMiddlewareTest::a_custom_middleware_can_be_added_to_the_default_schema_through_config":0.002,"Tests\\Feature\\GraphQL\\CustomQueryTest::custom_query_does_not_yet_exist":0.002,"Tests\\Feature\\GraphQL\\CustomQueryTest::a_custom_query_can_be_added_to_the_default_schema":0.002,"Tests\\Feature\\GraphQL\\CustomQueryTest::a_custom_query_can_be_added_to_the_default_schema_through_config":0.002,"Tests\\Feature\\GraphQL\\DisablesRoutesTest::it_disables_routes":0.003,"Tests\\Feature\\GraphQL\\EntriesTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_all_entries":0.018,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_all_entries_in_a_specific_site":0.027,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_only_entries_on_allowed_sub_resources":0.017,"Tests\\Feature\\GraphQL\\EntriesTest::it_cannot_query_against_non_allowed_sub_resource":0.016,"Tests\\Feature\\GraphQL\\EntriesTest::it_paginates_entries":0.02,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_entries_from_a_single_collection":0.024,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_entries_from_multiple_collections":0.018,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_entries_from_multiple_collections_using_variables":0.02,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_blueprint_specific_fields":0.018,"Tests\\Feature\\GraphQL\\EntriesTest::it_cannot_filter_entries_by_default":0.016,"Tests\\Feature\\GraphQL\\EntriesTest::it_can_filter_collection_entries_when_configuration_allows_for_it":0.022,"Tests\\Feature\\GraphQL\\EntriesTest::it_can_filter_all_entries_when_configuration_allows_for_it":0.023,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_entries_with_multiple_conditions":0.029,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_entries_with_multiple_conditions_of_the_same_type":0.023,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_entries_with_equalto_shorthand":0.018,"Tests\\Feature\\GraphQL\\EntriesTest::it_sorts_entries":0.019,"Tests\\Feature\\GraphQL\\EntriesTest::it_sorts_entries_descending":0.026,"Tests\\Feature\\GraphQL\\EntriesTest::it_sorts_entries_on_multiple_fields":0.01,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_out_drafts_by_default":0.027,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_out_future_entries_from_future_private_collection":0.01,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_out_past_entries_from_past_private_collection":0.017,"Tests\\Feature\\GraphQL\\EntryTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_query_against_non_allowed_sub_resource_with_collection_arg":0.003,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_query_against_non_allowed_sub_resource_with_other_args#0":0.01,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_query_against_non_allowed_sub_resource_with_other_args#1":0.004,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_query_against_non_allowed_sub_resource_with_other_args#2":0.004,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_by_id":0.005,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_by_slug":0.014,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_by_slug_and_collection":0.007,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_by_uri":0.005,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_in_a_specific_site":0.007,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_existing_entry_parent":0.008,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_a_non_existing_entry_parent":0.007,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_filter_entry_by_default":0.005,"Tests\\Feature\\GraphQL\\EntryTest::it_can_filter_entry_when_configuration_allows_for_it":0.006,"Tests\\Feature\\GraphQL\\EntryTest::it_filters_entries_with_equalto_shorthand":0.006,"Tests\\Feature\\GraphQL\\EntryTest::it_filters_entries_with_multiple_conditions_of_the_same_type":0.006,"Tests\\Feature\\GraphQL\\EntryTest::it_can_add_custom_fields_to_interface":0.004,"Tests\\Feature\\GraphQL\\EntryTest::it_can_add_custom_fields_to_an_implementation":0.005,"Tests\\Feature\\GraphQL\\EntryTest::adding_custom_field_to_an_implementation_does_not_add_it_to_the_interface":0.005,"Tests\\Feature\\GraphQL\\EntryTest::it_only_shows_published_entries_by_default":0.012,"Tests\\Feature\\GraphQL\\Fieldtypes\\ArrFieldtypeTest::it_gets_arrays":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\AssetsFieldtypeTest::it_gets_multiple_assets":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\AssetsFieldtypeTest::it_gets_single_asset":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields#grouped sets (new)":0.013,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields#ungrouped sets (old)":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields_with_set_and_manual_id#grouped sets (new)":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields_with_set_and_manual_id#ungrouped sets (old)":0.011,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_a_string_for_bard_fields_with_no_sets":0.015,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_nested_bard_fields":0.011,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields_with_value_based_subfields":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\ButtonGroupFieldtypeTest::it_gets_values_and_labels":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\CheckboxesFieldtypeTest::it_gets_values_and_labels":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\CodeFieldtypeTest::it_gets_code":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\CollectionsFieldtypeTest::it_gets_multiple_collections":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\CollectionsFieldtypeTest::it_gets_single_collection":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\DateFieldtypeTest::it_gets_dates":0.012,"Tests\\Feature\\GraphQL\\Fieldtypes\\DateFieldtypeTest::it_gets_date_ranges":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\EntriesFieldtypeTest::it_gets_multiple_entries":0.009,"Tests\\Feature\\GraphQL\\Fieldtypes\\EntriesFieldtypeTest::it_gets_single_entry":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\GridFieldtypeTest::it_outputs_grid_fields":0.018,"Tests\\Feature\\GraphQL\\Fieldtypes\\GridFieldtypeTest::it_outputs_nested_grid_fields":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\GridFieldtypeTest::it_outputs_grid_fields_with_value_based_subfields":0.009,"Tests\\Feature\\GraphQL\\Fieldtypes\\IntegerFieldtypeTest::it_gets_an_integer":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_null_when_undefined":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_a_hardcoded_url":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_an_entry":0.006,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_a_child_url":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_a_404":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\ListFieldtypeTest::it_gets_a_list":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\MarkdownFieldtypeTest::it_gets_markdown":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\RadioFieldtypeTest::it_gets_values_and_labels":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\RangeFieldtypeTest::it_gets_an_integer":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\ReplicatorFieldtypeTest::it_outputs_replicator_fields#grouped sets (new)":0.013,"Tests\\Feature\\GraphQL\\Fieldtypes\\ReplicatorFieldtypeTest::it_outputs_replicator_fields#ungrouped sets (old)":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\ReplicatorFieldtypeTest::it_outputs_nested_replicator_fields":0.009,"Tests\\Feature\\GraphQL\\Fieldtypes\\ReplicatorFieldtypeTest::it_outputs_replicator_fields_with_value_based_subfields":0.009,"Tests\\Feature\\GraphQL\\Fieldtypes\\SelectFieldtypeTest::it_gets_values_and_labels_of_single_select_field":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\SelectFieldtypeTest::it_gets_values_and_labels_of_multi_select_field":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\TableFieldtypeTest::it_gets_a_table":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\TaggableFieldtypeTest::it_gets_a_taggable":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\TaxonomiesFieldtypeTest::it_gets_multiple_taxonomies":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\TaxonomiesFieldtypeTest::it_gets_single_taxonomy":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\TemplateFieldtypeTest::it_gets_the_template":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\TermsFieldtypeTest::it_gets_multiple_terms":0.012,"Tests\\Feature\\GraphQL\\Fieldtypes\\TermsFieldtypeTest::it_gets_single_entry":0.011,"Tests\\Feature\\GraphQL\\Fieldtypes\\TextFieldtypeTest::it_gets_text":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\TimeFieldtypeTest::it_gets_the_time":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\ToggleFieldtypeTest::it_gets_a_boolean":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\UserGroupsFieldtypeTest::it_gets_multiple_groups":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\UserGroupsFieldtypeTest::it_gets_single_collection":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\UserRolesFieldtypeTest::it_gets_multiple_roles":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\UserRolesFieldtypeTest::it_gets_single_role":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\UsersFieldtypeTest::it_gets_multiple_users":0.016,"Tests\\Feature\\GraphQL\\Fieldtypes\\UsersFieldtypeTest::it_gets_single_user":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\VideoFieldtypeTest::it_gets_the_video_url":0.006,"Tests\\Feature\\GraphQL\\Fieldtypes\\YamlFieldtypeTest::it_gets_yaml":0.007,"Tests\\Feature\\GraphQL\\FormTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\FormTest::it_queries_a_form_by_handle":0.004,"Tests\\Feature\\GraphQL\\FormTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\GraphQL\\FormTest::it_queries_the_fields":0.005,"Tests\\Feature\\GraphQL\\FormTest::it_queries_the_validation_rules":0.004,"Tests\\Feature\\GraphQL\\FormsTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\FormsTest::it_queries_forms":0.004,"Tests\\Feature\\GraphQL\\FormsTest::it_queries_only_allowed_sub_resources":0.003,"Tests\\Feature\\GraphQL\\GlobalTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\GlobalTest::it_queries_a_global_set_by_handle":0.006,"Tests\\Feature\\GraphQL\\GlobalTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\GraphQL\\GlobalTest::it_queries_a_global_set_in_a_specific_site":0.005,"Tests\\Feature\\GraphQL\\GlobalTest::it_can_add_custom_fields_to_interface":0.005,"Tests\\Feature\\GraphQL\\GlobalTest::it_can_add_custom_fields_to_an_implementation":0.004,"Tests\\Feature\\GraphQL\\GlobalsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\GlobalsTest::it_queries_global_sets":0.006,"Tests\\Feature\\GraphQL\\GlobalsTest::it_cannot_query_against_non_allowed_sub_resource":0.005,"Tests\\Feature\\GraphQL\\HandlesTokensTest::it_handles_tokens":0.001,"Tests\\Feature\\GraphQL\\NavTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\NavTest::it_queries_a_nav_by_handle":0.016,"Tests\\Feature\\GraphQL\\NavTest::it_cannot_query_against_non_allowed_sub_resource":0.008,"Tests\\Feature\\GraphQL\\NavTest::it_queries_the_tree_inside_a_nav":0.011,"Tests\\Feature\\GraphQL\\NavTest::it_queries_the_tree_inside_a_nav_using_fragments_for_pseudo_recursion":0.012,"Tests\\Feature\\GraphQL\\NavTest::it_queries_the_tree_inside_a_nav_with_entries":0.021,"Tests\\Feature\\GraphQL\\NavTest::it_queries_the_tree_inside_a_nav_in_a_specific_site":0.009,"Tests\\Feature\\GraphQL\\NavsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\NavsTest::it_queries_navs":0.004,"Tests\\Feature\\GraphQL\\NavsTest::it_queries_only_allowed_sub_resources":0.004,"Tests\\Feature\\GraphQL\\PageTest::custom_fields_can_be_added_to_interface":0.018,"Tests\\Feature\\GraphQL\\PingPongTest::it_pongs_when_pinged":0.002,"Tests\\Feature\\GraphQL\\QueryAuthorizationTest::it_authorizes_by_default":0.002,"Tests\\Feature\\GraphQL\\QueryAuthorizationTest::it_provides_custom_passing_authorization_logic":0.002,"Tests\\Feature\\GraphQL\\QueryAuthorizationTest::it_provides_custom_failing_authorization_logic":0.003,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_caches_a_request":0.007,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_caches_endpoint_using_configured_expiry":0.002,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_bypasses_cache_when_using_a_valid_token#0":0.003,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_bypasses_cache_when_using_a_valid_token#1":0.003,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_doesnt_bypass_cache_when_using_an_invalid_token#0":0.002,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_doesnt_bypass_cache_when_using_an_invalid_token#1":0.002,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_busts_whole_cache_when_content_is_saved":0.006,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_ignores_configured_events":0.007,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_can_disable_caching":0.003,"Tests\\Feature\\GraphQL\\ResolvesValuesTest::it_resolves_values_in_entries":0.004,"Tests\\Feature\\GraphQL\\ResolvesValuesTest::it_resolves_values_in_terms":0.003,"Tests\\Feature\\GraphQL\\ResolvesValuesTest::it_resolves_values_in_users":0.001,"Tests\\Feature\\GraphQL\\ResolvesValuesTest::it_resolves_values_in_globals":0.002,"Tests\\Feature\\GraphQL\\SitesTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\SitesTest::it_queries_global_sets":0.003,"Tests\\Feature\\GraphQL\\StatamicProRequiredTest::it_throws_exception_if_pro_is_disabled":0.001,"Tests\\Feature\\GraphQL\\TaxonomiesTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\TaxonomiesTest::it_queries_taxonomies":0.003,"Tests\\Feature\\GraphQL\\TaxonomiesTest::it_queries_only_allowed_sub_resources":0.003,"Tests\\Feature\\GraphQL\\TermsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_all_terms":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_only_terms_on_allowed_sub_resources":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_cannot_query_against_non_allowed_sub_resource":0.01,"Tests\\Feature\\GraphQL\\TermsTest::it_paginates_terms":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_terms_from_a_single_taxonomy":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_terms_from_multiple_taxonomies":0.019,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_blueprint_specific_fields":0.014,"Tests\\Feature\\GraphQL\\TermsTest::it_cannot_filter_terms_by_default":0.01,"Tests\\Feature\\GraphQL\\TermsTest::it_can_filter_taxonomy_terms_when_configuration_allows_for_it":0.011,"Tests\\Feature\\GraphQL\\TermsTest::it_can_filter_all_terms_when_configuration_allows_for_it":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_filters_terms_with_equalto_shorthand":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_filters_terms_with_multiple_conditions_of_the_same_type":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_sorts_terms":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_sorts_terms_descending":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_sorts_terms_on_multiple_fields":0.017,"Tests\\Feature\\GraphQL\\UserTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\UserTest::it_queries_a_user_by_id":0.008,"Tests\\Feature\\GraphQL\\UserTest::it_queries_a_user_by_email":0.008,"Tests\\Feature\\GraphQL\\UserTest::it_can_add_custom_fields":0.008,"Tests\\Feature\\GraphQL\\UserTest::it_can_register_custom_types":0.009,"Tests\\Feature\\GraphQL\\UsersTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\UsersTest::it_queries_all_users":0.008,"Tests\\Feature\\GraphQL\\UsersTest::it_paginates_users":0.008,"Tests\\Feature\\GraphQL\\UsersTest::it_queries_blueprint_specific_fields":0.011,"Tests\\Feature\\GraphQL\\UsersTest::it_cannot_filter_users_by_default":0.017,"Tests\\Feature\\GraphQL\\UsersTest::it_can_filter_users_when_configuration_allows_for_it":0.01,"Tests\\Feature\\GraphQL\\UsersTest::it_filters_users_with_equalto_shorthand":0.007,"Tests\\Feature\\GraphQL\\UsersTest::it_filters_users_with_multiple_conditions_of_the_same_type":0.009,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password:is":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password:regex":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password_hash":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password_hash:is":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password_hash:regex":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_sorts_users":0.008,"Tests\\Feature\\GraphQL\\UsersTest::it_sorts_users_descending":0.008,"Tests\\Feature\\GraphQL\\UsersTest::it_sorts_users_on_multiple_fields":0.007,"Tests\\Feature\\Navigation\\CreateNavigationPageTest::it_gets_the_values_for_a_regular_nav_item":0.008,"Tests\\Feature\\Navigation\\CreateNavigationPageTest::it_gets_the_values_for_an_entry_nav_item":0.011,"Tests\\Feature\\Navigation\\CreateNavigationTest::it_shows_the_create_page_if_you_have_permission":0.031,"Tests\\Feature\\Navigation\\CreateNavigationTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Navigation\\DeleteNavigationTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Navigation\\DeleteNavigationTest::it_deletes_the_navigation":0.007,"Tests\\Feature\\Navigation\\EditNavigationPageTest::it_gets_the_values_for_a_regular_nav_item":0.008,"Tests\\Feature\\Navigation\\EditNavigationPageTest::it_gets_the_values_for_a_text_only_nav_item":0.015,"Tests\\Feature\\Navigation\\EditNavigationPageTest::it_gets_the_values_for_an_entry_nav_item":0.011,"Tests\\Feature\\Navigation\\EditNavigationTest::it_shows_the_edit_form_if_user_has_configure_permission":0.032,"Tests\\Feature\\Navigation\\EditNavigationTest::it_denies_access_if_user_doesnt_have_configure_permission":0.006,"Tests\\Feature\\Navigation\\StoreNavigationTest::it_denies_access_if_you_dont_have_permission":0.013,"Tests\\Feature\\Navigation\\StoreNavigationTest::it_stores_a_nav":0.008,"Tests\\Feature\\Navigation\\StoreNavigationTest::title_is_required":0.006,"Tests\\Feature\\Navigation\\StoreNavigationTest::handle_must_be_alpha_dash":0.006,"Tests\\Feature\\Navigation\\UpdateNavigationTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Navigation\\UpdateNavigationTest::it_updates_a_nav":0.01,"Tests\\Feature\\Navigation\\UpdateNavigationTest::it_updates_a_nav_with_multiple_sites":0.013,"Tests\\Feature\\Navigation\\UpdateNavigationTest::title_is_required":0.01,"Tests\\Feature\\Navigation\\UpdateNavigationTreeTest::it_updates_the_tree":0.011,"Tests\\Feature\\Navigation\\UpdateNavigationTreeTest::it_denies_access_if_you_dont_have_permission_to_reorder":0.007,"Tests\\Feature\\Navigation\\UpdateNavigationTreeTest::it_denies_access_if_you_dont_have_site_permission":0.008,"Tests\\Feature\\Navigation\\UpdateNavigationTreeTest::it_updates_a_specific_sites_tree":0.015,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_shows_a_list_of_nav_structures":0.028,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_shows_no_results_when_there_are_no_structures":0.029,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_filters_out_structures_the_user_cannot_access":0.028,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_doesnt_filter_out_structures_if_they_have_permission_to_configure":0.035,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_denies_access_when_there_are_no_permitted_structures":0.007,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::create_structure_button_is_visible_with_permission_to_configure":0.034,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::create_structure_button_is_not_visible_without_permission_to_configure":0.004,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::delete_button_is_visible_with_permission_to_configure":0.03,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::delete_button_is_not_visible_without_permission_to_configure":0.001,"Tests\\Feature\\Revisions\\RevisionsTest::a_revision_can_be_made_from_an_entry":0.002,"Tests\\Feature\\Revisions\\RevisionsTest::a_revision_can_be_made_from_a_dated_entry":0.003,"Tests\\Feature\\Roles\\StoreRoleTest::it_denies_access_without_permission_to_create_roles":0.007,"Tests\\Feature\\Roles\\StoreRoleTest::it_stores_a_role":0.007,"Tests\\Feature\\Roles\\StoreRoleTest::super_users_can_mark_a_role_as_super":0.007,"Tests\\Feature\\Roles\\StoreRoleTest::non_super_users_may_not_mark_a_role_as_super":0.007,"Tests\\Feature\\Roles\\StoreRoleTest::cannot_sneak_a_super_into_permissions_array":0.007,"Tests\\Feature\\Roles\\UpdateRoleTest::it_denies_access_without_permission_to_edit_roles":0.007,"Tests\\Feature\\Roles\\UpdateRoleTest::it_updates_a_role":0.007,"Tests\\Feature\\Roles\\UpdateRoleTest::super_users_can_mark_a_role_as_super":0.013,"Tests\\Feature\\Roles\\UpdateRoleTest::non_super_users_may_not_mark_a_role_as_super":0.007,"Tests\\Feature\\Roles\\UpdateRoleTest::cannot_sneak_a_super_into_permissions_array":0.01,"Tests\\Feature\\Sites\\SelectSiteTest::site_can_be_selected":0.012,"Tests\\Feature\\Sites\\SelectSiteTest::invalid_site_cannot_be_selected":0.007,"Tests\\Feature\\Sites\\SelectSiteTest::site_cannot_be_selected_without_permission":0.014,"Feature\\SlugTest::it_generates_a_slug#single word":0.008,"Feature\\SlugTest::it_generates_a_slug#multiple words":0.007,"Feature\\SlugTest::it_generates_a_slug#apples":0.006,"Feature\\SlugTest::it_generates_a_slug#smart quotes":0.006,"Feature\\SlugTest::it_generates_a_slug#hyphens separated by spaces":0.006,"Feature\\SlugTest::it_generates_a_slug#chinese characters":0.007,"Feature\\SlugTest::it_generates_a_slug#german characters":0.007,"Feature\\SlugTest::it_generates_a_slug#arabic characters":0.007,"Feature\\SlugTest::it_generates_a_slug#alternate separator":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\CreateBlueprintTest::it_shows_the_form":0.029,"Tests\\Feature\\Taxonomies\\Blueprints\\CreateBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\EditBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\EditBlueprintTest::it_provides_the_blueprint":0.031,"Tests\\Feature\\Taxonomies\\Blueprints\\StoreBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\StoreBlueprintTest::blueprint_gets_created":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\StoreBlueprintTest::when_creating_the_first_blueprint_the_default_one_is_also_created":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\StoreBlueprintTest::title_is_required":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::blueprint_gets_saved":0.008,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::title_is_required":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::tabs_are_required":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::tabs_must_be_an_array":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::width_of_100_gets_stripped_out_for_inline_fields_but_left_in_for_reference_fields_with_config_overrides":0.008,"Tests\\Feature\\Taxonomies\\Blueprints\\ViewBlueprintListingTest::it_shows_a_list_of_blueprints":0.036,"Tests\\Feature\\Taxonomies\\Blueprints\\ViewBlueprintListingTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\TermEntriesTest::it_gets_and_counts_entries_for_a_term_across_collections":0.014,"Tests\\Feature\\Taxonomies\\TermEntriesTest::it_gets_and_counts_entries_for_a_term_for_a_single_collection":0.016,"Tests\\Feature\\Taxonomies\\TermEntriesTest::it_gets_and_counts_entries_for_a_localized_term_across_collections":0.023,"Tests\\Feature\\Taxonomies\\TermEntriesTest::it_gets_and_counts_entries_for_a_localized_term_for_a_single_collection":0.025,"Tests\\Feature\\UserGroups\\StoreGroupTest::it_denies_access_without_permission_to_edit_groups":0.007,"Tests\\Feature\\UserGroups\\StoreGroupTest::it_stores_a_group":0.008,"Tests\\Feature\\UserGroups\\StoreGroupTest::it_assigns_roles_with_permission":0.014,"Tests\\Feature\\UserGroups\\StoreGroupTest::it_discards_roles_without_permission":0.008,"Tests\\Feature\\UserGroups\\UpdateGroupTest::it_denies_access_without_permission_to_edit_groups":0.007,"Tests\\Feature\\UserGroups\\UpdateGroupTest::it_updates_a_group":0.008,"Tests\\Feature\\UserGroups\\UpdateGroupTest::it_assigns_roles_with_permission":0.008,"Tests\\Feature\\UserGroups\\UpdateGroupTest::it_discards_roles_without_permission":0.015,"UpdateUserTest::it_saves_a_user":0.01,"UpdateUserTest::super_users_can_promote_others_to_super":0.01,"UpdateUserTest::non_super_users_cannot_promote_others_to_super":0.016,"UpdateUserTest::super_users_can_demote_other_from_super":0.009,"UpdateUserTest::non_super_users_cannot_demote_others_from_super":0.018,"Tests\\Feature\\Users\\UserRegistrationTest::events_dispatched_when_user_registered":0.118,"Tests\\Feature\\Users\\UserRegistrationTest::user_not_saved_when_user_registration_returns_false":0.11,"Tests\\Fields\\ArrayableStringTest::it_gets_the_value_and_extra":0,"Tests\\Fields\\ArrayableStringTest::it_converts_to_a_string":0,"Tests\\Fields\\ArrayableStringTest::it_converts_to_an_array":0,"Tests\\Fields\\ArrayableStringTest::it_converts_to_json":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_a_blueprint":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_a_blueprint_in_a_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_a_blueprint_in_a_custom_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_an_overidden_blueprint_in_a_custom_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_returns_null_if_blueprint_doesnt_exist":0,"Tests\\Fields\\BlueprintRepositoryTest::it_returns_null_if_blueprint_doesnt_exist_in_a_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_fallback_blueprint":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_namespaced_fallback_blueprint":0,"Tests\\Fields\\BlueprintRepositoryTest::getting_a_non_existent_namespaced_blueprint_will_not_return_the_non_namespaced_fallback":0,"Tests\\Fields\\BlueprintRepositoryTest::it_saves_to_disk":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_blueprints_in_a_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_returns_empty_collection_if_directory_doesnt_exist":0,"Tests\\Fields\\BlueprintRepositoryTest::it_sets_the_namespace_when_passed_when_making":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_a_blueprint_using_find_or_fail":0,"Tests\\Fields\\BlueprintRepositoryTest::find_or_fail_throws_exception_when_blueprint_does_not_exist":0.001,"Tests\\Fields\\BlueprintTest::it_gets_the_handle":0,"Tests\\Fields\\BlueprintTest::it_gets_contents":0,"Tests\\Fields\\BlueprintTest::it_gets_the_title":0,"Tests\\Fields\\BlueprintTest::it_gets_the_hidden_property_which_is_false_by_default":0,"Tests\\Fields\\BlueprintTest::the_title_falls_back_to_a_humanized_handle":0,"Tests\\Fields\\BlueprintTest::it_gets_tabs":0,"Tests\\Fields\\BlueprintTest::it_puts_top_level_fields_into_a_main_tab":0,"Tests\\Fields\\BlueprintTest::it_converts_top_level_sections_into_tabs":0,"Tests\\Fields\\BlueprintTest::it_can_check_if_has_field":0.001,"Tests\\Fields\\BlueprintTest::it_gets_fields":0,"Tests\\Fields\\BlueprintTest::it_gets_columns":0.001,"Tests\\Fields\\BlueprintTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.012,"Tests\\Fields\\BlueprintTest::converts_to_array_suitable_for_rendering_prefixed_conditional_fields_in_publish_component":0.007,"Tests\\Fields\\BlueprintTest::it_saves_through_the_repository":0,"Tests\\Fields\\BlueprintTest::it_dispatches_blueprint_created_only_once":0,"Tests\\Fields\\BlueprintTest::it_saves_quietly":0,"Tests\\Fields\\BlueprintTest::if_creating_event_returns_false_the_blueprint_doesnt_save":0,"Tests\\Fields\\BlueprintTest::if_saving_event_returns_false_the_blueprint_doesnt_save":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_exists":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_exists_in_a_specific_tab":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_has_config":0.001,"Tests\\Fields\\BlueprintTest::it_merges_previously_undefined_keys_into_the_config_when_ensuring_a_field_exists_and_it_already_exists":0,"Tests\\Fields\\BlueprintTest::it_merges_previously_undefined_keys_into_the_config_when_ensuring_prepended_a_field_exists_and_it_already_exists":0,"Tests\\Fields\\BlueprintTest::it_merges_previously_undefined_keys_into_the_config_when_ensuring_a_field_exists_and_it_already_exists_in_a_specific_tab":0,"Tests\\Fields\\BlueprintTest::it_merges_config_overrides_for_previously_undefined_keys_when_ensuring_a_field_and_it_already_exists_as_a_reference":0,"Tests\\Fields\\BlueprintTest::it_merges_undefined_config_overrides_when_ensuring_a_field_that_already_exists_inside_an_imported_fieldset":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_exists_if_it_doesnt_and_prepends_it":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_exists_in_a_given_tab_if_it_doesnt_exist_at_all":0,"Tests\\Fields\\BlueprintTest::it_removes_a_field":0,"Tests\\Fields\\BlueprintTest::it_removes_a_field_from_a_specific_tab":0,"Tests\\Fields\\BlueprintTest::it_removes_a_specific_tab":0,"Tests\\Fields\\BlueprintTest::it_validates_unique_handles":0.001,"Tests\\Fields\\BlueprintTest::it_validates_unique_handles_between_blueprint_and_imported_fieldset":0,"Tests\\Fields\\BlueprintTest::it_can_import_the_same_fieldset_twice_with_different_prefixes":0.001,"Tests\\Fields\\BlueprintTest::it_gets_the_handle_when_casting_to_a_string":0,"Tests\\Fields\\BlueprintTest::it_augments":0,"Tests\\Fields\\BlueprintTest::it_augments_in_the_parser":0.001,"Tests\\Fields\\BlueprintTest::it_is_arrayable":0,"Tests\\Fields\\BlueprintTest::it_resolves_itself_to_a_queryable_value":0,"Tests\\Fields\\BlueprintTest::it_fires_a_deleting_event":0,"Tests\\Fields\\BlueprintTest::it_does_not_delete_when_a_deleting_event_returns_false":0,"Tests\\Fields\\BlueprintTest::it_deletes_quietly":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#just class":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#single quoted string":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#double quoted string":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#multiple arguments":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#quote in a single quoted string":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#double quote in a double quoted string":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#only named arguments":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#only named arguments with no spaces":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#some named arguments":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#non-named argument with colon":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#named argument with colon":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#null argument":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#true boolean argument":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#false boolean argument":0,"Tests\\Fields\\ConfigFieldsTest::it_preprocesses_each_fields_values_by_its_fieldtype":0,"Tests\\Fields\\FieldRepositoryTest::it_gets_a_field_within_a_fieldset":0,"Tests\\Fields\\FieldRepositoryTest::unknown_field_in_valid_fieldset_returns_null":0,"Tests\\Fields\\FieldRepositoryTest::it_returns_null_if_fieldset_doesnt_exist":0,"Tests\\Fields\\FieldRepositoryTest::it_returns_null_if_fieldset_and_field_are_not_both_provided":0,"Tests\\Fields\\FieldTest::it_gets_the_display_value":0,"Tests\\Fields\\FieldTest::it_gets_instructions":0,"Tests\\Fields\\FieldTest::it_determines_if_localizable":0,"Tests\\Fields\\FieldTest::it_gets_the_fieldtype":0,"Tests\\Fields\\FieldTest::it_gets_validation_rules_from_field":0,"Tests\\Fields\\FieldTest::it_gets_validation_rules_from_fieldtype":0,"Tests\\Fields\\FieldTest::it_merges_validation_rules_from_field_with_fieldtype":0,"Tests\\Fields\\FieldTest::it_merges_extra_fieldtype_rules":0,"Tests\\Fields\\FieldTest::it_checks_if_a_field_is_required_when_defined_in_field":0,"Tests\\Fields\\FieldTest::it_checks_if_a_field_is_required_when_defined_in_fieldtype":0,"Tests\\Fields\\FieldTest::it_checks_if_a_field_is_required_when_defined_as_its_own_field_property":0,"Tests\\Fields\\FieldTest::it_adds_nullable_rule_when_not_required":0,"Tests\\Fields\\FieldTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.001,"Tests\\Fields\\FieldTest::it_gets_the_value":0,"Tests\\Fields\\FieldTest::it_processes_the_value_through_its_fieldtype":0,"Tests\\Fields\\FieldTest::it_preprocesses_the_value_through_its_fieldtype":0,"Tests\\Fields\\FieldTest::it_preprocesses_the_value_through_its_fieldtype_for_the_index":0,"Tests\\Fields\\FieldTest::preprocessing_a_field_with_no_value_will_take_the_default_from_the_field":0,"Tests\\Fields\\FieldTest::preprocessing_a_field_with_no_value_and_no_field_defined_default_value_will_take_the_default_from_the_fieldtype":0,"Tests\\Fields\\FieldTest::converting_to_an_array_will_inline_the_handle":0,"Tests\\Fields\\FieldTest::it_gets_and_sets_the_config":0,"Tests\\Fields\\FieldTest::it_makes_a_new_instance":0,"Tests\\Fields\\FieldTest::it_augments_the_value_through_its_fieldtype":0,"Tests\\Fields\\FieldTest::it_gets_the_graphql_type":0,"Tests\\Fields\\FieldTest::it_makes_the_graphql_type_non_nullable_if_its_required":0,"Tests\\Fields\\FieldTest::it_gets_the_path_of_handles_for_nested_fields":0,"Tests\\Fields\\FieldTest::it_checks_if_its_a_relationship_through_the_fieldtype":0,"Tests\\Fields\\FieldTest::it_gets_and_sets_the_form":0,"Tests\\Fields\\FieldTransformerTest::it_defaults_to_width_100":0.001,"Tests\\Fields\\FieldTransformerTest::it_defaults_to_localizable_false":0,"Tests\\Fields\\FieldTransformerTest::it_normalizes_required_validation":0.001,"Tests\\Fields\\FieldTransformerTest::it_removes_redundant_config_options":0.001,"Tests\\Fields\\FieldTransformerTest::it_removes_full_width_from_field_config":0.001,"Tests\\Fields\\FieldTransformerTest::it_removes_localizable_false_from_field_config":0.001,"Tests\\Fields\\FieldTransformerTest::it_removes_duplicate_from_field_config":0.001,"Tests\\Fields\\FieldTransformerTest::sets_and_fields_are_always_at_the_end_of_field_configs":0.001,"Tests\\Fields\\FieldTransformerTest::blank_instructions_and_icon_are_removed_from_set_groups":0.001,"Tests\\Fields\\FieldsTest::it_converts_to_a_collection":0,"Tests\\Fields\\FieldsTest::it_gets_a_field_in_a_fieldset_when_given_a_reference":0,"Tests\\Fields\\FieldsTest::it_can_override_the_config_in_a_referenced_field":0,"Tests\\Fields\\FieldsTest::it_throws_an_exception_when_an_invalid_field_reference_is_encountered":0,"Tests\\Fields\\FieldsTest::it_imports_the_fields_from_an_entire_fieldset_inline":0,"Tests\\Fields\\FieldsTest::it_prefixes_the_handles_of_imported_fieldsets":0,"Tests\\Fields\\FieldsTest::it_prefixes_the_handles_of_nested_imported_fieldsets":0,"Tests\\Fields\\FieldsTest::it_throws_exception_when_trying_to_import_a_non_existent_fieldset":0,"Tests\\Fields\\FieldsTest::it_can_override_the_config_for_fields_in_an_imported_fieldset":0,"Tests\\Fields\\FieldsTest::it_checks_if_a_given_field_exists":0,"Tests\\Fields\\FieldsTest::it_gets_a_given_field":0,"Tests\\Fields\\FieldsTest::it_gets_all_fields_except":0,"Tests\\Fields\\FieldsTest::it_gets_only_specific_fields":0,"Tests\\Fields\\FieldsTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.009,"Tests\\Fields\\FieldsTest::converts_to_array_suitable_for_rendering_prefixed_conditional_fields_in_publish_component":0.002,"Tests\\Fields\\FieldsTest::it_adds_values_to_fields":0,"Tests\\Fields\\FieldsTest::preprocessing_validatables_removes_unfilled_values":0.001,"Tests\\Fields\\FieldsTest::it_processes_each_fields_values_by_its_fieldtype":0,"Tests\\Fields\\FieldsTest::it_doesnt_return_computed_field_values":0.001,"Tests\\Fields\\FieldsTest::it_does_return_computed_field_values_when_pre_processed":0,"Tests\\Fields\\FieldsTest::it_preprocesses_each_fields_values_by_its_fieldtype":0,"Tests\\Fields\\FieldsTest::it_augments_each_fields_values_by_its_fieldtype":0,"Tests\\Fields\\FieldsTest::it_gets_meta_data_from_all_fields":0,"Tests\\Fields\\FieldsTest::it_filters_down_to_localizable_fields":0,"Tests\\Fields\\FieldsTest::it_gets_a_validator":0.001,"Tests\\Fields\\FieldsTest::it_validates_immediately":0,"Tests\\Fields\\FieldsTest::it_validates_immediately_with_extra_rules":0,"Tests\\Fields\\FieldsTest::it_validates_properly_against_filled_fields_with_sometimes_rule":0.002,"Tests\\Fields\\FieldsTest::it_gets_the_fields_as_graphql_types":0.001,"Tests\\Fields\\FieldsTest::it_sets_the_parent_on_all_fields":0,"Tests\\Fields\\FieldsTest::it_sets_the_parentfield_on_all_fields":0,"Tests\\Fields\\FieldsTest::it_sets_the_parentindex_on_all_fields":0,"Tests\\Fields\\FieldsTest::it_sets_the_parentfield_and_parentindex_on_imported_fields":0,"Tests\\Fields\\FieldsTest::it_sets_the_parentfield_and_parentindex_on_referenced_fields":0,"Tests\\Fields\\FieldsTest::it_does_not_allow_recursive_imports":0,"Tests\\Fields\\FieldsTest::import_recursion_check_should_reset_across_instances":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_a_fieldset":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_a_fieldset_in_a_subdirectory":0,"Tests\\Fields\\FieldsetRepositoryTest::it_returns_null_if_fieldset_doesnt_exist":0,"Tests\\Fields\\FieldsetRepositoryTest::it_checks_if_a_fieldset_exists":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_all_fieldsets":0.001,"Tests\\Fields\\FieldsetRepositoryTest::it_returns_empty_collection_if_fieldset_directory_doesnt_exist":0,"Tests\\Fields\\FieldsetRepositoryTest::it_saves_to_disk#standard":0,"Tests\\Fields\\FieldsetRepositoryTest::it_saves_to_disk#standard subdir":0,"Tests\\Fields\\FieldsetRepositoryTest::it_saves_to_disk#namespace":0,"Tests\\Fields\\FieldsetRepositoryTest::it_saves_to_disk#namespace, subdir":0,"Tests\\Fields\\FieldsetRepositoryTest::it_deletes_a_fieldset":0,"Tests\\Fields\\FieldsetRepositoryTest::it_doesnt_delete_namespaced_fieldsets":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_a_namespaced_fieldset":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_an_overridden_namespaced_fieldset":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_a_blueprint_using_find_or_fail":0,"Tests\\Fields\\FieldsetRepositoryTest::find_or_fail_throws_exception_when_blueprint_does_not_exist":0,"Tests\\Fields\\FieldsetTest::it_gets_the_handle":0,"Tests\\Fields\\FieldsetTest::it_gets_contents":0.001,"Tests\\Fields\\FieldsetTest::it_gets_the_title#title":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#no title":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#no title in subdirectory":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#namespaced with title":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#namespaced with no title":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#namespaced with no title in subdirectory":0,"Tests\\Fields\\FieldsetTest::it_gets_fields":0,"Tests\\Fields\\FieldsetTest::it_gets_fields_using_legacy_syntax":0.001,"Tests\\Fields\\FieldsetTest::gets_a_single_field":0.001,"Tests\\Fields\\FieldsetTest::gets_blueprints_importing_fieldset":0.004,"Tests\\Fields\\FieldsetTest::gets_blueprints_importing_fieldset_inside_grid":0.003,"Tests\\Fields\\FieldsetTest::gets_blueprints_importing_fieldset_inside_replicator":0.003,"Tests\\Fields\\FieldsetTest::gets_blueprints_importing_single_field_from_fieldset":0.003,"Tests\\Fields\\FieldsetTest::gets_fieldsets_importing_fieldset":0.002,"Tests\\Fields\\FieldsetTest::gets_fieldsets_importing_fieldset_inside_grid":0.002,"Tests\\Fields\\FieldsetTest::gets_fieldsets_importing_fieldset_inside_replicator":0.002,"Tests\\Fields\\FieldsetTest::gets_fieldsets_importing_single_field_from_fieldset":0.002,"Tests\\Fields\\FieldsetTest::it_saves_through_the_repository":0.001,"Tests\\Fields\\FieldsetTest::it_dispatches_fieldset_created_only_once":0.001,"Tests\\Fields\\FieldsetTest::it_saves_quietly":0.001,"Tests\\Fields\\FieldsetTest::if_creating_event_returns_false_the_fieldset_doesnt_save":0.001,"Tests\\Fields\\FieldsetTest::if_saving_event_returns_false_the_fieldset_doesnt_save":0.001,"Tests\\Fields\\FieldsetTest::it_fires_a_deleting_event":0.001,"Tests\\Fields\\FieldsetTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Fields\\FieldsetTest::it_deletes_quietly":0.001,"Tests\\Fields\\FieldtypeRepositoryTest::it_gets_a_fieldtype":0,"Tests\\Fields\\FieldtypeRepositoryTest::it_caches_and_clones_existing_instances":0,"Tests\\Fields\\FieldtypeRepositoryTest::it_throw_exception_when_finding_invalid_fieldtype":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_field":0,"Tests\\Fields\\FieldtypeTest::the_handle_is_snake_cased_from_the_class_by_default":0,"Tests\\Fields\\FieldtypeTest::handle_can_be_defined_as_a_property":0,"Tests\\Fields\\FieldtypeTest::title_is_the_humanized_handle_by_default":0,"Tests\\Fields\\FieldtypeTest::title_can_be_defined_as_a_property":0,"Tests\\Fields\\FieldtypeTest::localization_can_be_disabled":0,"Tests\\Fields\\FieldtypeTest::validation_can_be_disabled":0,"Tests\\Fields\\FieldtypeTest::default_values_can_be_disabled":0,"Tests\\Fields\\FieldtypeTest::it_can_be_flagged_as_hidden_from_the_fieldtype_selector":0,"Tests\\Fields\\FieldtypeTest::it_can_be_flagged_as_a_relationship_fieldtype":0,"Tests\\Fields\\FieldtypeTest::converts_to_an_array":0,"Tests\\Fields\\FieldtypeTest::config_uses_publish_array_when_converting_to_array":0.001,"Tests\\Fields\\FieldtypeTest::it_gets_custom_validation_rules_as_an_array":0,"Tests\\Fields\\FieldtypeTest::it_gets_extra_custom_validation_rules_as_an_array":0,"Tests\\Fields\\FieldtypeTest::it_can_have_a_default_value":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_config_fields":0,"Tests\\Fields\\FieldtypeTest::it_can_append_a_single_config_field":0,"Tests\\Fields\\FieldtypeTest::it_can_append_multiple_config_fields":0,"Tests\\Fields\\FieldtypeTest::it_wont_override_previously_appended_config_fields":0,"Tests\\Fields\\FieldtypeTest::it_will_only_append_config_fields_to_the_intended_fieldtype":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_config_blueprint#linear fields results in one section":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_config_blueprint#single section":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_config_blueprint#multiple sections":0,"Tests\\Fields\\FieldtypeTest::it_can_have_an_icon":0,"Tests\\Fields\\FieldtypeTest::no_processing_happens_by_default":0,"Tests\\Fields\\FieldtypeTest::no_pre_processing_happens_by_default":0,"Tests\\Fields\\FieldtypeTest::no_pre_processing_happens_by_default_for_the_index":0,"Tests\\Fields\\FieldtypeTest::it_gets_a_config_value":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_graphql_type_of_string_by_default":0,"Tests\\Fields\\FieldtypeTest::it_can_make_a_fieldtype_selectable_in_forms":0,"Tests\\Fields\\LabeledValueTest::it_gets_the_label_and_value":0,"Tests\\Fields\\LabeledValueTest::it_converts_to_a_string":0,"Tests\\Fields\\LabeledValueTest::it_converts_to_an_array":0,"Tests\\Fields\\LabeledValueTest::it_converts_to_json":0,"Tests\\Fields\\SectionTest::it_gets_the_display":0,"Tests\\Fields\\SectionTest::it_gets_the_instructions":0,"Tests\\Fields\\SectionTest::it_gets_contents":0,"Tests\\Fields\\SectionTest::it_gets_fields":0,"Tests\\Fields\\SectionTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.002,"Tests\\Fields\\TabTest::it_gets_the_handle":0,"Tests\\Fields\\TabTest::it_gets_contents":0,"Tests\\Fields\\TabTest::it_gets_the_display_text":0,"Tests\\Fields\\TabTest::the_display_text_falls_back_to_a_humanized_handle":0,"Tests\\Fields\\TabTest::it_gets_fields":0,"Tests\\Fields\\TabTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.002,"Tests\\Fields\\ValidatorTest::it_explodes_pipe_style_rules_into_arrays":0,"Tests\\Fields\\ValidatorTest::it_merges_rules":0,"Tests\\Fields\\ValidatorTest::it_compiles_field_rules":0.001,"Tests\\Fields\\ValidatorTest::it_adds_additional_rules":0,"Tests\\Fields\\ValidatorTest::it_merges_additional_rules_into_field_rules":0,"Tests\\Fields\\ValidatorTest::it_compiles_field_attributes":0,"Tests\\Fields\\ValidatorTest::it_makes_string_based_replacements":0,"Tests\\Fields\\ValidatorTest::it_makes_class_based_replacements":0,"Tests\\Fields\\ValidatorTest::it_does_not_make_replacements_in_regex_rules":0,"Tests\\Fields\\ValidatorTest::it_replaces_this_in_sets":0.007,"Tests\\Fields\\ValidatorTest::it_discards_this_at_top_level":0.001,"Tests\\Fields\\ValueTest::it_gets_whether_its_a_relationship_through_the_fieldtype#relationship":0,"Tests\\Fields\\ValueTest::it_gets_whether_its_a_relationship_through_the_fieldtype#not a relationship":0,"Tests\\Fields\\ValueTest::it_gets_whether_its_a_relationship_through_the_fieldtype#no fieldtype":0,"Tests\\Fields\\ValueTest::it_augments_through_the_fieldtype":0,"Tests\\Fields\\ValueTest::it_shallow_augments_through_the_fieldtype":0,"Tests\\Fields\\ValueTest::it_converts_to_string_using_the_augmented_value":0,"Tests\\Fields\\ValueTest::it_converts_to_json_using_the_augmented_value":0,"Tests\\Fields\\ValueTest::it_converts_to_json_and_augments_child_values":0,"Tests\\Fields\\ValueTest::it_uses_the_default_value":0,"Tests\\Fields\\ValueTest::it_does_not_use_the_default_when_returning_falsey_values":0,"Tests\\Fields\\ValueTest::falsey_values_can_be_used_as_the_default":0,"Tests\\Fields\\ValuesTest::array_is_converted_to_a_collection":0,"Tests\\Fields\\ValuesTest::collection_is_not_converted":0,"Tests\\Fields\\ValuesTest::it_can_get_itself_as_an_array":0.001,"Tests\\Fields\\ValuesTest::its_arrayable":0.003,"Tests\\Fields\\ValuesTest::array_access":0,"Tests\\Fields\\ValuesTest::setting_by_array_access_is_not_supported":0,"Tests\\Fields\\ValuesTest::unsetting_by_array_access_is_not_supported":0,"Tests\\Fields\\ValuesTest::property_access":0,"Tests\\Fields\\ValuesTest::setting_by_property_access_is_not_supported":0,"Tests\\Fields\\ValuesTest::raw_values":0,"Tests\\Fields\\ValuesTest::it_gets_a_query#statamic":0,"Tests\\Fields\\ValuesTest::it_gets_a_query#database":0,"Tests\\Fields\\ValuesTest::it_gets_a_query#eloquent":0,"Tests\\Fields\\ValuesTest::it_throws_exception_if_trying_to_get_query_for_field_that_isnt_a_query":0,"Tests\\Fields\\ValuesTest::it_throws_exception_if_trying_to_get_query_for_missing_field":0.001,"Tests\\Fields\\ValuesTest::completes_a_query#statamic":0.005,"Tests\\Fields\\ValuesTest::completes_a_query#database":0.005,"Tests\\Fields\\ValuesTest::completes_a_query#eloquent":0.004,"Tests\\Fields\\ValuesTest::its_iterable":0,"Tests\\Fields\\ValuesTest::its_json_serializable":0,"Tests\\Fieldtypes\\AssetsTest::it_augments_to_a_query_builder":0.003,"Tests\\Fieldtypes\\AssetsTest::it_augments_to_a_query_builder_when_theres_no_value":0.002,"Tests\\Fieldtypes\\AssetsTest::it_augments_to_a_single_asset_when_max_files_is_one":0.002,"Tests\\Fieldtypes\\AssetsTest::it_shallow_augments_to_a_collection_of_assets":0.005,"Tests\\Fieldtypes\\AssetsTest::it_shallow_augments_to_a_single_asset_when_max_files_is_one":0.003,"Tests\\Fieldtypes\\AssetsTest::it_replaces_dimensions_rule":0.001,"Tests\\Fieldtypes\\AssetsTest::it_replaces_image_rule":0.002,"Tests\\Fieldtypes\\AssetsTest::it_replaces_mimes_rule":0.002,"Tests\\Fieldtypes\\AssetsTest::it_replaces_mimestypes_rule":0.003,"Tests\\Fieldtypes\\AssetsTest::it_replaces_min_filesize_rule":0.002,"Tests\\Fieldtypes\\AssetsTest::it_replaces_max_filesize_rule":0.002,"Tests\\Fieldtypes\\AssetsTest::it_doesnt_replace_non_image_related_rule":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, single item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, multiple item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, empty array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, null":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, string":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, single item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, multiple item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, empty array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, null":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, string":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, single item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, multiple item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, empty array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, null":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, string":0.001,"Tests\\Fieldtypes\\BardTest::it_augments_prosemirror_structure_to_a_template_friendly_array":0.009,"Tests\\Fieldtypes\\BardTest::it_augments_ids_and_sets_id_correctly_with_a_custom_id_handle":0.002,"Tests\\Fieldtypes\\BardTest::it_doesnt_augment_when_saved_as_html":0.002,"Tests\\Fieldtypes\\BardTest::it_augments_tiptap_v1_snake_case_types_to_v2_camel_case_types":0.002,"Tests\\Fieldtypes\\BardTest::it_augments_to_html_when_there_are_no_sets":0.002,"Tests\\Fieldtypes\\BardTest::augmenting_an_empty_value_when_not_using_sets_returns_null":0.002,"Tests\\Fieldtypes\\BardTest::augmenting_an_empty_value_when_using_sets_returns_an_empty_array":0.002,"Tests\\Fieldtypes\\BardTest::augmenting_an_empty_value_when_saving_as_html_returns_null":0.002,"Tests\\Fieldtypes\\BardTest::it_removes_disabled_sets":0.002,"Tests\\Fieldtypes\\BardTest::it_converts_plain_html_into_prosemirror_structure":0.01,"Tests\\Fieldtypes\\BardTest::it_detects_v2_formatted_content":0.002,"Tests\\Fieldtypes\\BardTest::it_transforms_v2_formatted_content_into_prosemirror_structure":0.003,"Tests\\Fieldtypes\\BardTest::it_transforms_v2_formatted_content_with_only_sets_into_prosemirror_structure":0.002,"Tests\\Fieldtypes\\BardTest::it_saves_an_empty_field_as_null":0,"Tests\\Fieldtypes\\BardTest::it_removes_empty_nodes":0.002,"Tests\\Fieldtypes\\BardTest::it_preloads#grouped sets (new)":0.003,"Tests\\Fieldtypes\\BardTest::it_preloads#ungrouped sets (old)":0.003,"Tests\\Fieldtypes\\BardTest::it_gets_link_data":0.008,"Tests\\Fieldtypes\\BardTest::it_doesnt_convert_statamic_asset_urls_when_saving_as_html":0.002,"Tests\\Fieldtypes\\BardTest::it_augments_statamic_asset_urls_when_stored_as_html":0.005,"Tests\\Fieldtypes\\BardTest::it_converts_a_queryable_value":0,"Tests\\Fieldtypes\\BardTest::it_augments_inline_value#true":0.002,"Tests\\Fieldtypes\\BardTest::it_augments_inline_value#break":0.002,"Tests\\Fieldtypes\\BardTest::it_processes_inline_value":0.002,"Tests\\Fieldtypes\\BardTest::it_preprocesses_inline_value":0.002,"Tests\\Fieldtypes\\BardTest::it_preprocesses_inline_value_to_block_value":0.002,"Tests\\Fieldtypes\\BardTest::it_preprocesses_block_value_to_inline_value":0.009,"Tests\\Fieldtypes\\BardTest::it_converts_tiptap_v1_snake_case_types_to_v2_camel_case_types":0.002,"Tests\\Fieldtypes\\BardTest::it_generates_field_path_prefix#grouped sets (new)":0.002,"Tests\\Fieldtypes\\BardTest::it_generates_field_path_prefix#ungrouped sets (old)":0.002,"Tests\\Fieldtypes\\BardTest::it_filters_away_bad_nodes":0.002,"Tests\\Fieldtypes\\BardTest::it_calls_hooks":0.009,"Tests\\Fieldtypes\\ButtonGroupTest::throws_a_validation_error_when_key_is_missing_from_option":0.002,"Tests\\Fieldtypes\\ButtonGroupTest::does_not_throw_a_validation_error_when_all_options_have_keys":0.009,"Tests\\Fieldtypes\\ButtonGroupTest::it_casts_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_doesnt_cast_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_options_with_keys":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_options_with_numeric_keys":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_options_without_keys":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_a_null_value":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_boolean_casting":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_no_options#null":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_casts_multiple_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_doesnt_cast_multiple_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_to_empty_array_when_null_and_configured_for_multiple":0,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_numeric_keys":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_floats_for_keys":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_boolean_casting":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_no_options#null":0.001,"Tests\\Fieldtypes\\CodeTest::it_processes_values#selectable":0.001,"Tests\\Fieldtypes\\CodeTest::it_processes_values#non selectable":0.001,"Tests\\Fieldtypes\\CodeTest::it_preprocesses_values#string":0.001,"Tests\\Fieldtypes\\CodeTest::it_preprocesses_values#array":0,"Tests\\Fieldtypes\\CodeTest::it_preprocesses_values#null":0.001,"Tests\\Fieldtypes\\CodeTest::it_doesnt_do_any_preprocessing_for_config":0,"Tests\\Fieldtypes\\DateTest::it_augments#date":0.001,"Tests\\Fieldtypes\\DateTest::it_augments#date with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_augments#date with time":0.001,"Tests\\Fieldtypes\\DateTest::it_augments#date with time but seconds disabled":0.001,"Tests\\Fieldtypes\\DateTest::it_augments#date with time and seconds":0.001,"Tests\\Fieldtypes\\DateTest::it_augments_null":0,"Tests\\Fieldtypes\\DateTest::it_augments_a_carbon_instance":0,"Tests\\Fieldtypes\\DateTest::it_augments_a_range":0.001,"Tests\\Fieldtypes\\DateTest::it_augments_a_null_range":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#null":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#object with nulls":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#object with missing time":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with missing time":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with time":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with time and custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#null range":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#range with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#range with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#range with format containing time has end date at end of day":0.001,"Tests\\Fieldtypes\\DateTest::it_saves_date_as_integer_if_format_results_in_a_number":0.001,"Tests\\Fieldtypes\\DateTest::it_saves_ranges_as_integers_if_format_results_in_a_number":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#null":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#now":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#now, with time enabled":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date with time":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date with time and custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#null range":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#null range when required with boolean":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#null range when required with validation":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#range with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#range with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#range where single date has been provided":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#range where single date has been provided with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date where range has been provided":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date where range has been provided with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#null":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date with custom format":0.008,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date with time":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date with time and custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#null range":0,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range where single date has been provided":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range where single date has been provided with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date where range has been provided":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date where range has been provided with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range where time has been enabled":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_when_time_is_disabled":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_when_time_is_enabled":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_for_ranges":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_when_time_is_disabled_with_custom_format":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_when_time_is_enabled_with_custom_format":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_for_ranges_with_custom_format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#null":0.008,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#null date when not required":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#valid date":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#valid date and time":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#valid date and time with seconds":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#null time":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#carbon instance":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#null":0,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#valid date range":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#null date in range mode":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#both dates null":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#carbon instances":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#valid date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#not an array":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#missing date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null date when not required":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null required date via bool":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null required date via validate":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid date format":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#valid date range":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null date in range mode":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null date in range mode required via bool":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null date in range mode required via validate":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#missing start date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#missing end date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null start date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null end date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#both dates null":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#both dates null, required via bool":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#both dates null, required via validate":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid start date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid end date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid start date format":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid end date format":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#valid date and time":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#missing time":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null time":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null required time via bool":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null required time via validate":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid time format":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#12 hour time":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid hour":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid minute":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid second":0.001,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#published (default, no where clause)":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#status published (explicit where status clause)":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#status draft":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#status scheduled":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#status expired":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#any status":0.002,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#published true":0.002,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#published false":0.002,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder_when_theres_no_value":0.002,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_single_asset_when_max_items_is_one":0.002,"Tests\\Fieldtypes\\EntriesTest::it_returns_collection_when_preprocessing_index_and_max_items_is_1":0.002,"Tests\\Fieldtypes\\EntriesTest::it_returns_empty_collection_when_preprocessing_index_and_max_items_is_1_and_the_value_is_null":0.002,"Tests\\Fieldtypes\\EntriesTest::it_includes_drafts_when_pre_processing_for_index":0.003,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_augmented_items_to_the_parent_entrys_locale":0.01,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_augmented_item_to_the_parent_entrys_locale_when_max_items_is_one":0.008,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_augmented_items_to_the_current_sites_locale_when_parent_is_not_localizable":0.009,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_augmented_item_to_the_current_sites_locale_when_parent_is_not_localizable_when_max_items_is_one":0.004,"Tests\\Fieldtypes\\EntriesTest::it_shallow_augments_to_a_collection_of_entries":0.003,"Tests\\Fieldtypes\\EntriesTest::it_shallow_augments_to_a_single_entry_when_max_items_is_one":0.003,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_shallow_augmented_items_to_the_parent_entrys_locale":0.01,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_shallow_augmented_item_to_the_parent_entrys_locale_when_max_items_is_one":0.008,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_shallow_augmented_items_to_the_current_sites_locale_when_parent_is_not_localizable":0.006,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_shallow_augmented_item_to_the_current_sites_locale_when_parent_is_not_localizable_when_max_items_is_one":0.005,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, single item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, multiple item array":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, empty array":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, null":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, string":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, single item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, multiple item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, empty array":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, null":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, string":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, single item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, multiple item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, empty array":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, null":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, string":0.002,"Tests\\Fieldtypes\\GridTest::it_preprocesses_the_values":0.001,"Tests\\Fieldtypes\\GridTest::it_preprocesses_the_values_recursively":0.001,"Tests\\Fieldtypes\\GridTest::it_processes_the_values":0.001,"Tests\\Fieldtypes\\GridTest::it_processes_the_values_recursively_if_ids_inside_sets_are_allowed":0.001,"Tests\\Fieldtypes\\GridTest::it_processes_the_values_recursively":0.001,"Tests\\Fieldtypes\\GridTest::it_preloads_preprocessed_default_values":0.001,"Tests\\Fieldtypes\\GridTest::it_augments":0.001,"Tests\\Fieldtypes\\GridTest::it_augments_with_custom_row_id_handle":0.001,"Tests\\Fieldtypes\\GridTest::it_converts_a_queryable_value":0,"Tests\\Fieldtypes\\GridTest::it_generates_field_path_prefix":0.001,"Tests\\Fieldtypes\\IconTest::it_finds_default_icons":0.001,"Tests\\Fieldtypes\\IconTest::it_accepts_svg_strings":0.001,"Tests\\Fieldtypes\\LinkTest::it_augments_string_to_string":0,"Tests\\Fieldtypes\\LinkTest::it_augments_reference_to_object":0,"Tests\\Fieldtypes\\LinkTest::it_augments_invalid_object_to_null":0,"Tests\\Fieldtypes\\LinkTest::it_augments_null_to_null":0,"Tests\\Fieldtypes\\MarkdownTest::it_augments_to_html":0.002,"Tests\\Fieldtypes\\MarkdownTest::it_returns_null_on_null_value":0,"Tests\\Fieldtypes\\MarkdownTest::it_augments_with_smartypants":0.005,"Tests\\Fieldtypes\\MarkdownTest::it_converts_to_smartypants_after_html":0.002,"Tests\\Fieldtypes\\MarkdownTest::it_can_add_links_automatically_when_augmenting":0.01,"Tests\\Fieldtypes\\MarkdownTest::it_can_escape_markup_when_augmenting":0.003,"Tests\\Fieldtypes\\MarkdownTest::it_can_automatically_add_line_breaks_when_augmenting":0.002,"Tests\\Fieldtypes\\MarkdownTest::it_converts_statamic_asset_urls":0.006,"Tests\\Fieldtypes\\NestedFieldsTest::it_preprocesses_each_value_when_used_for_config":0.001,"Tests\\Fieldtypes\\NestedFieldsTest::it_preprocesses_from_blueprint_format_to_vue":0,"Tests\\Fieldtypes\\NestedFieldsTest::it_processes_from_vue_to_blueprint_format":0.001,"Tests\\Fieldtypes\\RadioTest::it_casts_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\RadioTest::it_doesnt_cast_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_options_with_keys":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_options_with_numeric_keys":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_options_without_keys":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_a_null_value":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_boolean_casting":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_no_options#null":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_with_empty_value#grouped sets (new)":0,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_with_empty_value#ungrouped sets (old)":0,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_the_values#grouped sets (new)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_the_values#ungrouped sets (old)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_the_values_recursively#grouped sets (new)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_the_values_recursively#ungrouped sets (old)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_processes_the_values":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_processes_the_values_recursively":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_processes_the_values_recursively_with_a_custom_id":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preloads#grouped sets (new)":0.002,"Tests\\Fieldtypes\\ReplicatorTest::it_preloads#ungrouped sets (old)":0.002,"Tests\\Fieldtypes\\ReplicatorTest::it_augments":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_augments_with_custom_row_id_handle":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_converts_a_queryable_value":0,"Tests\\Fieldtypes\\ReplicatorTest::it_generates_field_path_prefix#grouped sets (new)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_generates_field_path_prefix#ungrouped sets (old)":0.001,"Tests\\Fieldtypes\\SelectTest::throws_a_validation_error_when_key_is_missing_from_option":0.002,"Tests\\Fieldtypes\\SelectTest::does_not_throw_a_validation_error_when_all_options_have_keys":0.002,"Tests\\Fieldtypes\\SelectTest::it_casts_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\SelectTest::it_doesnt_cast_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\SelectTest::it_casts_multiple_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\SelectTest::it_doesnt_cast_multiple_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_options_with_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_options_with_numeric_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_options_without_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_a_null_value":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_boolean_casting":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_no_options#null":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_empty_array_when_null_and_configured_for_multiple":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_numeric_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_floats_for_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_boolean_casting":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_no_options#null":0.001,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_with_groups":0,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_without_groups":0,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_with_empty_value":0,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_for_config_with_groups":0.002,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_for_config_without_groups":0.001,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_for_config_with_empty_value":0,"Tests\\Fieldtypes\\SetsTest::it_processes":0.001,"Tests\\Fieldtypes\\SetsTest::it_provides_statamic_plump_icons_to_script_by_default":0,"Tests\\Fieldtypes\\SetsTest::it_can_provide_custom_user_icons_subfolder":0,"Tests\\Fieldtypes\\SetsTest::it_can_provide_custom_user_icons_directory":0,"Tests\\Fieldtypes\\SetsTest::it_can_provide_custom_user_icons_directory_and_sub_folder":0,"Tests\\Fieldtypes\\TemplatesTest::it_returns_a_list_of_templates":0.011,"Tests\\Fieldtypes\\TermsTest::it_augments_slugs_to_a_query_builder_when_using_a_single_taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_augments_ids_to_a_query_builder_when_using_multiple_taxonomies":0.004,"Tests\\Fieldtypes\\TermsTest::it_throws_an_exception_when_augmenting_a_slug_when_using_multiple_taxonomies":0.004,"Tests\\Fieldtypes\\TermsTest::it_augments_to_a_single_term_when_max_items_is_one":0.004,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_augmented_items_to_the_parent_entrys_locale":0.005,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_augmented_item_to_the_parent_entrys_locale_when_max_items_is_one":0.004,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_augmented_items_to_the_current_sites_locale_when_parent_is_not_localizable":0.003,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_augmented_item_to_the_current_sites_locale_when_parent_is_not_localizable_when_max_items_is_one":0.002,"Tests\\Fieldtypes\\TermsTest::it_shallow_augments_slugs_to_a_collection_of_terms_when_using_a_single_taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_shallow_augments_to_a_single_term_when_max_items_is_one":0.012,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_shallow_augmented_items_to_the_parent_entrys_locale":0.005,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_shallow_augmented_item_to_the_parent_entrys_locale_when_max_items_is_one":0.005,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_shallow_augmented_items_to_the_current_sites_locale_when_parent_is_not_localizable":0.003,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_shallow_augmented_item_to_the_current_sites_locale_when_parent_is_not_localizable_when_max_items_is_one":0.003,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry and handle matches taxonomy":0.006,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry and handle does not match taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry and handle matches taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry and handle does not match taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry, handle matches taxonomy, nested field":0.006,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry, handle does not match taxonomy, nested field":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry, handle matches taxonomy, nested field":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry, handle does not match taxonomy, nested field":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry and handle matches taxonomy, collection doesnt use taxonomy":0.012,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry and handle does not match taxonomy, collection doesnt use taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry and handle matches taxonomy, collection doesnt use taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry and handle does not match taxonomy, collection doesnt use taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry, handle matches taxonomy, nested field, collection doesnt use taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry, handle does not match taxonomy, nested field, collection doesnt use taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry, handle matches taxonomy, nested field, collection doesnt use taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry, handle does not match taxonomy, nested field, collection doesnt use taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::using_both_taxonomy_and_taxonomies_throws_an_exception":0.004,"Tests\\Fieldtypes\\TermsTest::having_taxonomy_defined_but_not_taxonomies_throws_an_exception":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, single item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, multiple item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, empty array":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, null":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, string":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, single item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, multiple item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, empty array":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, null":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, string":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, single item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, multiple item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, empty array":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, null":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, string":0.004,"Tests\\Fieldtypes\\TextTest::it_processes_values#text":0.001,"Tests\\Fieldtypes\\TextTest::it_processes_values#number":0.001,"Tests\\Fieldtypes\\TimeTest::it_processes_on_save#null":0,"Tests\\Fieldtypes\\TimeTest::it_processes_on_save#null with seconds":0,"Tests\\Fieldtypes\\TimeTest::it_processes_on_save#midnight":0,"Tests\\Fieldtypes\\TimeTest::it_processes_on_save#time":0,"Tests\\Fieldtypes\\TimeTest::it_validates#valid time":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#valid time with seconds":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#invalid time format":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#12 hour time":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#invalid hour":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#invalid minute":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#invalid second":0.001,"Tests\\Fieldtypes\\ToggleTest::it_augments_to_a_boolean":0,"Tests\\Fieldtypes\\ToggleTest::it_processes_to_a_boolean_only_when_value_is_actually_set_or_submitted":0,"Tests\\Fieldtypes\\UsersTest::it_augments_to_a_query_builder":0.001,"Tests\\Fieldtypes\\UsersTest::it_augments_to_a_query_builder_when_theres_no_value":0.001,"Tests\\Fieldtypes\\UsersTest::it_augments_to_a_single_user_when_max_items_is_one":0.001,"Tests\\Fieldtypes\\UsersTest::it_shallow_augments_to_a_collection_of_users":0.002,"Tests\\Fieldtypes\\UsersTest::it_shallow_augments_to_a_single_user_when_max_items_is_one":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, single item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, multiple item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, empty array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, null":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, string":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, single item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, multiple item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, empty array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, null":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, string":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, single item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, multiple item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, empty array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, null":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, string":0.001,"Tests\\Fieldtypes\\YamlTest::it_processes#string":0.001,"Tests\\Fieldtypes\\YamlTest::it_processes#multiline string":0,"Tests\\Fieldtypes\\YamlTest::it_processes#empty":0,"Tests\\Fieldtypes\\YamlTest::it_processes#associative array":0,"Tests\\Fieldtypes\\YamlTest::it_processes#single item associative array":0,"Tests\\Fieldtypes\\YamlTest::it_processes#numeric array":0,"Tests\\Fieldtypes\\YamlTest::it_processes#single item numeric array":0,"Tests\\Fieldtypes\\YamlTest::it_processes#string with dash space":0,"Tests\\Fieldtypes\\YamlTest::it_processes#multiline string with dash space":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_normalizes_relative_paths":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_normalizes_absolute_paths":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_normalizes_absolute_paths_outside_the_root":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_checks_if_a_path_is_within_the_root":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_gets_files_from_outside_of_the_root_and_outputs_absolute_paths":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::it_can_explicitly_request_absolute_paths":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::it_makes_a_file_collection":0,"Tests\\Filesystem\\FilesystemAdapterTest::gets_file_contents":0,"Tests\\Filesystem\\FilesystemAdapterTest::gets_fallback_if_file_doesnt_exist":0,"Tests\\Filesystem\\FilesystemAdapterTest::checks_if_file_exists":0,"Tests\\Filesystem\\FilesystemAdapterTest::cannot_check_if_null_exists":0,"Tests\\Filesystem\\FilesystemAdapterTest::puts_contents_into_a_file":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::puts_content_into_a_file_in_a_subdirectory":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::deletes_files":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::cannot_delete_null":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::copies_files":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::copies_files_and_overwrites":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::moves_files":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::moves_files_and_overwrites":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::renames_a_file":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_file_extension":0,"Tests\\Filesystem\\FilesystemAdapterTest::gets_mime_type":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_last_modified":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_file_size":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::checks_if_a_file_is_an_image":0,"Tests\\Filesystem\\FilesystemAdapterTest::makes_a_directory":0,"Tests\\Filesystem\\FilesystemAdapterTest::gets_files_from_a_directory":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_files_from_a_directory_recursively":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_files_recursively_with_directory_exceptions":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_folders":0.002,"Tests\\Filesystem\\FilesystemAdapterTest::gets_folders_recursively":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_files_by_type":0.002,"Tests\\Filesystem\\FilesystemAdapterTest::checks_for_empty_directories":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::checks_for_directories":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::copies_directories":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::moves_directories":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::deletes_empty_subdirectories":0.002,"Tests\\Filesystem\\FilesystemAdapterTest::gets_filesystem":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_normalizes_relative_paths":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_normalizes_absolute_paths":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_throws_an_exception_when_normalizing_a_path_outside_the_root":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_throws_exception_when_normalizing_an_absolute_path_on_a_non_local_adapter":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_throws_an_exception_when_requesting_absolute_paths":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_makes_a_file_collection":0,"Tests\\Filesystem\\FlysystemAdapterTest::gets_file_contents":0,"Tests\\Filesystem\\FlysystemAdapterTest::gets_fallback_if_file_doesnt_exist":0,"Tests\\Filesystem\\FlysystemAdapterTest::checks_if_file_exists":0,"Tests\\Filesystem\\FlysystemAdapterTest::cannot_check_if_null_exists":0,"Tests\\Filesystem\\FlysystemAdapterTest::puts_contents_into_a_file":0,"Tests\\Filesystem\\FlysystemAdapterTest::puts_content_into_a_file_in_a_subdirectory":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::deletes_files":0,"Tests\\Filesystem\\FlysystemAdapterTest::cannot_delete_null":0,"Tests\\Filesystem\\FlysystemAdapterTest::copies_files":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::copies_files_and_overwrites":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::moves_files":0,"Tests\\Filesystem\\FlysystemAdapterTest::moves_files_and_overwrites":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::renames_a_file":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_file_extension":0,"Tests\\Filesystem\\FlysystemAdapterTest::gets_mime_type":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_last_modified":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_file_size":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::checks_if_a_file_is_an_image":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::makes_a_directory":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_files_from_a_directory":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_files_from_a_directory_recursively":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_files_recursively_with_directory_exceptions":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_folders":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_folders_recursively":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_files_by_type":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::checks_for_empty_directories":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::checks_for_directories":0,"Tests\\Filesystem\\FlysystemAdapterTest::copies_directories":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::moves_directories":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::deletes_empty_subdirectories":0.002,"Tests\\Filesystem\\FlysystemAdapterTest::gets_filesystem":0,"Tests\\Filesystem\\ManagerTest::it_wraps_an_illuminate_disk":0.001,"Tests\\FluentlyGetsAndSetsTest::it_can_get_and_set_a_protected_property":0,"Tests\\FluentlyGetsAndSetsTest::it_can_get_and_set_back_to_null":0,"Tests\\FluentlyGetsAndSetsTest::it_can_get_and_set_with_custom_get_and_set_logic":0,"Tests\\FluentlyGetsAndSetsTest::it_can_get_and_set_via_magic_getter":0,"Tests\\FluentlyGetsAndSetsTest::it_can_run_custom_after_setter_logic":0,"Tests\\FluentlyGetsAndSetsTest::it_can_set_fluently":0,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email":0.005,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email with name":0.01,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email with name using antlers":0.005,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email from global set using antlers":0.006,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email with name from global set using antlers":0.005,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#multiple emails":0.003,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#multiple emails with name":0.003,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#multiple emails using antlers":0.011,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#multiple emails with name using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email with name":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email with name from global set using antlers":0.012,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email with name":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email with name from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#multiple emails":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#multiple emails with name":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#multiple emails using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#multiple emails with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email with name":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email with name using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email with name from global set using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#multiple emails":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#multiple emails with name":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#multiple emails using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#multiple emails with name using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email with name":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email with name from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#multiple emails":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#multiple emails with name":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#multiple emails using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#multiple emails with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_subject_from_the_config":0.003,"Tests\\Forms\\EmailTest::it_adds_data_to_the_view":0.003,"Tests\\Forms\\EmailTest::attachments_are_added":0.001,"Tests\\Forms\\EmailTest::it_adds_renderable_fields":0.001,"Tests\\Forms\\EmailTest::the_sites_locale_gets_used_on_the_mailable":0.002,"Tests\\Forms\\FormRepositoryTest::test_find_or_fail_gets_form":0.001,"Tests\\Forms\\FormRepositoryTest::test_find_or_fail_throws_exception_when_form_does_not_exist":0,"Tests\\Forms\\FormTest::it_saves_a_form":0.001,"Tests\\Forms\\FormTest::it_dispatches_form_created_only_once":0.001,"Tests\\Forms\\FormTest::it_saves_quietly":0.001,"Tests\\Forms\\FormTest::if_creating_event_returns_false_the_form_doesnt_save":0.001,"Tests\\Forms\\FormTest::if_saving_event_returns_false_the_form_doesnt_save":0.001,"Tests\\Forms\\FormTest::it_gets_all_forms":0.001,"Tests\\Forms\\FormTest::it_has_default_honeypot":0,"Tests\\Forms\\FormTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Forms\\FormTest::it_is_arrayable":0.001,"Tests\\Forms\\FormTest::it_can_get_action_url":0,"Tests\\Forms\\FormTest::it_fires_a_deleting_event":0,"Tests\\Forms\\FormTest::it_does_not_delete_when_a_deleting_event_returns_false":0,"Tests\\Forms\\FormTest::it_deletes_quietly":0,"Tests\\Forms\\SendEmailTest::it_sends_email":0.004,"Tests\\Forms\\SendEmailsTest::it_queues_email_jobs":0.004,"Tests\\Forms\\SendEmailsTest::it_queues_email_jobs_when_config_contains_single_email":0.001,"Tests\\Forms\\SendEmailsTest::it_dispatches_delete_attachments_job_after_dispatching_email_jobs":0.001,"Tests\\Forms\\SendEmailsTest::no_email_jobs_are_queued_if_none_are_configured#null":0.001,"Tests\\Forms\\SendEmailsTest::no_email_jobs_are_queued_if_none_are_configured#empty array":0.001,"Tests\\Forms\\SubmissionQueryBuilderTest::it_gets_submissions":0.004,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_wheres":0.004,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_or_wheres":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_or_where_ins":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_or_where_not_ins":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_nested_wheres":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_nested_where_ins":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_nested_where_not_ins":0.006,"Tests\\Forms\\SubmissionQueryBuilderTest::it_sorts":0.006,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_column":0.007,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_date":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_month":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_day":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_year":0.004,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_time":0.004,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_json_contains":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_json_doesnt_contain":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_or_where_json_contains":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_or_where_json_doesnt_contain":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_json_length":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_offset":0.004,"Tests\\Forms\\SubmissionTest::the_id_is_generated_the_first_time_but_can_be_overridden":0,"Tests\\Forms\\SubmissionTest::generated_ids_dont_have_commas":0.001,"Tests\\Forms\\SubmissionTest::it_sets_and_gets_data":0.001,"Tests\\Forms\\SubmissionTest::it_saves_a_submission":0.002,"Tests\\Forms\\SubmissionTest::it_dispatches_submission_created_only_once":0.003,"Tests\\Forms\\SubmissionTest::it_saves_quietly":0.002,"Tests\\Forms\\SubmissionTest::if_creating_event_returns_false_the_submission_doesnt_save":0.01,"Tests\\Forms\\SubmissionTest::if_saving_event_returns_false_the_submission_doesnt_save":0.002,"Tests\\Forms\\SubmissionTest::it_deletes_quietly":0.001,"Tests\\FrontendTest::page_is_displayed":0.018,"Tests\\FrontendTest::page_is_displayed_with_query_string":0.016,"Tests\\FrontendTest::page_is_displayed_with_ending_slash":0.008,"Tests\\FrontendTest::page_is_displayed_with_query_string_and_ending_slash":0.008,"Tests\\FrontendTest::page_with_no_explicit_layout_will_not_use_a_layout":0.007,"Tests\\FrontendTest::home_page_on_second_subdirectory_based_site_is_displayed":0.019,"Tests\\FrontendTest::home_page_on_second_subdirectory_based_site_is_displayed_with_ending_slash":0.011,"Tests\\FrontendTest::home_page_on_second_domain_site_is_displayed":0.011,"Tests\\FrontendTest::home_page_on_second_domain_site_is_displayed_with_ending_slash":0.011,"Tests\\FrontendTest::drafts_are_not_visible":0.007,"Tests\\FrontendTest::drafts_are_visible_if_using_live_preview":0.008,"Tests\\FrontendTest::drafts_dont_get_statically_cached":0.001,"Tests\\FrontendTest::future_private_entries_are_not_viewable":0.01,"Tests\\FrontendTest::future_private_entries_viewable_in_live_preview":0.009,"Tests\\FrontendTest::future_private_entries_dont_get_statically_cached":0.001,"Tests\\FrontendTest::past_private_entries_are_not_viewable":0.009,"Tests\\FrontendTest::past_private_entries_are_viewable_in_live_preview":0.009,"Tests\\FrontendTest::past_private_entries_dont_get_statically_cached":0.009,"Tests\\FrontendTest::key_variables_key_added":0.008,"Tests\\FrontendTest::fields_gets_augmented":0.009,"Tests\\FrontendTest::changes_content_type_to_xml":0.007,"Tests\\FrontendTest::changes_content_type_to_atom":0.007,"Tests\\FrontendTest::changes_content_type_to_json":0.007,"Tests\\FrontendTest::changes_content_type_to_text":0.007,"Tests\\FrontendTest::xml_antlers_template_with_xml_layout_will_use_both_and_change_the_content_type":0.015,"Tests\\FrontendTest::xml_antlers_template_with_non_xml_layout_will_change_content_type_but_avoid_using_the_layout":0.006,"Tests\\FrontendTest::xml_antlers_layout_will_change_the_content_type":0.007,"Tests\\FrontendTest::xml_blade_template_will_not_change_content_type":0.006,"Tests\\FrontendTest::xml_template_with_custom_content_type_does_not_change_to_xml":0.015,"Tests\\FrontendTest::sends_powered_by_header_if_enabled":0.007,"Tests\\FrontendTest::doesnt_send_powered_by_header_if_disabled":0.008,"Tests\\FrontendTest::disables_floc_through_header_by_default":0.007,"Tests\\FrontendTest::doesnt_disable_floc_through_header_if_disabled":0.008,"Tests\\FrontendTest::headers_can_be_set_in_content":0.009,"Tests\\FrontendTest::event_is_emitted_when_response_is_created":0.009,"Tests\\FrontendTest::amp_requests_load_their_amp_directory_counterparts":0.001,"Tests\\FrontendTest::amp_requests_without_an_amp_template_result_in_a_404":0.001,"Tests\\FrontendTest::routes_pointing_to_controllers_should_render":0.001,"Tests\\FrontendTest::routes_pointing_to_invalid_controller_should_render_404":0.001,"Tests\\FrontendTest::a_redirect_key_in_the_page_data_should_redirect":0.001,"Tests\\FrontendTest::a_redirect_key_with_a_404_value_should_404":0.001,"Tests\\FrontendTest::a_redirect_key_with_an_entry_should_redirect_to_the_entry":0.001,"Tests\\FrontendTest::a_redirect_key_with_an_unknown_entry_should_404":0.001,"Tests\\FrontendTest::debug_bar_shows_cascade_variables_if_enabled":0.001,"Tests\\FrontendTest::the_404_page_is_treated_like_a_template":0.011,"Tests\\FrontendTest::it_sets_the_translation_locale_based_on_site":0.01,"Tests\\FrontendTest::it_sets_the_carbon_to_string_format":0.006,"Tests\\FrontendTest::it_sets_the_locale":0.009,"Tests\\FrontendTest::home_page_is_not_overridden_by_entries_in_another_structured_collection_with_no_url":0.011,"Tests\\FrontendTest::redirect_is_followed#valid redirect":0.007,"Tests\\FrontendTest::redirect_is_followed#invalid redirect":0.007,"Tests\\FrontendTest::redirect_is_followed#missing redirect":0.015,"Tests\\FrontendTest::redirect_is_followed_when_no_field_is_present_in_blueprint#valid redirect":0.007,"Tests\\FrontendTest::redirect_is_followed_when_no_field_is_present_in_blueprint#missing redirect":0.008,"Tests\\FrontendTest::redirect_is_followed_when_no_field_is_present_in_blueprint#intentional 404":0.008,"Tests\\FrontendTest::redirect_is_followed_when_value_is_inherited_from_origin":0.017,"Tests\\FrontendTest::redirect_http_status_is_applied_when_present_in_blueprint":0.008,"Tests\\FrontendTest::redirect_http_status_is_applied_when_missing_from_blueprint":0.007,"Tests\\FrontendTest::it_protects_404_pages":0.005,"Tests\\Git\\GitEventTest::it_doesnt_commit_when_git_is_disabled":0.002,"Tests\\Git\\GitEventTest::it_doesnt_commit_when_automatic_is_disabled":0.001,"Tests\\Git\\GitEventTest::it_doesnt_commit_ignored_events":0.002,"Tests\\Git\\GitEventTest::it_doesnt_commit_when_event_subscriber_is_disabled":0.002,"Tests\\Git\\GitEventTest::it_commits_when_custom_addon_events_are_registered":0,"Tests\\Git\\GitEventTest::it_commits_when_blueprint_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_fieldset_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_collection_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_entry_is_saved_and_deleted":0.004,"Tests\\Git\\GitEventTest::it_commits_when_tracked_revisions_are_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_navigation_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_a_navigation_tree_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_a_collection_tree_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_taxonomy_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_term_is_saved_and_deleted":0.003,"Tests\\Git\\GitEventTest::it_commits_when_global_set_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_form_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_form_submission_is_saved_and_deleted":0.003,"Tests\\Git\\GitEventTest::it_commits_when_user_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_user_role_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_user_group_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_default_user_preferences_are_saved":0.001,"Tests\\Git\\GitEventTest::it_commits_when_asset_container_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_saved_and_deleted":0.004,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_uploaded":0.004,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_reuploaded":0.003,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_moved":0.005,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_renamed":0.004,"Tests\\Git\\GitEventTest::it_commits_only_once_when_asset_is_replaced":0.004,"Tests\\Git\\GitEventTest::it_commits_when_replaced_asset_is_deleted":0.005,"Tests\\Git\\GitEventTest::it_commits_when_asset_folder_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_batches_term_references_changes_into_one_commit":0.01,"Tests\\Git\\GitEventTest::it_batches_asset_references_changes_into_one_commit":0.011,"Tests\\Git\\GitProcessTest::it_can_get_git_root":0.027,"Tests\\Git\\GitProcessTest::it_can_check_if_folder_is_in_git_repo":0.039,"Tests\\Git\\GitProcessTest::it_can_get_git_status_of_parent_repo":0.038,"Tests\\Git\\GitProcessTest::it_can_get_git_status_of_specific_sub_paths":0.03,"Tests\\Git\\GitProcessTest::it_logs_error_output":0.005,"Tests\\Git\\GitProcessTest::it_doesnt_log_resolving_deltas_as_error_output":0.005,"Tests\\Git\\GitProcessTest::it_doesnt_log_added_host_key_to_known_hosts_as_error_output":0.005,"Tests\\Git\\GitTest::it_wont_run_if_git_integration_is_not_enabled":0.005,"Tests\\Git\\GitTest::it_gets_tracked_statuses":0.077,"Tests\\Git\\GitTest::it_returns_null_when_statuses_are_clean":0.042,"Tests\\Git\\GitTest::it_filters_out_external_paths_that_are_not_separate_repos":0.055,"Tests\\Git\\GitTest::it_can_handle_configured_paths_that_are_symlinks":0.032,"Tests\\Git\\GitTest::it_gets_git_user_info":0.005,"Tests\\Git\\GitTest::it_commits_tracked_content":0.157,"Tests\\Git\\GitTest::it_shell_escapes_git_user_name_and_email":0.106,"Tests\\Git\\GitTest::it_can_commit_with_custom_commit_message":0.082,"Tests\\Git\\GitTest::it_can_run_custom_commands":0.069,"Tests\\Git\\GitTest::it_dispatches_commit_job":0.005,"Tests\\Git\\GitTest::it_doesnt_push_by_default":0.047,"Tests\\Git\\GitTest::it_doesnt_push_when_there_was_nothing_to_commit":0.047,"Tests\\Git\\GitTest::it_can_push_after_a_commit":0.072,"Tests\\GraphQL\\AssetInterfaceTest::it_adds_types":0.011,"Tests\\GraphQL\\EntryInterfaceTest::it_adds_types":0.003,"Tests\\GraphQL\\GlobalSetInterfaceTest::it_adds_types":0.003,"Tests\\GraphQL\\NavPageInterfaceTest::it_gets_the_fields":0.002,"Tests\\GraphQL\\PageInterfaceTest::it_adds_types":0.004,"Tests\\GraphQL\\TermInterfaceTest::it_adds_types":0.009,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_view_paths#amp enabled, amp request":0,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_view_paths#amp enabled, non-amp request":0,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_view_paths#amp disabled, default site":0.001,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_view_paths#amp disabled, second site":0,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_namespaced_view_paths#default site":0,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_namespaced_view_paths#second site":0,"Tests\\Http\\Middleware\\AddViewPathsTest::middleware_attached_to_routes":0,"Tests\\Http\\Middleware\\SelectedSiteTest::it_sets_selected_site_first_authorized_one":0.002,"Tests\\Http\\Middleware\\SelectedSiteTest::it_doesnt_do_anything_when_there_are_no_authorized_sites":0.002,"Tests\\Http\\Middleware\\SelectedSiteTest::middleware_attached_to_routes":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#or":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#crop":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#w":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#h":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#fit":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#dpr":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#bri":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#con":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#gam":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#sharp":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#blur":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#pixel":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#filt":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#mark":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markh":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markw":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markx":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#marky":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markpad":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markpos":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markfit":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markalpha":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#bg":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#border":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#q":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#fm":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#p":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#or":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#crop":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#w":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#h":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#fit":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#dpr":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#bri":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#con":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#gam":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#sharp":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#blur":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#pixel":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#filt":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#mark":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markh":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markw":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markx":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#marky":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markpad":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markpos":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markfit":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markalpha":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#bg":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#border":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#q":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#fm":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#p":0,"Tests\\Imaging\\GlideImageManipulatorTest::cannot_add_invalid_glide_param":0,"Tests\\Imaging\\GlideImageManipulatorTest::cannot_add_invalid_glide_param_using_magic_method":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#width":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#height":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#square":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#orient":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#brightness":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#contrast":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#gamma":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#sharpen":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#pixelate":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#filter":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#quality":0,"Tests\\Imaging\\GlideImageManipulatorTest::focal_crop_uses_asset_value":0,"Tests\\Imaging\\GlideImageManipulatorTest::focal_crop_just_uses_crop_if_no_value_exists":0,"Tests\\Imaging\\GlideTest::cache_false_will_make_a_filesystem_in_the_storage_directory":0.003,"Tests\\Imaging\\GlideTest::cache_true_will_make_a_filesystem_using_the_cache_path_location":0.001,"Tests\\Imaging\\GlideTest::cache_true_without_cache_path_will_throw_exception":0.001,"Tests\\Imaging\\GlideTest::cache_string_will_use_a_corresponding_filesystem":0.001,"Tests\\Imaging\\GlideTest::invalid_cache_string_will_throw_exception":0.001,"Tests\\Imaging\\GlideTest::it_gets_the_glide_cache_store":0.001,"Tests\\Imaging\\GlideTest::it_creates_a_glide_cache_store_on_the_fly_if_undefined":0.001,"Tests\\Imaging\\GlideTest::it_deletes_glide_cache_for_an_asset":0.016,"Tests\\Imaging\\GlideUrlBuilderTest::testPath":0.001,"Tests\\Imaging\\GlideUrlBuilderTest::testPathWithSpace":0,"Tests\\Imaging\\GlideUrlBuilderTest::testExternal":0,"Tests\\Imaging\\GlideUrlBuilderTest::testAsset":0,"Tests\\Imaging\\GlideUrlBuilderTest::testId":0,"Tests\\Imaging\\GlideUrlBuilderTest::testConfigAddsFilename":0,"Tests\\Imaging\\GlideUrlBuilderTest::testMarkWithAsset":0,"Tests\\Imaging\\ImageGeneratorTest::it_generates_an_image_by_asset":0.006,"Tests\\Imaging\\ImageGeneratorTest::it_generates_cache_manifest_for_multiple_asset_manipulations":0.006,"Tests\\Imaging\\ImageGeneratorTest::it_generates_an_image_by_local_path":0.003,"Tests\\Imaging\\ImageGeneratorTest::it_generates_an_image_by_external_url":0.003,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_the_public_directory_by_default":0,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_the_container_when_an_asset_is_provided":0.004,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_the_container_when_an_asset_encoded_url_string_is_provided":0.003,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_local_adapter_when_a_path_is_provided":0,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_guzzle_adapter_when_a_url_is_provided#http":0,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_guzzle_adapter_when_a_url_is_provided#https":0.001,"Tests\\Imaging\\ImageValidatorTest::it_checks_if_image_has_valid_extension_and_mimetype":0,"Tests\\Imaging\\ImageValidatorTest::it_checks_if_image_extension_is_allowed_for_manipulation_with_gd_driver":0,"Tests\\Imaging\\ImageValidatorTest::it_checks_if_image_extension_is_allowed_for_manipulation_with_imagick_driver":0,"Tests\\Imaging\\ImageValidatorTest::it_checks_if_custom_image_extension_is_allowed_for_manipulation_with_proper_config":0,"Tests\\Imaging\\ManagerTest::manipulator_is_returned":0,"Tests\\Imaging\\ManagerTest::manipulator_is_returned_when_no_item_is_passed":0,"Tests\\Imaging\\ManagerTest::manipulator_is_returned_when_no_params_are_passed":0,"Tests\\Imaging\\ManagerTest::url_is_returned_when_params_are_specified":0.001,"Tests\\Imaging\\ManagerTest::it_gets_manipulation_presets":0,"Tests\\Imaging\\PresetGeneratorTest::it_generates_all_presets_for_an_asset":0.001,"Tests\\Imaging\\PresetGeneratorTest::it_generates_a_specific_asset_preset":0,"Tests\\Imaging\\StaticUrlBuilderTest::testPath":0,"Tests\\Imaging\\StaticUrlBuilderTest::testFilenameHasNoAffect":0,"Tests\\Imaging\\StaticUrlBuilderTest::testUnknownAssetThrowsException":0.001,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_addons_name":0.001,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_addons_version":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_addons_edition":0,"Tests\\Licensing\\AddonLicenseTest::it_checks_if_it_exists_on_the_marketplace":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_invalid_reason_for_a_range_issue":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_invalid_reason_for_a_edition_issue":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_version_limit":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_response":0,"Tests\\Licensing\\AddonLicenseTest::it_checks_if_its_valid":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_invalid_reason":0,"Tests\\Licensing\\AddonLicenseTest::invalid_reason_is_null_if_there_isnt_one":0,"Tests\\Licensing\\LicenseManagerTest::it_gets_the_outpost_response":0.001,"Tests\\Licensing\\LicenseManagerTest::it_clears_the_outpost_response":0.001,"Tests\\Licensing\\LicenseManagerTest::it_checks_for_public_domains":0,"Tests\\Licensing\\LicenseManagerTest::it_checks_for_test_domains":0,"Tests\\Licensing\\LicenseManagerTest::licenses_are_valid_if_statamic_and_all_addons_are_valid":0,"Tests\\Licensing\\LicenseManagerTest::licenses_are_invalid_if_statamic_is_invalid_but_addons_are_valid":0,"Tests\\Licensing\\LicenseManagerTest::licenses_are_invalid_if_statamic_is_valid_but_any_addons_are_invalid":0,"Tests\\Licensing\\LicenseManagerTest::it_gets_the_site_license":0.001,"Tests\\Licensing\\LicenseManagerTest::it_gets_the_statamic_license":0,"Tests\\Licensing\\LicenseManagerTest::it_gets_the_addon_licenses":0,"Tests\\Licensing\\LicenseManagerTest::it_checks_if_statamic_license_needs_renewal":0,"Tests\\Licensing\\LicenseManagerTest::it_checks_for_request_failures":0.001,"Tests\\Licensing\\OutpostTest::it_builds_the_request_payload":0,"Tests\\Licensing\\OutpostTest::it_contacts_the_outpost_and_caches_the_response":0.001,"Tests\\Licensing\\OutpostTest::the_cached_response_is_used":0.001,"Tests\\Licensing\\OutpostTest::license_key_file_is_used_when_it_exists":0.002,"Tests\\Licensing\\OutpostTest::license_key_file_response_merges_installed_addons_into_response":0.001,"Tests\\Licensing\\OutpostTest::the_cached_response_is_ignored_if_the_payload_is_different":0.001,"Tests\\Licensing\\OutpostTest::it_clears_the_cached_response":0.001,"Tests\\Licensing\\OutpostTest::it_caches_a_timed_out_request_for_5_minutes":0.003,"Tests\\Licensing\\OutpostTest::it_caches_a_500_error_for_5_minutes":0.001,"Tests\\Licensing\\OutpostTest::it_caches_a_429_too_many_requests_error_for_the_length_described_in_the_retry_after_header":0.001,"Tests\\Licensing\\OutpostTest::it_caches_a_422_validation_error_for_an_hour":0.001,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_key":0,"Tests\\Licensing\\SiteLicenseTest::it_checks_for_incorrect_key_format":0,"Tests\\Licensing\\SiteLicenseTest::it_checks_for_correct_key_format":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_url_with_a_key":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_edit_url_without_a_key":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_domain_information":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_response":0,"Tests\\Licensing\\SiteLicenseTest::it_checks_if_its_valid":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_invalid_reason":0,"Tests\\Licensing\\SiteLicenseTest::invalid_reason_is_null_if_there_isnt_one":0,"Tests\\Licensing\\StatamicLicenseTest::it_checks_if_its_pro":0,"Tests\\Licensing\\StatamicLicenseTest::it_gets_the_version":0,"Tests\\Licensing\\StatamicLicenseTest::it_gets_the_invalid_reason_for_a_range_issue":0,"Tests\\Licensing\\StatamicLicenseTest::it_needs_renewal_if_outside_license_range":0,"Tests\\Licensing\\StatamicLicenseTest::it_gets_the_response":0,"Tests\\Licensing\\StatamicLicenseTest::it_checks_if_its_valid":0,"Tests\\Licensing\\StatamicLicenseTest::it_gets_the_invalid_reason":0,"Tests\\Licensing\\StatamicLicenseTest::invalid_reason_is_null_if_there_isnt_one":0,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_saving_a_new_path_to_an_asset":0.022,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_moving_an_asset":0.02,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_moving_an_asset_with_new_filename":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_renaming_an_asset":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_renaming_an_asset_with_unique_filename_handling":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_replacing_an_asset":0.013,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_deleting_an_asset":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_moving_an_asset_folder":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_renaming_an_asset_folder":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_deleting_an_asset_folder":0.015,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_single_assets_fields":0.016,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_multi_assets_fields":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_assets_fields_regardless_of_max_files_setting":0.016,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_multi_assets_fields_even_when_existing_field_value_is_null":0.012,"Tests\\Listeners\\UpdateAssetReferencesTest::it_nullifies_references_when_deleting_an_asset":0.016,"Tests\\Listeners\\UpdateAssetReferencesTest::it_can_be_disabled":0.012,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_link_fields":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_replicator_fields":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_legacy_replicator_configs":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_grid_fields":0.018,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_bard_fields":0.03,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_legacy_bard_config":0.022,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_asset_references_in_bard_field":0.021,"Tests\\Listeners\\UpdateAssetReferencesTest::it_fails_gracefully_when_bard_value_is_null":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_asset_references_in_bard_field_when_saved_as_html":0.018,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_asset_references_in_bard_field_regardless_of_save_html_setting":0.021,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_asset_references_in_markdown_fields":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_recursively_updates_nested_asset_fields":0.026,"Tests\\Listeners\\UpdateAssetReferencesTest::it_doesnt_update_assets_from_another_container":0.018,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_assets_when_the_container_is_implied":0.016,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_entries":0.015,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_terms":0.02,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_global_sets":0.013,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_users":0.019,"Tests\\Listeners\\UpdateAssetReferencesTest::it_only_saves_items_when_there_is_something_to_update":0.018,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_single_term_fields":0.009,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_multi_terms_fields":0.007,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_terms_fields_regardless_of_max_items_setting":0.007,"Tests\\Listeners\\UpdateTermReferencesTest::it_nullifies_references_when_deleting_a_term":0.017,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_scoped_single_term_fields":0.008,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_scoped_multi_terms_fields":0.006,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_scoped_term_fields_regardless_of_max_items_setting":0.007,"Tests\\Listeners\\UpdateTermReferencesTest::it_nullifies_references_when_deleting_a_scoped_term":0.008,"Tests\\Listeners\\UpdateTermReferencesTest::it_can_be_disabled":0.006,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_replicator_fields":0.009,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_legacy_replicator_configs":0.014,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_grid_fields":0.009,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_bard_fields":0.01,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_legacy_bard_config":0.01,"Tests\\Listeners\\UpdateTermReferencesTest::it_recursively_updates_nested_term_fields":0.011,"Tests\\Listeners\\UpdateTermReferencesTest::it_doesnt_update_terms_from_another_taxonomy":0.008,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_entries":0.007,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_terms_on_terms":0.008,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_global_sets":0.006,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_users":0.005,"Tests\\Listeners\\UpdateTermReferencesTest::it_only_saves_items_when_there_is_something_to_update":0.008,"Tests\\Macros\\CollectionMacrosTest::to_augmented_array":0,"Tests\\Macros\\CollectionMacrosTest::to_augmented_array_with_selected_keys":0,"Tests\\Markdown\\ManagerTest::it_forwards_calls_to_default_parser":0.001,"Tests\\Markdown\\ManagerTest::the_default_parser_can_have_its_config_customized":0,"Tests\\Markdown\\ManagerTest::it_makes_a_new_parser_instance":0,"Tests\\Markdown\\ManagerTest::parser_instances_can_be_saved_and_retrieved":0,"Tests\\Markdown\\ManagerTest::it_throws_an_exception_if_extending_without_returning_a_parser":0,"Tests\\Markdown\\MarkdownTest::it_parses_markdown":0,"Tests\\Markdown\\MarkdownTest::it_parses_strikethrough":0.001,"Tests\\Markdown\\MarkdownTest::it_parses_markdown_inside_markup":0.001,"Tests\\Markdown\\MarkdownTest::it_parses_attributes":0.001,"Tests\\Markdown\\MarkdownTest::it_parses_code_blocks":0.001,"Tests\\Markdown\\MarkdownTest::it_parses_tables":0.002,"Tests\\Markdown\\MarkdownTest::it_parses_description_lists":0.002,"Tests\\Markdown\\MarkdownTest::it_parses_footnotes":0.002,"Tests\\Markdown\\MarkdownTest::it_parses_tasklists":0.002,"Tests\\Markdown\\MarkdownTest::it_does_not_automatically_convert_urls_to_links":0.001,"Tests\\Markdown\\MarkdownTest::it_converts_line_breaks_on_demand":0.001,"Tests\\Markdown\\MarkdownTest::it_escapes_markup_on_demand":0.001,"Tests\\Markdown\\MarkdownTest::it_uses_smart_punctuation_on_demand":0.001,"Tests\\Markdown\\MarkdownTest::it_uses_heading_permalinks_on_demand":0.002,"Tests\\Markdown\\MarkdownTest::it_uses_table_of_contents_on_demand":0.002,"Tests\\Markdown\\ParserTest::it_parses_markdown":0,"Tests\\Markdown\\ParserTest::it_adds_an_extension":0.001,"Tests\\Markdown\\ParserTest::it_adds_extensions_using_an_array":0.001,"Tests\\Markdown\\ParserTest::it_creates_a_new_instance_based_on_the_current_instance":0,"Tests\\MiscTest::locales_tag_doesnt_ruin_future_tag_pairs#without parameter":0.012,"Tests\\MiscTest::locales_tag_doesnt_ruin_future_tag_pairs#with parameter":0.012,"Tests\\MiscTest::fieldtype_gets_correct_parent_in_loop":0.006,"Tests\\Modifiers\\AddQueryParamTest::it_adds_a_new_query_param":0,"Tests\\Modifiers\\AddQueryParamTest::it_does_nothing_if_no_parameters_are_passed":0,"Tests\\Modifiers\\AddSlashesTest::it_adds_slashes_to_qoutes":0,"Tests\\Modifiers\\AddSlashesTest::it_adds_slashes_to_backslash":0,"Tests\\Modifiers\\AddSlashesTest::it_does_not_adds_slashes_to_parenthesis":0,"Tests\\Modifiers\\AddTest::it_adds_a_number":0,"Tests\\Modifiers\\AddTest::it_adds_a_variable":0,"Tests\\Modifiers\\AliasTest::it_aliases_arrays":0.008,"Tests\\Modifiers\\AliasTest::it_aliases_collections":0,"Tests\\Modifiers\\AliasTest::it_returns_nothing_when_no_array_or_collection_was_passed":0,"Tests\\Modifiers\\AmbersandListTest::it_handles_list_with_item_is_string":0,"Tests\\Modifiers\\AmbersandListTest::it_handles_list_with_one_item":0,"Tests\\Modifiers\\AmbersandListTest::it_creates_an_list_with_default_glue":0,"Tests\\Modifiers\\AmbersandListTest::it_creates_an_list_with_custom_glue":0,"Tests\\Modifiers\\AntlersTest::it_parses_as_antlers":0.001,"Tests\\Modifiers\\AsciiTest::it_replaces_non_ascii_chars_with_closest_counterparts":0,"Tests\\Modifiers\\AtTest::it_returns_single_character_at_given_position":0,"Tests\\Modifiers\\AtTest::it_returns_empty_string_when_given_position_is_greater_than_word_length":0,"Tests\\Modifiers\\AtTest::it_returns_first_character_when_given_position_is_zero":0,"Tests\\Modifiers\\AtTest::it_returns_character_from_end_when_given_position_is_negative":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#0":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#1":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#2":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#3":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#4":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#5":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#6":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#7":0,"Tests\\Modifiers\\BackspaceTest::it_removes_1_char_from_the_end":0,"Tests\\Modifiers\\BackspaceTest::it_removes_29_chars_from_the_end":0,"Tests\\Modifiers\\BackspaceTest::it_removes_more_chars_then_word_length_returns_empty_string":0,"Tests\\Modifiers\\BackspaceTest::it_removes_no_chars":0,"Tests\\Modifiers\\BackspaceTest::it_returns_empty_string_when_passing_zero":0,"Tests\\Modifiers\\BardHtmlTest::it_extracts_bard_html":0.001,"Tests\\Modifiers\\BardHtmlTest::it_extracts_bard_html_from_single_node":0,"Tests\\Modifiers\\BardHtmlTest::it_extracts_bard_html_from_value_object":0,"Tests\\Modifiers\\BardItemsTest::it_extracts_bard_items":0,"Tests\\Modifiers\\BardItemsTest::it_extracts_bard_items_from_single_node":0,"Tests\\Modifiers\\BardItemsTest::it_extracts_bard_items_from_value_object":0,"Tests\\Modifiers\\BardItemsTest::it_extracts_bard_items_with_nodes_appended_to_marks":0,"Tests\\Modifiers\\BardTextTest::it_extracts_bard_text":0.007,"Tests\\Modifiers\\BardTextTest::it_extracts_bard_text_from_single_node":0,"Tests\\Modifiers\\BardTextTest::it_extracts_bard_text_from_value_object":0,"Tests\\Modifiers\\CDataTest::it_wraps_the_string_in_cdata_tags":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_camelize_underscores":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_camelize_dashes":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_capitalizes_letters_following_digits":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_trims_surrounding_spaces":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_removes_spaces":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#0":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#1":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#2":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#3":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#4":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#5":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#6":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#7":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#8":0,"Tests\\Modifiers\\ChunkTest::it_breaks_a_collection_into_smaller_chunks":0,"Tests\\Modifiers\\ChunkTest::it_breaks_a_collection_into_six_chunks":0,"Tests\\Modifiers\\ChunkTest::it_return_no_chunks_when_param_is_zero_or_negative":0,"Tests\\Modifiers\\ChunkTest::it_chunks_values_from_query_builder":0,"Tests\\Modifiers\\ClassesTest::it_conditionally_applies_class_names":0,"Tests\\Modifiers\\CollapseTest::it_return_empty_array_when_simple_array_given":0,"Tests\\Modifiers\\CollapseTest::it_collapses_an_array_of_arrays":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#multiple_whitespace":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#surrounding_whitespaces":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#tabs_and_newlines_chars":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#multibyte_whitespace":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#thin_whitespace":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#ideographic_whitespace":0,"Tests\\Modifiers\\CompactTest::compact_converts_variables_to_array":0.001,"Tests\\Modifiers\\ConsoleLogTest::it_wraps_the_content_into_JS_console_log_statement":0,"Tests\\Modifiers\\ContainsTest::it_returns_true_if_needle_found_in_string":0,"Tests\\Modifiers\\ContainsTest::it_returns_false_if_needle_found_in_string_but_case_sensitivity_is_enabled":0,"Tests\\Modifiers\\ContainsTest::it_returns_true_in_string_if_the_field_name_exists_in_context":0,"Tests\\Modifiers\\ContainsTest::it_returns_false_in_string_if_the_field_name_does_not_exists_in_context":0,"Tests\\Modifiers\\ContainsTest::it_returns_true_if_needle_found_in_array":0,"Tests\\Modifiers\\ContainsTest::it_returns_true_if_needle_found_in_context_in_array":0,"Tests\\Modifiers\\ContainsTest::it_returns_false_if_needle_not_found_in_context_in_array":0,"Tests\\Modifiers\\CountTest::it_counts_number_of_items_in_array#0":0,"Tests\\Modifiers\\CountTest::it_counts_number_of_items_in_array#1":0,"Tests\\Modifiers\\CountTest::it_counts_number_of_items_in_array#2":0,"Tests\\Modifiers\\CountTest::it_counts_number_of_items_in_array#3":0,"Tests\\Modifiers\\DashifyTest::it_returns_a_lowercase_and_trimmed_string_separated_by_dashes#with_whitespaces":0,"Tests\\Modifiers\\DashifyTest::it_returns_a_lowercase_and_trimmed_string_separated_by_dashes#with_underscores_chars":0,"Tests\\Modifiers\\DashifyTest::it_returns_a_lowercase_and_trimmed_string_separated_by_dashes#surrounding_spaces":0,"Tests\\Modifiers\\DashifyTest::it_returns_a_lowercase_and_trimmed_string_separated_by_dashes#before_uppercase_chars":0,"Tests\\Modifiers\\DecodeTest::it_converts_all_html_entities_to_applicable_chars#0":0,"Tests\\Modifiers\\DeslugifyTest::it_replaces_all_hyphens_and_underscores_with_spaces#with_dashes":0,"Tests\\Modifiers\\DeslugifyTest::it_replaces_all_hyphens_and_underscores_with_spaces#with_underscores_chars":0,"Tests\\Modifiers\\DlTest::it_turns_an_yaml_key_value_mapping_into_html_definition_list":0,"Tests\\Modifiers\\DlTest::it_turns_an_empty_yaml_key_value_mapping_into_html_definition_list":0,"Tests\\Modifiers\\EmbedUrlTest::it_leaves_urls_from_unknown_providers_untouched":0,"Tests\\Modifiers\\EmbedUrlTest::it_transforms_vimeo_urls":0,"Tests\\Modifiers\\EmbedUrlTest::it_transforms_private_vimeo_urls":0,"Tests\\Modifiers\\EmbedUrlTest::it_transforms_youtube_urls":0,"Tests\\Modifiers\\EntitiesTest::it_encodes_html_entities#0":0,"Tests\\Modifiers\\ExplodeTest::it_breaks_a_string_into_an_array_of_strings":0,"Tests\\Modifiers\\ExtensionTest::it_returns_the_extension_of_filename#0":0,"Tests\\Modifiers\\ExtensionTest::it_returns_the_extension_of_filename#1":0,"Tests\\Modifiers\\ExtensionTest::it_returns_the_extension_of_filename#2":0,"Tests\\Modifiers\\ExtensionTest::it_returns_the_extension_of_filename#3":0,"Tests\\Modifiers\\FaviconTest::it_builds_an_favicon_link_from_valid_url":0,"Tests\\Modifiers\\FirstTest::it_gets_the_first_n_characters_of_a_string#0":0,"Tests\\Modifiers\\FirstTest::it_gets_the_first_n_characters_of_a_string#1":0,"Tests\\Modifiers\\FirstTest::it_gets_the_first_value_of_an_array#list":0,"Tests\\Modifiers\\FirstTest::it_gets_the_first_value_of_an_array#associative":0,"Tests\\Modifiers\\FlattenTest::it_flattens_a_multidimensional_array":0,"Tests\\Modifiers\\FlipTest::it_flips_array_key_with_value":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#0":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#1":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#2":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#3":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#4":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#5":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#6":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#7":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#8":0,"Tests\\Modifiers\\FluentModifyTest::it_handles_params_fluently":0,"Tests\\Modifiers\\FluentModifyTest::it_can_explicitly_fetch_result":0,"Tests\\Modifiers\\FluentModifyTest::passing_a_values_instance_into_it_will_not_convert_it_to_an_array":0,"Tests\\Modifiers\\FluentModifyTest::values_instances_get_converted_to_an_array_when_passing_to_a_modifier":0,"Tests\\Modifiers\\FullUrlsTest::it_replaces_root_relative_urls_with_absolute_urls":0,"Tests\\Modifiers\\GroupByTest::it_groups_an_array":0.001,"Tests\\Modifiers\\GroupByTest::it_groups_values_instances":0.001,"Tests\\Modifiers\\GroupByTest::it_groups_an_array_with_value_objects":0.001,"Tests\\Modifiers\\GroupByTest::it_can_get_keys_from_objects":0.006,"Tests\\Modifiers\\GroupByTest::it_can_get_nested_keys_from_objects":0.007,"Tests\\Modifiers\\GroupByTest::if_the_grouped_keys_are_objects_itll_convert_them_to_strings":0.014,"Tests\\Modifiers\\GroupByTest::it_groups_by_date":0.001,"Tests\\Modifiers\\GroupByTest::it_groups_by_date_with_custom_group_format":0.001,"Tests\\Modifiers\\HasLowerCaseTest::it_returns_true_if_the_string_has_lowercase_char_false_if_does_not#string_with_one_lowercase_char":0.001,"Tests\\Modifiers\\HasLowerCaseTest::it_returns_true_if_the_string_has_lowercase_char_false_if_does_not#string_with_multiple_lowercase_chars":0,"Tests\\Modifiers\\HasLowerCaseTest::it_returns_true_if_the_string_has_lowercase_char_false_if_does_not#string_with_none_lowercase_chars":0,"Tests\\Modifiers\\HasUpperCaseTest::it_returns_true_if_the_string_has_uppercase_char_false_if_does_not#string_with_one_uppercase_char":0,"Tests\\Modifiers\\HasUpperCaseTest::it_returns_true_if_the_string_has_uppercase_char_false_if_does_not#string_with_multiple_uppercase_chars":0.008,"Tests\\Modifiers\\HasUpperCaseTest::it_returns_true_if_the_string_has_uppercase_char_false_if_does_not#string_with_all_uppercase_chars":0,"Tests\\Modifiers\\HasUpperCaseTest::it_returns_true_if_the_string_has_uppercase_char_false_if_does_not#string_with_none_uppercase_chars":0,"Tests\\Modifiers\\HexToRgbTest::it_converts_hex_values_to_rgb":0,"Tests\\Modifiers\\InArrayTest::it_checks_if_an_array_contains_a_specific_value":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_with_chars":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_with_numbers":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_with_numbers_and_chars":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_with_numbers_chars_and_other_symbols":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_other_symbols":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_with_numbers":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_with_chars":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_with_numbers_and_chars":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_with_numbers_chars_and_other_symbols":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_other_symbols":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#empty_array":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#array_with_one_item":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#array_with_multiple_item":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#multi_dimensional_array":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#no_array":0,"Tests\\Modifiers\\IsBlankTest::it_returns_true_if_input_is_blank":0,"Tests\\Modifiers\\IsBlankTest::it_returns_false_if_input_is_not_blank":0,"Tests\\Modifiers\\IsEmailTest::it_returns_true_if_the_string_is_a_valid_email_address#email":0,"Tests\\Modifiers\\IsEmailTest::it_returns_true_if_the_string_is_a_valid_email_address#no_email":0,"Tests\\Modifiers\\IsEmbeddableTest::it_checks_if_an_url_is_embeddable#youtube.com":0,"Tests\\Modifiers\\IsEmbeddableTest::it_checks_if_an_url_is_embeddable#youtu.be":0,"Tests\\Modifiers\\IsEmbeddableTest::it_checks_if_an_url_is_embeddable#vimeo":0,"Tests\\Modifiers\\IsEmbeddableTest::it_checks_if_an_url_is_embeddable#other":0,"Tests\\Modifiers\\IsEmptyTest::it_checks_if_its_empty":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#future_date":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#future_date_iso_format":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#future_date_formatted_string":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#today":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#past_date":0,"Tests\\Modifiers\\IsIterableTest::it_returns_true_if_input_is_iterable#array":0,"Tests\\Modifiers\\IsIterableTest::it_returns_true_if_input_is_iterable#collection":0,"Tests\\Modifiers\\IsIterableTest::it_returns_true_if_input_is_iterable#entries_collection":0,"Tests\\Modifiers\\IsIterableTest::it_returns_true_if_input_is_iterable#no_iterable":0,"Tests\\Modifiers\\IsJsonTest::it_returns_true_if_string_is_valid_json#empty_json":0,"Tests\\Modifiers\\IsJsonTest::it_returns_true_if_string_is_valid_json#json_string":0,"Tests\\Modifiers\\IsJsonTest::it_returns_true_if_string_is_valid_json#no_json":0,"Tests\\Modifiers\\IsLeapYearTest::it_returns_true_if_date_is_in_a_leap_year":0,"Tests\\Modifiers\\IsLeapYearTest::it_returns_false_if_date_is_not_in_a_leap_year":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_with_one_uppercase_char":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_with_multiple_uppercase_chars":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_with_all_uppercase_chars":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_all_lowercase_with_punctuation":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_all_lowercase":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#0":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#1":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#2":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#3":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#4":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#5":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#6":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#7":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#8":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#9":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#10":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#11":0,"Tests\\Modifiers\\IsNumericTest::it_returns_true_if_value_is_number_or_numeric_string#numbers":0,"Tests\\Modifiers\\IsNumericTest::it_returns_true_if_value_is_number_or_numeric_string#numbers_as_string":0,"Tests\\Modifiers\\IsNumericTest::it_returns_true_if_value_is_number_or_numeric_string#numbers_with_chars":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#future_date":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#future_date_iso_format":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#future_date_formatted_string":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#today":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#past_date":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#future_date":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#future_date_iso_format":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#future_date_formatted_string":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#today":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#past_date":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#tomorrow":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#today":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#future_date":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#yesterday":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#past_date":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_all_uppercase":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_with_one_lowercase":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_all_uppercase_with_punctuation":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_with_one_uppercase_char":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_with_multiple_uppercase_chars":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#valid_url_http":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#valid_url_ssl":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#valid_url_without_slash":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#with_subdomain":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#without_subdomain_protocol":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#none_url":0,"Tests\\Modifiers\\IsWeekdayTest::it_returns_true_if_date_is_weekday#tomorrow":0,"Tests\\Modifiers\\IsWeekdayTest::it_returns_true_if_date_is_weekday#today":0,"Tests\\Modifiers\\IsWeekendTest::it_returns_true_if_date_is_weekend#tomorrow":0,"Tests\\Modifiers\\IsWeekendTest::it_returns_true_if_date_is_weekend#today":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#tomorrow":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#today":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#future_date":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#yesterday":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#past_date":0,"Tests\\Modifiers\\JoinTest::it_joins_values_of_an_array_using_a_comma_by_default":0,"Tests\\Modifiers\\JoinTest::it_joins_values_of_an_array_using_a_custom_delimiter":0,"Tests\\Modifiers\\JoinTest::it_returns_empty_string_when_value_is_null":0,"Tests\\Modifiers\\KebabTest::it_converts_the_value_to_kebab_case#with_whitespaces":0,"Tests\\Modifiers\\KebabTest::it_converts_the_value_to_kebab_case#with_underscores_chars":0,"Tests\\Modifiers\\KebabTest::it_converts_the_value_to_kebab_case#surrounding_spaces":0,"Tests\\Modifiers\\KebabTest::it_converts_the_value_to_kebab_case#before_uppercase_chars":0,"Tests\\Modifiers\\KeyByTest::it_rekeys_an_array":0,"Tests\\Modifiers\\KeyByTest::it_rekeys_a_collection":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_n_characters_of_a_string#0":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_n_characters_of_a_string#1":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_n_characters_of_a_string#2":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_value_of_an_array#list":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_value_of_an_array#associative":0,"Tests\\Modifiers\\LcfirstTest::it_converts_first_char_of_string_to_lowercase_char":0,"Tests\\Modifiers\\LengthTest::it_returns_the_numbers_of_items_in_array":0,"Tests\\Modifiers\\LengthTest::it_returns_the_numbers_of_items_in_collection":0,"Tests\\Modifiers\\LengthTest::it_returns_the_number_of_items_in_a_query":0,"Tests\\Modifiers\\LengthTest::it_returns_the_number_of_items_in_an_arrayable":0,"Tests\\Modifiers\\LengthTest::it_returns_the_numbers_of_chars_in_string":0,"Tests\\Modifiers\\LengthTest::it_counts_a_collection_instead_of_toarraying_it":0,"Tests\\Modifiers\\LimitTest::it_limits_arrays":0,"Tests\\Modifiers\\LimitTest::it_limits_collections":0,"Tests\\Modifiers\\LowerTest::it_converts_all_chars_to_lowercase":0,"Tests\\Modifiers\\MacroTest::it_reads_a_macro_from_file_and_applies_it_on_a_string":0.001,"Tests\\Modifiers\\MacroTest::it_handles_a_macro_with_multiple_parameters":0,"Tests\\Modifiers\\MarkTest::it_marks":0,"Tests\\Modifiers\\MarkTest::it_marks_with_class":0,"Tests\\Modifiers\\MarkTest::it_marks_with_tags":0,"Tests\\Modifiers\\MarkTest::it_marks_with_specialchars":0,"Tests\\Modifiers\\MarkTest::it_marks_with_entities":0,"Tests\\Modifiers\\MarkTest::it_marks_bard_value":0,"Tests\\Modifiers\\MarkTest::it_marks_markdown_value":0.001,"Tests\\Modifiers\\MarkdownTest::it_converts_to_markdown":0.001,"Tests\\Modifiers\\MarkdownTest::using_an_unknown_parser_throws_exception":0,"Tests\\Modifiers\\Md5Test::it_creates_an_md5_hash_from_value":0,"Tests\\Modifiers\\ModifierTest::tags_get_initialized_correctly":0,"Tests\\Modifiers\\NeatifyTest::its_kinda_neat":0,"Tests\\Modifiers\\Nl2brTest::it_replaces_linebreaks_with_br_tags#0":0,"Tests\\Modifiers\\Nl2brTest::it_replaces_linebreaks_with_br_tags#1":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_a_string":0,"Tests\\Modifiers\\OffsetTest::it_offsets_arrays":0,"Tests\\Modifiers\\OffsetTest::it_offsets_collections":0,"Tests\\Modifiers\\OlTest::it_turns_an_array_into_an_html_ordered_list":0,"Tests\\Modifiers\\OlTest::it_turns_an_empty_yaml_key_value_mapping_into_empty_string":0,"Tests\\Modifiers\\OptionListTest::it_makes_option_lists_with_arrays":0,"Tests\\Modifiers\\OptionListTest::it_makes_option_lists_with_collections":0,"Tests\\Modifiers\\OptionListTest::it_returns_original_value_when_not_iterable":0,"Tests\\Modifiers\\ParseUrlTest::it_extracts_parseurl":0,"Tests\\Modifiers\\ParseUrlTest::it_extracts_parseurl_components":0,"Tests\\Modifiers\\PartialTest::it_injects_variable_data_into_a_partial_and_renders_it":0.001,"Tests\\Modifiers\\PathinfoTest::it_extracts_pathinfo":0,"Tests\\Modifiers\\PathinfoTest::it_extracts_pathinfo_components":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_array_of_items":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_collections_of_items":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_query_builder":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_array_of_items_with_origins":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_collections_of_items_with_origins":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_array_of_items_of_type_array":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_collections_of_items_of_type_array":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_array_of_items_of_type_arrayaccess":0,"Tests\\Modifiers\\PluralTest::it_returns_the_plural_form_of_an_english_word_from_context#0":0,"Tests\\Modifiers\\PluralTest::it_returns_the_plural_form_of_an_english_word_from_context#1":0,"Tests\\Modifiers\\PluralTest::it_returns_the_plural_form_of_an_english_word_from_context#2":0,"Tests\\Modifiers\\PluralTest::it_returns_the_plural_form_of_an_english_word_from_parameter":0,"Tests\\Modifiers\\RandomTest::it_returns_one_random_item#array":0.005,"Tests\\Modifiers\\RandomTest::it_returns_one_random_item#collection":0,"Tests\\Modifiers\\RandomTest::it_returns_one_random_item#query builder":0.001,"Tests\\Modifiers\\RegexMarkTest::it_marks_with_regex":0,"Tests\\Modifiers\\RelativeTest::it_converts_a_date_to_relative":0,"Tests\\Modifiers\\RelativeTest::it_converts_a_date_to_relative_without_modifiers":0,"Tests\\Modifiers\\RemoveQueryParamTest::it_removes_an_existing_query_param":0,"Tests\\Modifiers\\RemoveQueryParamTest::it_does_nothing_if_the_query_param_key_does_not_exist":0,"Tests\\Modifiers\\RemoveQueryParamTest::it_does_nothing_if_no_parameters_are_passed":0,"Tests\\Modifiers\\ReverseTest::it_reverses_the_items_of_an_array":0,"Tests\\Modifiers\\ReverseTest::it_reverses_the_items_of_a_collection":0,"Tests\\Modifiers\\ReverseTest::it_reverses_items_from_query_builder":0,"Tests\\Modifiers\\ScopeTest::it_requires_a_scope_name":0,"Tests\\Modifiers\\ScopeTest::it_requires_an_associative_array":0,"Tests\\Modifiers\\ScopeTest::it_adds_scopes":0,"Tests\\Modifiers\\ScopeTest::it_adds_scopes_to_collections":0,"Tests\\Modifiers\\ScopeTest::it_augments_when_adding_scope":0.001,"Tests\\Modifiers\\ScopeTest::it_resolves_values_value_when_adding_scope":0,"Tests\\Modifiers\\SentenceListTest::it_makes_sentence_lists_with_arrays":0.001,"Tests\\Modifiers\\SentenceListTest::it_makes_sentence_lists_with_collections":0,"Tests\\Modifiers\\SentenceListTest::it_returns_original_value_when_not_iterable":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#0":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#1":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#2":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#3":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#4":0,"Tests\\Modifiers\\SetQueryParamTest::it_adds_a_non_existant_query_param#0":0,"Tests\\Modifiers\\SetQueryParamTest::it_adds_a_non_existant_query_param#1":0,"Tests\\Modifiers\\SetQueryParamTest::it_adds_a_non_existant_query_param#2":0,"Tests\\Modifiers\\SetQueryParamTest::it_adds_a_non_existant_query_param#3":0,"Tests\\Modifiers\\SetQueryParamTest::it_does_nothing_if_no_parameters_are_passed":0,"Tests\\Modifiers\\ShrugTest::it_shruggs":0,"Tests\\Modifiers\\ShuffleTest::it_shuffles_the_items#array":0,"Tests\\Modifiers\\ShuffleTest::it_shuffles_the_items#collection":0,"Tests\\Modifiers\\ShuffleTest::it_shuffles_the_items#query builder":0,"Tests\\Modifiers\\SingularTest::it_returns_the_singular_word_of_an_english_word#0":0,"Tests\\Modifiers\\SingularTest::it_returns_the_singular_word_of_an_english_word#1":0,"Tests\\Modifiers\\SingularTest::it_returns_the_singular_word_of_an_english_word#2":0,"Tests\\Modifiers\\SlugifyTest::it_converts_the_string_to_an_url_slug#0":0,"Tests\\Modifiers\\SmartypantsTest::it_translates_plain_ascii_chars_into_smart_punctuation#0":0.001,"Tests\\Modifiers\\SnakeTest::it_converts_a_string_into_snake_case#0":0,"Tests\\Modifiers\\SnakeTest::it_converts_a_string_into_snake_case#1":0,"Tests\\Modifiers\\SortTest::it_sorts_primitive_arrays":0,"Tests\\Modifiers\\SortTest::it_sorts_primitive_arrays_descending":0,"Tests\\Modifiers\\SortTest::it_sorts_multidimensional_arrays_by_a_key":0,"Tests\\Modifiers\\SortTest::it_sorts_multidimensional_arrays_by_a_key_descending":0,"Tests\\Modifiers\\SortTest::it_sorts_primitive_arrays_randomly":0.002,"Tests\\Modifiers\\SortTest::it_sorts_multidimensional_arrays_randomly":0.002,"Tests\\Modifiers\\SpacelessTest::it_removes_excess_whitespace_and_linebreaks_from_string#spaces_and_linebreaks":0,"Tests\\Modifiers\\StrPadBothTest::it_pads_a_string#pads_5_tilde":0,"Tests\\Modifiers\\StrPadBothTest::it_pads_a_string#pads_8_plus":0,"Tests\\Modifiers\\StrPadBothTest::it_pads_a_string#pads_4_two":0,"Tests\\Modifiers\\StrPadLeftTest::it_pads_a_string#pads_5_tilde":0,"Tests\\Modifiers\\StrPadLeftTest::it_pads_a_string#pads_8_plus":0,"Tests\\Modifiers\\StrPadLeftTest::it_pads_a_string#pads_4_two":0,"Tests\\Modifiers\\StrPadRightTest::it_pads_a_string#pads_5_tilde":0,"Tests\\Modifiers\\StrPadRightTest::it_pads_a_string#pads_8_plus":0,"Tests\\Modifiers\\StrPadRightTest::it_pads_a_string#pads_4_two":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_4_default":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_8_default":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_8_tilde_both":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_8_tilde_left":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_8_tilde_right":0,"Tests\\Modifiers\\SumTest::it_sums#list of ints":0,"Tests\\Modifiers\\SumTest::it_sums#list of strings":0,"Tests\\Modifiers\\SumTest::it_sums#list of floats, should return an integer":0,"Tests\\Modifiers\\SumTest::it_sums#list of floats, should return a float":0,"Tests\\Modifiers\\SumTest::it_sums#list of strings with points":0,"Tests\\Modifiers\\SumTest::it_sums#associative array of ints":0,"Tests\\Modifiers\\SumTest::it_sums#associative array of strings":0,"Tests\\Modifiers\\SumTest::it_sums#list of int values":0,"Tests\\Modifiers\\SumTest::it_sums#list of string values":0,"Tests\\Modifiers\\SumTest::it_sums#associative array of int values":0,"Tests\\Modifiers\\SumTest::it_sums#associative array of string values":0,"Tests\\Modifiers\\TitleTest::it_converts_to_a_title":0,"Tests\\Modifiers\\ToBoolTest::it_bools":0,"Modifiers\\ToJsonTest::it_converts_to_json#empty array":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#array":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#string":0,"Modifiers\\ToJsonTest::it_converts_to_json#null":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#collection":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#collection with JsonSerializables":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#JsonSerializable object":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#query builder":0.005,"Modifiers\\ToJsonTest::it_pretty_prints#empty array":0,"Modifiers\\ToJsonTest::it_pretty_prints#array":0.001,"Modifiers\\ToJsonTest::it_pretty_prints#string":0.001,"Modifiers\\ToJsonTest::it_pretty_prints#null":0,"Modifiers\\ToJsonTest::it_pretty_prints#collection":0.001,"Modifiers\\ToJsonTest::it_pretty_prints#collection with JsonSerializables":0,"Modifiers\\ToJsonTest::it_pretty_prints#JsonSerializable object":0.001,"Modifiers\\ToJsonTest::it_pretty_prints#query builder":0.005,"Tests\\Modifiers\\TrackableEmbedUrlTest::it_leaves_urls_from_unknown_providers_untouched":0,"Tests\\Modifiers\\TrackableEmbedUrlTest::it_transforms_vimeo_urls":0,"Tests\\Modifiers\\TrackableEmbedUrlTest::it_transforms_youtube_urls":0,"Tests\\Modifiers\\UlTest::it_turns_an_array_into_an_html_unordered_list":0,"Tests\\Modifiers\\UlTest::it_turns_an_empty_yaml_key_value_mapping_into_empty_string":0,"Tests\\Modifiers\\UniqueTest::it_returns_the_unique_items_in_an_array":0,"Tests\\Modifiers\\WhereTest::it_filters_data_by_a_given_key":0,"Tests\\Modifiers\\WhereTest::it_has_a_workaround_for_colon_syntax":0,"Tests\\Modifiers\\WidontTest::it_adds_space_to_plain_text":0,"Tests\\Modifiers\\WidontTest::it_uses_params_to_add_space_to_plain_text":0,"Tests\\Modifiers\\WidontTest::it_uses_params_to_add_space_to_long_broken_text":0,"Tests\\Modifiers\\WidontTest::it_adds_space_to_text_within_html_tags":0,"Tests\\Modifiers\\WidontTest::it_adds_space_to_text_within_multiple_html_tags":0,"Tests\\Modifiers\\WidontTest::it_uses_params_to_add_space_to_text_within_html_tags":0.001,"Tests\\Modifiers\\WidontTest::it_uses_params_to_add_space_to_text_within_multiple_html_tags":0,"Tests\\Modifiers\\WidontTest::it_pases_bard_test":0,"Tests\\Modifiers\\WidontTest::it_doesnt_add_nbsp_to_nested_list":0,"Tests\\OAuth\\ProviderTest::it_gets_the_config":0.001,"Tests\\OAuth\\ProviderTest::it_gets_the_label_through_the_config":0,"Tests\\OAuth\\ProviderTest::it_gets_user_data":0.001,"Tests\\OAuth\\ProviderTest::it_gets_user_data_using_a_callback":0.001,"Tests\\OAuth\\ProviderTest::it_merges_data":0.004,"Tests\\OAuth\\ProviderTest::it_makes_a_user":0.001,"Tests\\OAuth\\ProviderTest::it_makes_a_user_using_a_callback":0.001,"Tests\\OAuth\\ProviderTest::it_creates_a_user":0.003,"Tests\\OAuth\\ProviderTest::it_finds_an_existing_user_by_email":0.003,"Tests\\OAuth\\ProviderTest::it_gets_the_user_by_id_after_merging_data":0.003,"Tests\\PathsTest::testRelativePath":0,"Tests\\PathsTest::testIfPage":0,"Tests\\PathsTest::testIfEntry":0,"Tests\\PathsTest::testHiddenPage":0,"Tests\\PathsTest::testHiddenLocalizedPage":0,"Tests\\PathsTest::testHiddenEntry":0,"Tests\\PathsTest::testDraftPage":0,"Tests\\PathsTest::testDraftLocalizedPage":0,"Tests\\PathsTest::testDraftEntry":0,"Tests\\PathsTest::testAbsolutePaths":0,"Tests\\PathsTest::testResolvesPaths":0,"Tests\\PathsTest::testResolvesWindowsPaths":0,"Tests\\Permissions\\PermissionTest::it_makes_a_tree":0,"Tests\\Permissions\\PermissionTest::it_makes_tree_with_children":0,"Tests\\Permissions\\PermissionTest::it_adds_a_child":0,"Tests\\Permissions\\PermissionTest::it_adds_a_label":0,"Tests\\Permissions\\PermissionTest::it_adds_a_description":0,"Tests\\Permissions\\PermissionTest::it_adds_a_group":0,"Tests\\Permissions\\PermissionTest::it_gets_its_permissions_when_replacements_are_not_defined":0,"Tests\\Permissions\\PermissionTest::it_gets_its_permissions_when_replacements_are_defined":0,"Tests\\Permissions\\PermissionTest::it_combines_replacements_and_children":0.001,"Tests\\Permissions\\PermissionsTest::it_registers_a_permission":0,"Tests\\Permissions\\PermissionsTest::it_registers_a_permission_with_a_closure":0,"Tests\\Permissions\\PermissionsTest::it_registers_a_permission_via_a_string":0,"Tests\\Permissions\\PermissionsTest::it_registers_a_permission_via_a_string_and_closure":0,"Tests\\Permissions\\PermissionsTest::any_permissions_registered_within_a_group_callback_will_belong_to_that_group":0,"Tests\\Permissions\\PermissionsTest::it_defers_registration_until_boot_using_extend_method":0.002,"Tests\\Permissions\\PermissionsTest::it_places_any_permissions_registered_early_without_extend_callback_at_the_end":0.002,"Tests\\Permissions\\PermissionsTest::it_makes_a_tree":0.001,"Tests\\Permissions\\PermissionsTest::it_gets_all_permissions_in_a_flattened_structure":0,"Tests\\Permissions\\PermissionsTest::existing_permissions_can_be_modified":0,"Tests\\PhoneHomeTest::it_contacts_the_outpost#default":0.11,"Tests\\PhoneHomeTest::it_contacts_the_outpost#bcrypt":0.111,"Tests\\PhoneHomeTest::it_contacts_the_outpost#argon2i":0.302,"Tests\\PhoneHomeTest::it_contacts_the_outpost#argon2id":0.285,"Tests\\PhoneHomeTest::it_does_not_contact_the_outpost_if_disabled":0.061,"Tests\\PhoneHomeTest::it_does_not_contact_the_outpost_when_an_incorrect_key_is_provided":0.002,"Tests\\PhoneHomeTest::it_does_not_contact_the_outpost_when_key_is_missing":0.003,"Tests\\Policies\\CollectionPolicyTest::index_is_allowed_if_any_collection_is_viewable":0.006,"Tests\\Policies\\CollectionPolicyTest::index_is_allowed_if_any_collection_is_viewable_with_site_permissions":0.004,"Tests\\Policies\\CollectionPolicyTest::collections_are_viewable_with_view_permissions":0.002,"Tests\\Policies\\CollectionPolicyTest::collections_are_editable_with_configure_permissions":0.003,"Tests\\Policies\\CollectionPolicyTest::collections_can_be_created_with_configure_permission":0.003,"Tests\\Policies\\CollectionPolicyTest::collections_can_be_deleted_with_configure_permission":0.003,"Tests\\Policies\\EntryPolicyTest::entry_is_viewable_with_view_permissions":0.007,"Tests\\Policies\\EntryPolicyTest::entry_is_viewable_with_view_and_site_permissions":0.008,"Tests\\Policies\\EntryPolicyTest::entry_is_viewable_and_editable_with_edit_permissions":0.007,"Tests\\Policies\\EntryPolicyTest::entry_is_editable_with_edit_and_site_permissions":0.007,"Tests\\Policies\\EntryPolicyTest::entry_is_creatable_with_create_permissions":0.003,"Tests\\Policies\\EntryPolicyTest::entry_is_creatable_with_create_and_site_permissions":0.003,"Tests\\Policies\\EntryPolicyTest::entry_is_not_creatable_without_create_and_site_permissions":0.004,"Tests\\Policies\\EntryPolicyTest::another_authors_entry_is_editable":0,"Tests\\Policies\\EntryPolicyTest::another_authors_entry_is_editable_with_site_permission":0.001,"Tests\\Policies\\GlobalSetPolicyTest::index_is_allowed_if_any_set_is_viewable":0.006,"Tests\\Policies\\GlobalSetPolicyTest::index_is_allowed_if_any_set_is_viewable_with_site_permissions":0.006,"Tests\\Policies\\GlobalSetPolicyTest::globals_are_viewable_with_edit_permissions":0.004,"Tests\\Policies\\GlobalSetPolicyTest::globals_are_editable_with_configure_permissions":0.004,"Tests\\Policies\\GlobalSetPolicyTest::globals_can_be_created_with_configure_permission":0.003,"Tests\\Policies\\GlobalSetPolicyTest::globals_can_be_deleted_with_configure_permission":0.004,"Tests\\Policies\\GlobalSetVariablesPolicyTest::variables_are_editable_with_edit_permissions":0.003,"Tests\\Policies\\GlobalSetVariablesPolicyTest::variables_are_editable_with_edit_and_site_permissions":0.006,"Tests\\Policies\\GlobalSetVariablesPolicyTest::variables_can_be_created_with_configure_permission":0.003,"Tests\\Policies\\GlobalSetVariablesPolicyTest::variables_can_be_deleted_with_configure_permission":0.003,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_viewable_with_view_permissions":0.006,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_viewable_and_editable_with_edit_permissions":0.006,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_editable_with_edit_and_site_permissions":0.006,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_creatable_with_create_permissions":0.003,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_creatable_with_create_and_site_permissions":0.003,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_not_creatable_without_create_and_site_permissions":0.004,"Tests\\Policies\\NavPolicyTest::index_is_allowed_if_any_nav_is_viewable":0.006,"Tests\\Policies\\NavPolicyTest::index_is_allowed_if_any_nav_is_viewable_with_site_permissions":0.005,"Tests\\Policies\\NavPolicyTest::navs_are_viewable_with_view_permissions":0.003,"Tests\\Policies\\NavPolicyTest::navs_are_viewable_with_view_and_site_permissions":0.005,"Tests\\Policies\\NavPolicyTest::navs_are_editable_with_edit_permissions":0.002,"Tests\\Policies\\NavPolicyTest::navs_are_editable_with_edit_and_site_permissions":0.005,"Tests\\Policies\\NavPolicyTest::navs_can_be_created_with_configure_permission":0.012,"Tests\\Policies\\NavPolicyTest::navs_can_be_deleted_with_configure_permission":0.003,"Tests\\Policies\\NavTreePolicyTest::trees_are_viewable_with_view_permissions":0.002,"Tests\\Policies\\NavTreePolicyTest::trees_are_viewable_with_view_and_site_permissions":0.003,"Tests\\Policies\\NavTreePolicyTest::navs_are_editable_with_edit_permissions":0.002,"Tests\\Policies\\NavTreePolicyTest::navs_are_editable_with_edit_and_site_permissions":0.003,"Tests\\Policies\\SitePolicyTest::site_is_viewable_with_permission":0.002,"Tests\\Policies\\SitePolicyTest::site_is_viewable_without_permission_if_theres_a_single_site":0.002,"Tests\\Policies\\TaxonomyPolicyTest::index_is_allowed_if_any_taxonomy_is_viewable":0.006,"Tests\\Policies\\TaxonomyPolicyTest::index_is_allowed_if_any_taxonomy_is_viewable_with_site_permissions":0.004,"Tests\\Policies\\TaxonomyPolicyTest::taxonomies_are_viewable_with_view_permissions":0.002,"Tests\\Policies\\TaxonomyPolicyTest::taxonomies_are_editable_with_configure_permissions":0.003,"Tests\\Policies\\TaxonomyPolicyTest::taxonomies_can_be_created_with_configure_permission":0.003,"Tests\\Policies\\TaxonomyPolicyTest::taxonomies_can_be_deleted_with_configure_permission":0.003,"Tests\\Policies\\TermPolicyTest::term_is_viewable_with_view_permissions":0.006,"Tests\\Policies\\TermPolicyTest::term_is_viewable_and_editable_with_edit_permissions":0.006,"Tests\\Policies\\TermPolicyTest::term_is_creatable_with_create_permissions":0.003,"Tests\\Policies\\TermPolicyTest::term_is_creatable_with_create_and_site_permissions":0.004,"Tests\\Policies\\TermPolicyTest::term_is_not_creatable_without_create_and_site_permissions":0.003,"Tests\\Preferences\\DefaultPreferencesTest::it_gets_empty_array_by_default":0,"Tests\\Preferences\\DefaultPreferencesTest::it_gets_preferences_from_yaml":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_gets_a_preference_by_key":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_removes_a_preference_by_key":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_saves_preferences_to_file":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_merges_preferences_to_file":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_sets_a_single_preference_key":0.001,"Tests\\Preferences\\EndpointsTest::it_can_set_a_preference":0.265,"Tests\\Preferences\\EndpointsTest::it_can_append_a_preference":0.012,"Tests\\Preferences\\EndpointsTest::it_can_remove_a_preference":0.008,"Tests\\Preferences\\EndpointsTest::it_can_remove_a_preference_array_value":0.007,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_get_and_set_array_of_preferences":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_set_array_of_preferences":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_merge_array_of_preferences":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_set_a_single_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_remove_a_single_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_remove_a_single_preference_array_value":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_cleans_up_by_default_after_removing":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_remove_with_cleanup_disabled":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_get_a_single_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_check_if_a_single_preference_exists":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_modify_a_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_append_to_a_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_cleanup_a_preference":0,"Tests\\Preferences\\PrecedenceTest::it_can_get_user_preferences":0.001,"Tests\\Preferences\\PrecedenceTest::it_can_fallback_when_preference_doesnt_exist":0.001,"Tests\\Preferences\\PrecedenceTest::it_can_get_user_role_preferences":0.001,"Tests\\Preferences\\PrecedenceTest::it_gives_precedence_to_role_order_assigned_on_user":0.001,"Tests\\Preferences\\PrecedenceTest::it_can_get_default_preferences":0.001,"Tests\\Preferences\\PrecedenceTest::it_gives_precedence_to_higher_roles_over_lower_roles_as_defined_on_user":0.001,"Tests\\Preferences\\PrecedenceTest::it_gives_precedence_to_user_preferences_over_role_preferences":0.001,"Tests\\Preferences\\PrecedenceTest::it_gives_precedence_to_user_and_role_preferences_over_default_preferences":0.002,"Tests\\Preferences\\PrecedenceTest::it_merges_preferences_at_every_level_unless_otherwise_configured":0.002,"Tests\\Preferences\\PrecedenceTest::it_overrides_preferences_at_role_level_using_an_empty_array":0.002,"Tests\\Preferences\\PrecedenceTest::it_overrides_preferences_at_user_level_using_an_empty_array":0.002,"Tests\\Preferences\\PreferencesTest::it_registers_with_string_and_field_definition":0,"Tests\\Preferences\\PreferencesTest::it_registers_by_returning_array_from_extend_closure":0.001,"Tests\\Preferences\\PreferencesTest::it_defers_registration_until_boot_using_extend_method":0.001,"Tests\\Preferences\\PreferencesTest::it_places_any_preferences_registered_early_without_extend_callback_at_the_end":0.001,"Tests\\Preferences\\PreferencesTest::it_uses_fresh_default_preferences":0.001,"Tests\\Preferences\\PreferencesTest::it_uses_fresh_role_preferences":0.001,"Tests\\Preferences\\PreferencesTest::it_uses_fresh_role_preferences_via_group":0.001,"Tests\\Preferences\\PreferencesTest::it_uses_fresh_user_preferences":0.002,"Tests\\Preferences\\PreferencesTest::it_uses_preferences_with_priority":0.007,"Tests\\Query\\OrderByTest::it_parses_string#0":0,"Tests\\Query\\OrderByTest::it_parses_string#1":0,"Tests\\Query\\OrderByTest::it_parses_string#2":0,"Tests\\Query\\OrderByTest::it_parses_string#3":0,"Tests\\Query\\OrderByTest::it_parses_string#4":0,"Tests\\Query\\OrderByTest::it_parses_string#5":0,"Tests\\Query\\OrderByTest::it_parses_string#6":0,"Tests\\Query\\OrderByTest::it_parses_string#7":0,"Tests\\Query\\OrderByTest::it_parses_string#8":0,"Tests\\Query\\OrderedQueryBuilderTest::it_implements_query_builder":0,"Tests\\Query\\OrderedQueryBuilderTest::it_proxies_methods_onto_the_builder":0,"Tests\\Query\\OrderedQueryBuilderTest::it_orders_the_items_after_getting_them":0,"Tests\\Query\\OrderedQueryBuilderTest::it_wont_order_the_items_after_getting_them_if_the_builder_is_manually_ordered":0,"Tests\\Query\\OrderedQueryBuilderTest::it_wont_order_the_items_after_getting_them_if_the_builder_is_manually_randomly_ordered":0,"Tests\\Query\\OrderedQueryBuilderTest::it_wont_order_the_items_when_using_pagination":0,"Tests\\Query\\OrderedQueryBuilderTest::it_limits_after_the_results_have_been_retrieved":0,"Tests\\Query\\OrderedQueryBuilderTest::it_offsets_after_the_results_have_been_retrieved":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#nested get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#nested value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#nested method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#missing nested get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#missing nested value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#missing nested method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#scalar nested get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#scalar nested value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#scalar nested method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data nested get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data nested value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data nested method":0,"Tests\\Query\\ResolveValueTest::it_delegates_resolving_to_the_queryable_class#standard":0,"Tests\\Query\\ResolveValueTest::it_delegates_resolving_to_the_queryable_class#nested":0,"Tests\\Query\\ResolveValueTest::it_delegates_resolving_to_the_queryable_class#nested missing":0,"Tests\\Query\\ResolveValueTest::it_delegates_resolving_to_the_queryable_class#nested string":0,"Tests\\Query\\ResolveValueTest::self_resolving_values_will_resolve_themselves":0,"Tests\\Query\\StatusQueryBuilderTest::it_implements_query_builder":0,"Tests\\Query\\StatusQueryBuilderTest::it_proxies_methods_onto_the_builder":0,"Tests\\Query\\StatusQueryBuilderTest::it_queries_status_by_default":0,"Tests\\Query\\StatusQueryBuilderTest::the_fallback_query_status_value_can_be_set_in_the_constructor":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#where":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#whereIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#whereNotIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#whereNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#whereNotNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhere":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhereIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhereNotIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhereNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhereNotNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_wherestatus_is_explicitly_queried":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#where":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#whereIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#whereNotIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#whereNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#whereNotNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhere":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhereIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhereNotIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhereNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhereNotNull":0,"Tests\\Revisions\\RepositoryTest::it_gets_revisions_and_excludes_working_copies":0.002,"Tests\\Routing\\ResolveRedirectTest::it_resolves_standard_redirects":0,"Tests\\Routing\\ResolveRedirectTest::it_cant_resolve_a_first_child_without_a_parent":0,"Tests\\Routing\\ResolveRedirectTest::it_cannot_resolve_a_first_child_redirect_if_the_parent_is_not_a_page":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_first_child":0.001,"Tests\\Routing\\ResolveRedirectTest::it_resolves_first_child_through_an_entry":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_a_first_child_redirect_when_its_a_root_page":0,"Tests\\Routing\\ResolveRedirectTest::a_parent_without_a_child_resolves_to_a_404":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_references_to_entries":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_references_to_entries_localized":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_references_to_entries_localized_with_fallback":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_references_to_assets":0,"Tests\\Routing\\ResolveRedirectTest::unknown_entry_ids_resolve_to_404":0,"Tests\\Routing\\ResolveRedirectTest::it_can_invoke_the_class_or_call_resolve":0,"Tests\\Routing\\ResolveRedirectTest::it_can_resolve_a_group_field_with_url":0.001,"Tests\\Routing\\ResolveRedirectTest::it_can_resolve_a_group_field_with_entry":0,"Tests\\Routing\\ResolveRedirectTest::it_can_resolve_arrays_with_url_and_code":0,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp collection":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing collection":0.029,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api collection":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing collection":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp collection and entry":0.017,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing collection and entry":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp collection and missing entry":0.026,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api collection and missing entry":0.02,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp taxonomy":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing taxonomy":0.029,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api taxonomy":0.013,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing taxonomy and term":0.037,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp taxonomy and missing term":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api taxonomy and missing term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing container":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing container and asset":0.056,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp container and missing asset":0.029,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api container and missing asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing global":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp site":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing site":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api site":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing site":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp entry revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp entry missing revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp term revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp term missing revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp invalid content revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api entry revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api entry missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api term revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api term missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api invalid content revision":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing form":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp collection":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing collection":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api collection":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing collection":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing collection and entry":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp collection and missing entry":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api collection and missing entry":0.017,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing taxonomy":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing taxonomy and term":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp taxonomy and missing term":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api taxonomy and missing term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing container":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing container and asset":0.028,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp container and missing asset":0.028,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing container and asset":0.011,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api container and missing asset":0.019,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing global":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp site":0.018,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing site":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api site":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing site":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp entry revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp entry missing revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp term revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp term missing revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp invalid content revision":0.028,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api entry revision":0.011,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api entry missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api term revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api term missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api invalid content revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing form":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing form":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#collection":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#collection with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing collection":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#collection and missing entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#entry with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#taxonomy with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#taxonomy and missing term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#term with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#container":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#container with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing container":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#container and asset":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing container and asset":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#container and missing asset":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#asset with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#global":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#global with custom binding":0.017,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing global":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#site":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#site with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing site":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#entry revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#entry missing revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#term revision":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#term missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#invalid content revision":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#form":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#form with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing form":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#collection":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#collection with custom binding":0.018,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing collection":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#entry":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing entry":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#collection and entry":0.014,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#collection and missing entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#entry with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#taxonomy with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing taxonomy and term":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#taxonomy and missing term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#term with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#container":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#container with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing container":0.017,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#container and asset":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#container and missing asset":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#asset with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#global":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#global with custom binding":0.018,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing global":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#site":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#site with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing site":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#entry revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#entry missing revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#term revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#term missing revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#invalid content revision":0.018,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#form":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#form with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing form":0.01,"RouteBindingTest::it_bypasses_binding_for_broadcasting#collection":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#entry":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#taxonomy":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#term":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#asset_container":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#asset":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#global":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#site":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#revision":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#form":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#collection":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#entry":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#taxonomy":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#term":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#asset_container":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#asset":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#global":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#site":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#revision":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#form":0.001,"Tests\\Routing\\RouterMixinTest::statamic_routes_are_registered":0,"Tests\\Routing\\RoutesTest::it_renders_a_view":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_data_from_a_closure":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_without_data":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_placeholders":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_placeholders_and_data_from_a_closure":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_custom_layout":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_without_a_layout#null":0.011,"Tests\\Routing\\RoutesTest::it_renders_a_view_without_a_layout#false":0.002,"Tests\\Routing\\RoutesTest::it_loads_content":0.006,"Tests\\Routing\\RoutesTest::it_loads_content_by_uri":0.006,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_custom_content_type":0.002,"Tests\\Routing\\RoutesTest::xml_antlers_template_with_xml_layout_will_use_both_and_change_the_content_type":0.002,"Tests\\Routing\\RoutesTest::xml_antlers_template_with_non_xml_layout_will_change_content_type_but_avoid_using_the_layout":0.002,"Tests\\Routing\\RoutesTest::xml_antlers_layout_will_change_the_content_type":0.002,"Tests\\Routing\\RoutesTest::xml_blade_template_will_not_change_content_type":0.002,"Tests\\Routing\\RoutesTest::xml_template_with_custom_content_type_does_not_change_to_xml":0.002,"Tests\\Routing\\RoutesTest::it_loads_entry_by_binding":0.005,"Tests\\Routing\\RoutesTest::it_loads_term_by_binding":0.004,"Tests\\Routing\\UrlBuilderTest::it_builds_a_simple_url":0.001,"Tests\\Routing\\UrlBuilderTest::it_builds_a_simple_url_using_mustache_tags":0.001,"Tests\\Routing\\UrlBuilderTest::it_builds_a_date_url":0.002,"Tests\\Routing\\UrlBuilderTest::it_builds_a_simple_localized_url":0.001,"Tests\\Routing\\UrlBuilderTest::it_keeps_slashes_in_values":0.001,"Tests\\Routing\\UrlBuilderTest::it_trims_trailing_slashes":0.001,"Tests\\Routing\\UrlBuilderTest::it_ensures_a_leading_slash":0.001,"Tests\\Routing\\UrlBuilderTest::it_merges_in_extra_variables":0.001,"Tests\\Routing\\UrlBuilderTest::it_slugifies_non_slugified_values":0.001,"Tests\\Routing\\UrlBuilderTest::it_removes_consecutive_slashes_left_by_null_values":0.001,"Tests\\Routing\\UrlBuilderTest::it_preserves_dots_in_url":0.002,"Tests\\Rules\\ComposerPackageTest::it_validates_handles":0.001,"Tests\\Rules\\ComposerPackageTest::it_outputs_helpful_validation_error":0,"Tests\\Rules\\EmailAvailableTest::it_validates_handles":0.001,"Tests\\Rules\\EmailAvailableTest::it_outputs_helpful_validation_error":0.001,"Tests\\Rules\\HandleTest::it_validates_handles":0.001,"Tests\\Rules\\HandleTest::it_outputs_helpful_validation_error":0,"Tests\\Rules\\SlugTest::it_validates_handles":0.001,"Tests\\Rules\\SlugTest::it_outputs_helpful_validation_error":0,"Tests\\Search\\AlgoliaIndexTest::search_event_gets_emitted":0,"Tests\\Search\\AlgoliaQueryTest::it_adds_scores":0.001,"Tests\\Search\\CombIndexTest::search_event_gets_emitted":0,"Tests\\Search\\CombTest::it_searches#string with single result":0.001,"Tests\\Search\\CombTest::it_searches#string with multiple results":0,"Tests\\Search\\CombTest::it_searches#email":0,"Tests\\Search\\CombTest::it_extracts_snippets":0,"Tests\\Search\\CombTest::it_extracts_snippets_from_a_bard_field":0,"Tests\\Search\\CombTest::it_can_search_for_plus_signs":0,"Tests\\Search\\CombTest::it_can_search_for_slashes":0,"Tests\\Search\\IndexManagerTest::it_gets_indexes":0.001,"Tests\\Search\\QueryBuilderTest::it_can_get_results":0.001,"Tests\\Search\\QueryBuilderTest::it_can_get_results_with_data":0.011,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_in":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_date":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_month":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_day":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_year":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_time":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_null":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_not_null":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_null":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_not_null":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_between":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_not_between":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_between":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_not_between":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_nested_where":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_nested_where_in":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_json_contains":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_json_doesnt_contain":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_json_contains":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_json_doesnt_contain":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_json_length":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_multiple_wheres":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_array_of_wheres":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_with_json_value":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_column":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_when":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_unless":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_tap":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_offset":0.001,"Tests\\Search\\QueryBuilderTest::values_can_be_plucked":0.001,"Tests\\Search\\SearchTest::it_updates_indexes#contains entry":0.001,"Tests\\Search\\SearchTest::it_updates_indexes#doesnt contain entry":0,"Tests\\Search\\SearchTest::it_updates_indexes#contains entry but index doesnt exist":0,"Tests\\Search\\SearchTest::it_updates_indexes#doesnt contain entry and index doesnt exist":0,"Tests\\Search\\SearchTest::it_deletes_from_indexes#index exists":0,"Tests\\Search\\SearchTest::it_deletes_from_indexes#index doesnt exist":0,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers":0.014,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all, english":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers, english":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images, english":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents, english":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all, french":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers, french":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images, french":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents, french":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_can_use_a_custom_filter#class":0.007,"Tests\\Search\\Searchables\\AssetsTest::it_can_use_a_custom_filter#closure":0.007,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all collections":0.014,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#blog":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#pages":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all, english":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all collections, english":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#blog, english":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#pages, english":0.014,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all, french":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all collections, french":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#blog, french":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#pages, french":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_can_use_a_custom_filter#class":0.007,"Tests\\Search\\Searchables\\EntriesTest::it_can_use_a_custom_filter#closure":0.007,"Tests\\Search\\Searchables\\TermsTest::it_finds_terms_from_references":0.005,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all taxonomies":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#tags":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#categories":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all, english":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all taxonomies, english":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#tags, english":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#categories, english":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all, french":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all taxonomies, french":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#tags, french":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#categories, french":0.007,"Tests\\Search\\Searchables\\TermsTest::it_can_use_a_custom_filter#class":0.006,"Tests\\Search\\Searchables\\TermsTest::it_can_use_a_custom_filter#closure":0.005,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all":0.003,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all users":0.004,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all, english":0.003,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all users, english":0.004,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all, french":0.003,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all users, french":0.003,"Tests\\Search\\Searchables\\UsersTest::it_can_use_a_custom_filter#class":0.004,"Tests\\Search\\Searchables\\UsersTest::it_can_use_a_custom_filter#closure":0.004,"Tests\\Search\\SearchablesTest::it_checks_all_providers_for_whether_an_item_is_searchable":0.003,"Tests\\Search\\SearchablesTest::all_searchables_include_entries_terms_assets_and_users":0.001,"Tests\\Search\\SearchablesTest::it_gets_searchables_from_specific_providers":0.001,"Tests\\Search\\SearchablesTest::it_transforms_values_set_in_the_config_file":0.002,"Tests\\Search\\SearchablesTest::it_uses_regular_value_if_theres_not_a_corresponding_transformer":0.001,"Tests\\Search\\SearchablesTest::it_transforms_by_a_class_set_in_the_config_file":0.001,"Tests\\Search\\SearchablesTest::if_transformed_value_is_a_string_without_a_matching_class_it_throws_exception":0.001,"Tests\\Search\\SearchablesTest::if_a_closure_based_transformer_returns_an_array_it_gets_combined_into_the_results":0.001,"Tests\\Search\\SearchablesTest::if_a_class_based_transformer_returns_an_array_it_gets_combined_into_the_results":0.002,"Tests\\Search\\SearchablesTest::can_register_a_custom_searchable_and_get_results":0.001,"Tests\\Search\\SearchablesTest::it_throws_exception_when_using_unknown_searchable":0.001,"Tests\\Search\\UpdateItemIndexesTest::it_updates_indexes_on_save":0,"Tests\\Search\\UpdateItemIndexesTest::it_updates_indexes_on_delete":0,"Tests\\Search\\UpdateItemIndexesTest::it_updates_term_localizations_when_saving_a_term":0,"Tests\\Search\\UpdateItemIndexesTest::it_deletes_term_localizations_when_deleting_a_term":0,"Tests\\Sites\\SiteTest::gets_handle":0,"Tests\\Sites\\SiteTest::gets_name":0,"Tests\\Sites\\SiteTest::gets_locale":0,"Tests\\Sites\\SiteTest::gets_short_locale":0,"Tests\\Sites\\SiteTest::gets_lang":0,"Tests\\Sites\\SiteTest::gets_url_when_given_a_trailing_slash":0,"Tests\\Sites\\SiteTest::gets_url_when_not_given_a_trailing_slash":0,"Tests\\Sites\\SiteTest::gets_url_given_a_relative_url":0,"Tests\\Sites\\SiteTest::gets_url_given_a_relative_url_and_subdirectory":0,"Tests\\Sites\\SiteTest::gets_url_given_a_relative_url_and_subdirectory_with_trailing_slash":0,"Tests\\Sites\\SiteTest::gets_absolute_url":0.003,"Tests\\Sites\\SiteTest::gets_path":0.001,"Tests\\Sites\\SiteTest::it_is_augmentable":0.002,"Tests\\Sites\\SiteTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Sites\\SiteTest::it_casts_the_handle_to_a_string":0,"Tests\\Sites\\SiteTest::it_gets_direction":0,"Tests\\Sites\\SiteTest::it_gets_direction_from_custom_lang":0,"Tests\\Sites\\SitesConfigTest::it_gets_sites_from_yaml":0.001,"Tests\\Sites\\SitesConfigTest::it_gets_default_site_without_yaml":0.001,"Tests\\Sites\\SitesConfigTest::it_sets_sites_at_runtime":0.001,"Tests\\Sites\\SitesConfigTest::it_resolves_antlers_when_resolving_sites":0.001,"Tests\\Sites\\SitesConfigTest::it_saves_single_site_back_to_yaml_in_normalized_sites_array":0.001,"Tests\\Sites\\SitesConfigTest::it_saves_multiple_sites_back_to_yaml":0.002,"Tests\\Sites\\SitesConfigTest::it_saves_single_site_back_to_yaml_with_unresolved_antlers":0.002,"Tests\\Sites\\SitesConfigTest::it_saves_multiple_sites_back_to_yaml_with_unresolved_antlers":0.002,"Tests\\Sites\\SitesConfigTest::it_saves_site_through_cp_endpoint":0.01,"Tests\\Sites\\SitesConfigTest::it_saves_multiple_sites_through_cp_endpoint":0.011,"Tests\\Sites\\SitesConfigTest::it_validates_required_fields_for_site_through_cp_endpoint":0.008,"Tests\\Sites\\SitesConfigTest::it_validates_required_fields_for_multiple_sites_through_cp_endpoint":0.01,"Tests\\Sites\\SitesConfigTest::it_validates_at_least_one_site_is_required_for_multiple_sites_through_cp_endpoint#with no sites array":0.017,"Tests\\Sites\\SitesConfigTest::it_validates_at_least_one_site_is_required_for_multiple_sites_through_cp_endpoint#sites array with no elements":0.008,"Tests\\Sites\\SitesConfigTest::it_validates_at_least_one_site_is_required_for_multiple_sites_through_cp_endpoint#sites null":0.007,"Tests\\Sites\\SitesTest::gets_all_sites":0,"Tests\\Sites\\SitesTest::gets_authorized_sites":0.003,"Tests\\Sites\\SitesTest::can_reinitialize_sites_by_reproviding_the_config":0,"Tests\\Sites\\SitesTest::can_change_specific_config_items":0.001,"Tests\\Sites\\SitesTest::can_change_specific_config_items_the_legacy_deprecated_way":0.001,"Tests\\Sites\\SitesTest::checks_whether_there_are_multiple_sites":0,"Tests\\Sites\\SitesTest::gets_site_by_handle":0,"Tests\\Sites\\SitesTest::it_gets_the_default_site":0,"Tests\\Sites\\SitesTest::gets_site_from_url":0.001,"Tests\\Sites\\SitesTest::current_site_can_be_explicitly_set":0,"Tests\\Sites\\SitesTest::gets_site_from_url_when_using_relative_urls":0.001,"Tests\\Sites\\SitesTest::it_gets_the_selected_site_from_session":0,"Tests\\Sites\\SitesTest::the_selected_site_is_the_default_if_not_set":0,"Tests\\Sites\\SitesTest::the_selected_site_is_the_default_if_invalid":0,"Tests\\Stache\\AggregateStoreTest::it_gets_and_sets_child_stores":0,"Tests\\Stache\\BasicStoreTest::it_gets_an_item_by_key":0.001,"Tests\\Stache\\BasicStoreTest::items_are_different_instances_every_time":0.008,"Tests\\Stache\\BasicStoreTest::it_gets_an_item_by_path":0,"Tests\\Stache\\BasicStoreTest::it_forgets_an_item_by_key":0,"Tests\\Stache\\BasicStoreTest::it_saves_an_item":0,"Tests\\Stache\\DuplicatesTest::it_tracks_duplicates":0.002,"Tests\\Stache\\DuplicatesTest::it_saves_to_the_cache":0,"Tests\\Stache\\DuplicatesTest::it_doesnt_save_if_there_are_no_changes":0,"Tests\\Stache\\DuplicatesTest::it_loads_from_cache":0,"Tests\\Stache\\DuplicatesTest::it_clears_the_cache":0,"Tests\\Stache\\DuplicatesTest::it_finds_all_the_duplicates":0.002,"Tests\\Stache\\DuplicatesTest::it_checks_if_a_duplicate_exists":0,"Tests\\Stache\\FeatureTest::it_gets_all_collections":0.003,"Tests\\Stache\\FeatureTest::it_gets_all_entries":0.029,"Tests\\Stache\\FeatureTest::it_gets_entry":0.014,"Tests\\Stache\\FeatureTest::it_gets_all_taxonomies":0.002,"Tests\\Stache\\FeatureTest::it_gets_all_globals":0.002,"Tests\\Stache\\FeatureTest::it_gets_globals":0.019,"Tests\\Stache\\FeatureTest::it_gets_asset_containers":0.002,"Tests\\Stache\\FeatureTest::it_gets_an_asset_container":0.001,"Tests\\Stache\\FeatureTest::it_gets_users":0.002,"Tests\\Stache\\FeatureTest::it_gets_a_user":0.018,"Tests\\Stache\\FeatureTest::it_gets_an_entry_by_uri":0.018,"Tests\\Stache\\FeatureTest::it_gets_an_entry_in_structure_by_uri":0.018,"Tests\\Stache\\FeatureTest::it_returns_null_when_cannot_find_entry_by_uri":0.017,"Tests\\Stache\\FeatureTest::it_gets_structures":0.004,"Tests\\Stache\\FeatureTest::it_gets_a_structure":0.001,"Tests\\Stache\\FeatureTest::it_gets_navs":0.001,"Tests\\Stache\\FeatureTest::it_gets_a_nav":0.002,"Tests\\Stache\\FeatureTest::it_gets_a_collection_structure":0.009,"Tests\\Stache\\FeatureTest::it_saves_structures":0.002,"Tests\\Stache\\FeatureTest::saving_a_collection_writes_it_to_file":0.004,"Tests\\Stache\\FeatureTest::saving_an_asset_container_writes_it_to_file":0.003,"Tests\\Stache\\FeatureTest::saving_a_taxonomy_writes_it_to_file":0.004,"Tests\\Stache\\FeatureTest::saving_a_global_set_writes_it_to_file":0.005,"Tests\\Stache\\FeatureTest::saving_an_entry_writes_it_to_file":0.023,"Tests\\Stache\\FeatureTest::saving_an_entry_with_a_closure_based_slug_resolves_it_before_writing_to_file":0.032,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::it_gets_all_asset_containers":0.001,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::it_gets_an_asset_container_by_handle":0.001,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::it_saves_a_container_to_the_stache_and_to_a_file":0.001,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::test_find_or_fail_gets_container":0.001,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::test_find_or_fail_throws_exception_when_container_does_not_exist":0.001,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::it_gets_all_collections":0.002,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::it_gets_a_collection_by_handle":0.001,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::it_saves_a_collection_to_the_stache_and_to_a_file":0.002,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::it_gets_additional_preview_targets":0,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::test_find_or_fail_gets_collection":0.001,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::test_find_or_fail_throws_exception_when_collection_does_not_exist":0.001,"Tests\\Stache\\Repositories\\CollectionTreeRepositoryTest::it_gets_a_collection_tree":0,"Tests\\Stache\\Repositories\\CollectionTreeRepositoryTest::it_saves_a_nav_tree_through_the_store":0,"Tests\\Stache\\Repositories\\CollectionTreeRepositoryTest::it_updates_the_order_index_for_entries_when_saving":0,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_all_entries":0.006,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entries_from_a_collection":0.007,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entries_from_multiple_collections":0.004,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_id":0.007,"Tests\\Stache\\Repositories\\EntryRepositoryTest::test_find_or_fail_gets_entry":0.007,"Tests\\Stache\\Repositories\\EntryRepositoryTest::test_find_or_fail_throws_exception_when_entry_does_not_exist":0.007,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_uri#case sensitive":0.01,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_uri#case insensitive":0.01,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_uri#missing":0.01,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_structure_uri":0.01,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_saves_an_entry_to_the_stache_and_to_a_file":0.014,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_can_delete":0.015,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::it_gets_all_global_sets":0.001,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::it_gets_a_global_set_by_id":0.001,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::it_gets_a_global_set_by_handle":0.001,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::it_saves_a_global_to_the_stache_and_to_a_file":0.002,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::test_find_or_fail_gets_global":0.001,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::test_find_or_fail_throws_exception_when_global_does_not_exist":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_all_global_variables_with_single_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_all_global_variables_with_multi_site":0.002,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_a_global_variable_by_id_with_single_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_a_global_variable_by_id_with_multi_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_global_variables_by_set_handle_with_single_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_global_variables_by_set_handle_with_multi_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_saves_a_global_to_the_stache_and_to_a_file_with_single_site":0.002,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_saves_a_global_to_the_stache_and_to_a_file_with_multi_site":0.003,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_deletes_a_global_from_the_stache_and_file_with_single_site":0.002,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_deletes_a_global_from_the_stache_and_file_with_multi_site":0.003,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::test_find_or_fail_gets_global":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::test_find_or_fail_throws_exception_when_global_does_not_exist":0.001,"Tests\\Stache\\Repositories\\NavTreeRepositoryTest::it_gets_a_nav_tree":0,"Tests\\Stache\\Repositories\\NavTreeRepositoryTest::it_saves_a_nav_tree_through_the_store":0,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::it_gets_all_navs":0.001,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::it_gets_a_nav_by_handle":0.001,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::it_saves_a_nav_to_the_stache_and_to_a_file":0.001,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::test_find_or_fail_gets_nav":0.001,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::test_find_or_fail_throws_exception_when_nav_does_not_exist":0.001,"Tests\\Stache\\Repositories\\SubmissionRepositoryTest::it_gets_all_submissions":0.003,"Tests\\Stache\\Repositories\\SubmissionRepositoryTest::it_saves_a_submission_to_the_stache_and_to_a_file":0.004,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_all_taxonomies":0.001,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_a_taxonomy_by_handle":0.001,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_a_taxonomy_by_uri":0.002,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_a_taxonomy_by_uri_with_collection":0.002,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_saves_a_taxonomy_to_the_stache_and_to_a_file":0.001,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_additional_preview_targets":0,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::test_find_or_fail_gets_taxonomy":0.001,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::test_find_or_fail_throws_exception_when_taxonomy_does_not_exist":0,"Tests\\Stache\\Repositories\\UserRepositoryTest::it_gets_all_users":0.001,"Tests\\Stache\\Repositories\\UserRepositoryTest::it_gets_a_user_by_id":0.001,"Tests\\Stache\\StacheTest::sites_can_be_defined_and_retrieved":0,"Tests\\Stache\\StacheTest::default_site_can_be_retrieved":0,"Tests\\Stache\\StacheTest::stores_can_be_registered":0,"Tests\\Stache\\StacheTest::multiple_stores_can_be_registered_at_once":0,"Tests\\Stache\\StacheTest::an_aggregate_stores_child_store_can_be_retrieved_directly":0,"Tests\\Stache\\StacheTest::it_generates_an_id":0,"Tests\\Stache\\StacheTest::it_clears_its_cache":0,"Tests\\Stache\\StacheTest::it_refreshes_itself":0,"Tests\\Stache\\StacheTest::it_gets_its_cache_file_size":0,"Tests\\Stache\\StacheTest::it_can_record_its_build_time":0,"Tests\\Stache\\StoreTest::it_forces_a_trailing_slash_when_setting_the_directory":0,"Tests\\Stache\\StoreTest::it_gets_the_paths_from_the_cache_only_once":0,"Tests\\Stache\\StoreTest::it_gets_the_paths_from_the_cache_every_time_if_running_in_a_queue_worker":0,"Tests\\Stache\\Stores\\AssetContainersStoreTest::it_gets_yaml_files":0.001,"Tests\\Stache\\Stores\\AssetContainersStoreTest::it_makes_asset_container_instances_from_files":0.002,"Tests\\Stache\\Stores\\AssetContainersStoreTest::it_uses_the_handle_as_the_item_key":0,"Tests\\Stache\\Stores\\AssetContainersStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_only_gets_yaml_files":0.001,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_only_gets_files_for_trees_with_a_structured_collection":0.001,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_makes_collection_tree_instances_from_files":0,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_makes_nav_tree_instances_from_files_when_using_multisite":0,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_uses_the_handle_and_locale_as_the_item_key_for_nav_trees":0,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_only_gets_top_level_yaml_files":0.001,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_makes_collection_instances_from_files":0,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_normalizes_preview_target_url_into_format":0.001,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_uses_the_filename_as_the_item_key":0,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::it_gets_nested_files":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::it_makes_entry_instances_from_files":0.002,"Tests\\Stache\\Stores\\EntriesStoreTest::if_slugs_are_not_required_the_filename_still_becomes_the_slug":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::if_slugs_are_not_required_and_the_filename_is_the_same_as_the_id_then_slug_is_null":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::if_slugs_are_required_and_the_filename_is_the_same_as_the_id_then_slug_is_the_id":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::it_uses_the_id_of_the_entry_as_the_item_key":0,"Tests\\Stache\\Stores\\EntriesStoreTest::it_saves_to_disk":0.006,"Tests\\Stache\\Stores\\EntriesStoreTest::it_saves_to_disk_with_modified_path":0.011,"Tests\\Stache\\Stores\\EntriesStoreTest::it_appends_suffix_to_the_filename_if_one_already_exists":0.008,"Tests\\Stache\\Stores\\EntriesStoreTest::it_doesnt_append_the_suffix_to_the_filename_if_it_is_itself":0.006,"Tests\\Stache\\Stores\\EntriesStoreTest::it_doesnt_append_the_suffix_to_an_already_suffixed_filename_if_it_is_itself":0.006,"Tests\\Stache\\Stores\\EntriesStoreTest::it_keeps_the_suffix_even_if_the_suffixless_path_is_available":0.006,"Tests\\Stache\\Stores\\EntriesStoreTest::it_removes_the_suffix_if_it_previously_had_one_but_needs_a_new_path_anyway":0.007,"Tests\\Stache\\Stores\\EntriesStoreTest::it_ignores_entries_in_a_site_subdirectory_where_the_collection_doesnt_have_that_site_enabled":0.001,"Tests\\Stache\\Stores\\FormSubmissionStoreTest::it_makes_entry_instances_from_files":0.001,"Tests\\Stache\\Stores\\FormSubmissionStoreTest::it_saves_to_disk":0.002,"Tests\\Stache\\Stores\\GlobalVariablesStoreTest::it_gets_yaml_files_from_the_root":0.001,"Tests\\Stache\\Stores\\GlobalVariablesStoreTest::it_makes_global_variable_instances_from_files":0,"Tests\\Stache\\Stores\\GlobalVariablesStoreTest::it_uses_the_id_as_the_item_key":0,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_gets_yaml_files_from_the_root":0.001,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_makes_global_set_instances_from_files":0,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_uses_the_id_as_the_item_key":0,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_saves_to_disk_with_multiple_sites":0,"Tests\\Stache\\Stores\\KeysTest::it_tracks_keys":0,"Tests\\Stache\\Stores\\KeysTest::adding_a_duplicate_throws_an_exception":0,"Tests\\Stache\\Stores\\KeysTest::it_saves_to_the_cache":0,"Tests\\Stache\\Stores\\KeysTest::it_loads_from_cache":0,"Tests\\Stache\\Stores\\KeysTest::it_clears_the_cache":0,"Tests\\Stache\\Stores\\KeysTest::it_forgets_a_key":0,"Tests\\Stache\\Stores\\KeysTest::it_sets_the_path_of_a_key":0,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_only_gets_yaml_files":0.001,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_makes_nav_tree_instances_from_files":0,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_makes_nav_tree_instances_from_files_when_using_multisite":0,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_uses_the_handle_and_locale_as_the_item_key_for_nav_trees":0,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\NavigationStoreTest::it_only_gets_top_level_yaml_files":0.001,"Tests\\Stache\\Stores\\NavigationStoreTest::it_makes_structure_instances_from_files":0,"Tests\\Stache\\Stores\\NavigationStoreTest::it_uses_the_filename_as_the_item_key":0,"Tests\\Stache\\Stores\\NavigationStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\NavigationStoreTest::it_saves_to_disk_with_multiple_sites":0,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_only_gets_top_level_yaml_files":0.001,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_makes_taxonomy_instances_from_files":0,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_normalizes_preview_target_url_into_format":0,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_uses_the_filename_as_the_item_key":0,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\TermsStoreTest::it_saves_to_disk":0.002,"Tests\\Stache\\Stores\\UsersStoreTest::it_gets_yaml_files":0.001,"Tests\\Stache\\Stores\\UsersStoreTest::it_makes_user_instances_from_files":0,"Tests\\Stache\\Stores\\UsersStoreTest::it_uses_the_id_as_the_item_key":0,"Tests\\Stache\\TraverserTest::throws_exception_if_store_doesnt_have_a_directory_defined":0,"Tests\\Stache\\TraverserTest::it_gets_no_files_if_directory_doesnt_exist":0,"Tests\\Stache\\TraverserTest::gets_files_in_a_stores_directory":0.001,"Tests\\Stache\\TraverserTest::files_can_be_filtered":0.001,"Tests\\StarterKits\\ExportTest::it_can_stub_out_a_new_config":0.002,"Tests\\StarterKits\\ExportTest::it_can_export_files":0.004,"Tests\\StarterKits\\ExportTest::it_can_export_folders":0.004,"Tests\\StarterKits\\ExportTest::it_can_export_as_to_different_destination_path":0.004,"Tests\\StarterKits\\ExportTest::it_copies_export_config":0.013,"Tests\\StarterKits\\ExportTest::it_copies_post_install_script_hook_when_available":0.004,"Tests\\StarterKits\\ExportTest::it_exports_all_dependencies_from_versionless_array":0.004,"Tests\\StarterKits\\ExportTest::it_exports_only_non_dev_dependencies_from_versionless_array":0.004,"Tests\\StarterKits\\ExportTest::it_exports_only_dev_dependencies_from_versionless_array":0.004,"Tests\\StarterKits\\ExportTest::it_overrides_all_dependencies_from_composer_json":0.004,"Tests\\StarterKits\\ExportTest::it_overrides_non_dev_dependencies_from_composer_json":0.004,"Tests\\StarterKits\\ExportTest::it_overrides_dev_dependencies_from_composer_json":0.014,"Tests\\StarterKits\\ExportTest::it_does_not_export_opinionated_app_composer_json":0.002,"Tests\\StarterKits\\ExportTest::it_does_not_export_as_with_opinionated_app_composer_json":0.002,"Tests\\StarterKits\\ExportTest::it_exports_basic_composer_json_file":0.004,"Tests\\StarterKits\\ExportTest::it_uses_existing_composer_json_file":0.004,"Tests\\StarterKits\\HookTest::it_can_find_and_return_hook_instance_from_class_path":0.001,"Tests\\StarterKits\\HookTest::it_returns_null_when_hook_class_doesnt_exist":0,"Tests\\StarterKits\\InstallTest::it_installs_starter_kit":0.099,"Tests\\StarterKits\\InstallTest::it_installs_from_custom_export_paths":0.085,"Tests\\StarterKits\\InstallTest::it_installs_from_github":0.094,"Tests\\StarterKits\\InstallTest::it_installs_from_bitbucket":0.093,"Tests\\StarterKits\\InstallTest::it_installs_from_gitlab":0.091,"Tests\\StarterKits\\InstallTest::it_installs_successfully_without_pinging_cloud_when_local_option_is_passed":0.092,"Tests\\StarterKits\\InstallTest::it_restores_existing_repositories_after_successful_install":0.126,"Tests\\StarterKits\\InstallTest::it_fails_if_starter_kit_config_does_not_exist":0.089,"Tests\\StarterKits\\InstallTest::it_fails_if_an_export_path_doesnt_exist":0.084,"Tests\\StarterKits\\InstallTest::it_merges_folders":0.103,"Tests\\StarterKits\\InstallTest::it_doesnt_copy_files_not_defined_as_export_paths":0.095,"Tests\\StarterKits\\InstallTest::it_overwrites_files":0.093,"Tests\\StarterKits\\InstallTest::it_doesnt_copy_starter_kit_config_by_default":0.091,"Tests\\StarterKits\\InstallTest::it_copies_starter_kit_config_when_option_is_passed":0.092,"Tests\\StarterKits\\InstallTest::it_copies_starter_kit_post_install_script_hook_when_with_config_option_is_passed":0.093,"Tests\\StarterKits\\InstallTest::it_doesnt_copy_starter_kit_post_install_script_hook_when_with_config_option_is_not_passed":0.095,"Tests\\StarterKits\\InstallTest::it_overwrites_starter_kit_config_when_option_is_passed":0.095,"Tests\\StarterKits\\InstallTest::it_doesnt_clear_site_by_default":0.094,"Tests\\StarterKits\\InstallTest::it_clears_site_when_option_is_passed":0.101,"Tests\\StarterKits\\InstallTest::it_installs_dependencies":0.09,"Tests\\StarterKits\\InstallTest::it_installs_dev_dependencies":0.09,"Tests\\StarterKits\\InstallTest::it_installs_both_types_of_dependencies":0.088,"Tests\\StarterKits\\InstallTest::it_removes_dependency_versions_in_starter_kit_config_to_encourage_management_with_composer":0.092,"Tests\\StarterKits\\InstallTest::it_leaves_dependency_versions_in_starter_kit_config_if_dependencies_are_not_installed":0.091,"Tests\\StarterKits\\InstallTest::it_installs_paid_starter_kit_with_valid_license_key":0.09,"Tests\\StarterKits\\InstallTest::it_doesnt_install_paid_starter_kit_with_invalid_license_key":0.065,"Tests\\StarterKits\\InstallTest::it_runs_post_install_script_hook_when_available":0.09,"Tests\\StarterKits\\InstallTest::it_can_register_and_run_newly_installed_command_in_post_install_hook":0.091,"Tests\\StarterKits\\InstallTest::it_caches_post_install_hook_instructions_when_tty_is_not_available_during_a_cli_install":0.091,"Tests\\StarterKits\\InstallTest::it_doesnt_caches_post_install_hook_instructions_when_not_being_run_as_a_cli_install":0.102,"Tests\\StarterKits\\InstallTest::it_parses_branch_from_package_param_when_installing":0.095,"Tests\\StarterKits\\InstallTest::it_installs_branch_with_slash_without_failing_package_validation":0.094,"Tests\\StarterKits\\RunPostInstallTest::it_runs_post_install_hook_script":0.103,"Tests\\StarterKits\\RunPostInstallTest::it_errors_gracefully_if_post_install_hook_cannot_be_found":0.094,"Tests\\StarterKits\\RunPostInstallTest::it_errors_gracefully_if_starter_kit_package_doesnt_exist_in_vendor":0.095,"Tests\\StatamicTest::it_checks_for_cp_route":0.021,"Tests\\StatamicTest::it_gets_the_system_date_format":0,"Tests\\StatamicTest::it_gets_the_cp_date_format":0,"Tests\\StatamicTest::it_gets_the_users_preferred_date_format_when_requesting_cp_format_but_not_the_system_format":0.003,"Tests\\StatamicTest::it_appends_time_if_system_date_format_doesnt_have_time_in_it":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#12-hour without leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#24-hour without leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#12-hour with leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#24-hour with leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#unix timestamp":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#ISO 8601":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#RFC 2822":0,"Tests\\StatamicTest::it_appends_time_if_cp_date_format_doesnt_have_time_in_it":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#12-hour without leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#24-hour without leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#12-hour with leading zeros":0.001,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#24-hour with leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#unix timestamp":0.001,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#ISO 8601":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#RFC 2822":0.001,"Tests\\StatamicTest::it_wraps_fluent_tag_helper":0.001,"Tests\\StatamicTest::it_wraps_fluent_modifier_helper":0,"Tests\\StatamicTest::it_aliases_query_builders":0,"Tests\\StatamicTest::native_query_builder_aliases_are_bound":0.001,"Tests\\StatamicTest::it_throws_exception_for_invalid_query_builder_alias":0,"Tests\\StatamicTest::scripts_will_automatically_be_versioned":0,"Tests\\StatamicTest::styles_will_automatically_be_versioned":0.001,"Tests\\StatamicTest::scripts_can_be_passed_with_a_laravel_mix_version":0,"Tests\\StatamicTest::styles_can_be_passed_with_a_laravel_mix_version":0,"Tests\\StatamicTest::assets_with_equal_names_will_be_cached_differently":0,"Tests\\StatamicTest::it_gets_a_cp_asset_url#slash":0,"Tests\\StatamicTest::it_gets_a_cp_asset_url#no slash":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#package":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#package with type":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#statamic cp":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#vendor url no slash":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#vendor url with slash":0,"Tests\\StatamicTest::it_makes_breadcrumbs":0.001,"Tests\\StatamicTest::it_can_detect_if_running_in_a_queue_worker":0.003,"Tests\\StaticCaching\\ApplicationCacherTest::it_checks_if_a_page_is_cached":0.001,"Tests\\StaticCaching\\ApplicationCacherTest::gets_cached_page":0.001,"Tests\\StaticCaching\\ApplicationCacherTest::checking_if_page_is_cached_then_retrieving_it_will_only_hit_the_cache_once":0,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_removes_the_html_and_the_url":0.001,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_will_invalidate_all_query_string_versions_too":0,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_dispatches_event#no domain":0,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_dispatches_event#configured base domain":0,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_dispatches_event#another domain":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_flushes":0,"Tests\\StaticCaching\\CacherTest::gets_config_values":0.001,"Tests\\StaticCaching\\CacherTest::gets_default_expiration":0,"Tests\\StaticCaching\\CacherTest::gets_a_url":0,"Tests\\StaticCaching\\CacherTest::gets_a_url_with_query_strings_disabled":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_using_the_deprecated_config_value":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_using_the_deprecated_config_value_with_trailing_slash":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_sites_have_absolute_urls":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_sites_have_absolute_urls_with_trailing_slashes":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_sites_have_relative_urls":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_sites_have_relative_urls_with_trailing_slashes":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_site_is_just_a_slash":0,"Tests\\StaticCaching\\CacherTest::gets_domains":0,"Tests\\StaticCaching\\CacherTest::caches_a_url":0.001,"Tests\\StaticCaching\\CacherTest::gets_urls":0,"Tests\\StaticCaching\\CacherTest::forgets_a_url":0,"Tests\\StaticCaching\\CacherTest::flushes_urls":0,"Tests\\StaticCaching\\CacherTest::it_asks_the_url_excluder_if_a_url_should_be_excluder":0.001,"Tests\\StaticCaching\\CacherTest::it_invalidates_urls":0.001,"Tests\\StaticCaching\\DefaultInvalidatorTest::specifying_all_as_invalidation_rule_will_just_flush_the_cache":0.001,"Tests\\StaticCaching\\DefaultInvalidatorTest::assets_can_trigger_url_invalidation":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::collection_urls_can_be_invalidated":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::collection_urls_can_be_invalidated_by_an_entry":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::entry_urls_are_not_invalidated_by_an_entry_with_a_redirect":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::taxonomy_urls_can_be_invalidated":0.001,"Tests\\StaticCaching\\DefaultInvalidatorTest::navigation_urls_can_be_invalidated":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::globals_urls_can_be_invalidated":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::form_urls_can_be_invalidated":0,"Tests\\StaticCaching\\DefaultUrlExcluderTest::excludes_urls":0,"Tests\\StaticCaching\\DefaultUrlExcluderTest::excludes_wildcard_urls":0,"Tests\\StaticCaching\\DefaultUrlExcluderTest::url_exclusions_ignore_query_strings":0,"Tests\\StaticCaching\\DefaultUrlExcluderTest::url_exclusions_trim_the_base_url":0,"Tests\\StaticCaching\\FileCacherTest::gets_cache_paths_when_multiple_paths_are_provided":0.002,"Tests\\StaticCaching\\FileCacherTest::gets_cache_paths_when_a_single_path_is_provided":0,"Tests\\StaticCaching\\FileCacherTest::gets_cache_path_when_multiple_paths_are_provided":0,"Tests\\StaticCaching\\FileCacherTest::gets_cache_path_when_a_single_path_is_provided":0,"Tests\\StaticCaching\\FileCacherTest::gets_file_path_from_url":0,"Tests\\StaticCaching\\FileCacherTest::gets_file_path_from_url_and_hashes_long_query_strings":0,"Tests\\StaticCaching\\FileCacherTest::gets_file_path_from_url_and_ignores_query_strings":0,"Tests\\StaticCaching\\FileCacherTest::gets_file_path_with_multiple_locations":0,"Tests\\StaticCaching\\FileCacherTest::flushing_the_cache_deletes_from_all_cache_locations":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_thats_not_cached_will_do_nothing":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_deletes_the_file_and_removes_the_url":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_deletes_the_file_and_removes_the_url_for_query_string_versions_too":0.001,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_deletes_the_file_and_removes_the_url_when_using_multisite":0.001,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_deletes_the_file_and_removes_the_url_when_using_multisite_and_a_single_string_value_for_the_path":0.001,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_dispatches_event#no domain":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_dispatches_event#configured base domain":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_dispatches_event#another domain":0,"Tests\\StaticCaching\\FullMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nocache_tags":0.009,"Tests\\StaticCaching\\FullMeasureStaticCachingTest::javascript_doesnt_get_output_if_there_are_no_nocache_tags":0.007,"Tests\\StaticCaching\\FullMeasureStaticCachingTest::it_should_add_the_javascript_if_there_is_a_csrf_token":0.007,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_statically_caches":0.034,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_performs_replacements":0.012,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nocache_tags":0.013,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nocache_tags_in_loops":0.026,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_the_cascade_parts_dynamic_using_nocache_tags":0.014,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_the_urls_page_parts_dynamic_using_nocache_tags":0.018,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nested_nocache_tags":0.027,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nocache_tags_with_view_front_matter":0.014,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_blade":0.014,"Tests\\StaticCaching\\InvalidateTest::it_invalidates_a_form_when_its_blueprint_is_saved":0.001,"Tests\\StaticCaching\\ManagerTest::it_flushes":0.001,"Tests\\StaticCaching\\ManagerTest::it_flushes_without_static_cache_store":0,"Tests\\StaticCaching\\NoCacheSessionTest::when_pushing_a_region_it_will_filter_out_cascade":0,"Tests\\StaticCaching\\NoCacheSessionTest::it_gets_the_fragment_data":0,"Tests\\StaticCaching\\NoCacheSessionTest::it_writes":0.001,"Tests\\StaticCaching\\NoCacheSessionTest::it_restores_from_cache":0.005,"Tests\\StaticCaching\\NoCacheSessionTest::a_singleton_is_bound_in_the_container":0.003,"Tests\\StaticCaching\\NoCacheSessionTest::it_ignores_the_query_string":0.003,"Tests\\StaticCaching\\NoCacheSessionTest::it_writes_session_if_a_nocache_tag_is_used":0.008,"Tests\\StaticCaching\\NoCacheSessionTest::it_doesnt_write_session_if_a_nocache_tag_is_not_used":0.017,"Tests\\StaticCaching\\NoCacheSessionTest::it_restores_session_if_theres_a_nocache_placeholder_in_the_response":0.007,"Tests\\StaticCaching\\NoCacheSessionTest::it_doesnt_restore_session_if_there_is_no_nocache_placeholder_in_the_response":0.006,"Tests\\StaticCaching\\NocacheRouteTest::it_gets_nocache_regions_via_a_route":0.017,"Tests\\StaticCaching\\NocacheTagsTest::it_can_keep_nocache_tags_dynamic_inside_cache_tags":0.021,"Tests\\StaticCaching\\NocacheTagsTest::it_can_keep_nested_nocache_tags_dynamic_inside_cache_tags":0.013,"Tests\\StaticCaching\\NocacheTagsTest::it_only_adds_appropriate_fields_of_context_to_session":0.004,"Tests\\StaticCaching\\NocacheTagsTest::it_only_adds_explicitly_defined_fields_of_context_to_session":0.003,"Tests\\StaticCaching\\UrlExcluderTest::it_defaults_to_the_default_excluder_when_only_urls_are_defined":0,"Tests\\StaticCaching\\UrlExcluderTest::it_defaults_to_the_default_excluder_when_no_class_is_provided":0,"Tests\\StaticCaching\\UrlExcluderTest::it_throws_error_when_referencing_class_that_doesnt_exist":0,"Tests\\StaticCaching\\UrlExcluderTest::it_gets_a_custom_class":0,"Tests\\Support\\ArrTest::it_adds_scope_to_associative_array":0,"Tests\\Support\\ArrTest::it_adds_scope_to_multidimensional_array#array":0,"Tests\\Support\\ArrTest::it_adds_scope_to_multidimensional_array#collection":0,"Tests\\Support\\ArrTest::it_adds_scope_to_multidimensional_array#values":0,"Tests\\Support\\ArrTest::it_doesnt_add_scope_to_lists":0,"Tests\\Support\\ArrTest::it_gets_the_first_non_null_value":0,"Tests\\Support\\ArrTest::testAccessible":0,"Tests\\Support\\ArrTest::testAdd":0,"Tests\\Support\\ArrTest::testCollapse":0,"Tests\\Support\\ArrTest::testCrossJoin":0,"Tests\\Support\\ArrTest::testDivide":0,"Tests\\Support\\ArrTest::testDot":0,"Tests\\Support\\ArrTest::testUndot":0,"Tests\\Support\\ArrTest::testExcept":0,"Tests\\Support\\ArrTest::testExists":0,"Tests\\Support\\ArrTest::testWhereNotNull":0,"Tests\\Support\\ArrTest::testFirst":0,"Tests\\Support\\ArrTest::testJoin":0,"Tests\\Support\\ArrTest::testLast":0,"Tests\\Support\\ArrTest::testFlatten":0,"Tests\\Support\\ArrTest::testFlattenWithDepth":0,"Tests\\Support\\ArrTest::testGet":0,"Tests\\Support\\ArrTest::testHas":0,"Tests\\Support\\ArrTest::testHasAnyMethod":0,"Tests\\Support\\ArrTest::testIsAssoc":0,"Tests\\Support\\ArrTest::testIsList":0,"Tests\\Support\\ArrTest::testOnly":0,"Tests\\Support\\ArrTest::testPluck":0,"Tests\\Support\\ArrTest::testPluckWithArrayValue":0,"Tests\\Support\\ArrTest::testPluckWithKeys":0,"Tests\\Support\\ArrTest::testPluckWithCarbonKeys":0,"Tests\\Support\\ArrTest::testArrayPluckWithArrayAndObjectValues":0,"Tests\\Support\\ArrTest::testArrayPluckWithNestedKeys":0,"Tests\\Support\\ArrTest::testArrayPluckWithNestedArrays":0,"Tests\\Support\\ArrTest::testMap":0,"Tests\\Support\\ArrTest::testMapByReference":0,"Tests\\Support\\ArrTest::testPrepend":0,"Tests\\Support\\ArrTest::testPull":0,"Tests\\Support\\ArrTest::testQuery":0,"Tests\\Support\\ArrTest::testRandom":0,"Tests\\Support\\ArrTest::testRandomNotIncrementingKeys":0,"Tests\\Support\\ArrTest::testRandomOnEmptyArray":0,"Tests\\Support\\ArrTest::testRandomThrowsAnErrorWhenRequestingMoreItemsThanAreAvailable":0,"Tests\\Support\\ArrTest::testSet":0,"Tests\\Support\\ArrTest::testShuffleProducesDifferentShuffles":0,"Tests\\Support\\ArrTest::testShuffleActuallyShuffles":0,"Tests\\Support\\ArrTest::testShuffleKeepsSameValues":0,"Tests\\Support\\ArrTest::testEmptyShuffle":0,"Tests\\Support\\ArrTest::testSort":0,"Tests\\Support\\ArrTest::testSortDesc":0,"Tests\\Support\\ArrTest::testSortRecursive":0,"Tests\\Support\\ArrTest::testToCssClasses":0,"Tests\\Support\\ArrTest::testToCssStyles":0,"Tests\\Support\\ArrTest::testWhere":0,"Tests\\Support\\ArrTest::testWhereKey":0,"Tests\\Support\\ArrTest::testForget":0,"Tests\\Support\\ArrTest::testWrap":0,"Tests\\Support\\ArrTest::testSortByMany":0,"Tests\\Support\\ArrTest::testKeyBy":0,"Tests\\Support\\ArrTest::testPrependKeysWith":0,"Tests\\Support\\ComparatorTest::it_compares_strings_case_insensitively":0,"Tests\\Support\\ComparatorTest::it_compares_numbers":0,"Tests\\Support\\ComparatorTest::it_compares_values":0,"Tests\\Support\\DateFormatTest::it_has_conversions":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#A":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#a":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#B":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#c":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#D":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#d":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#e":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#F":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#G":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#g":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#H":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#h":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#I":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#i":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#j":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#L":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#l":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#M":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#m":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#N":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#n":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#O":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#o":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#P":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#r":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#S":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#s":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#T":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#t":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#U":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#u":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#v":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#W":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#w":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#Y":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#y":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#Z":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#z":0,"Tests\\Support\\HookableTest::hooks_can_be_run":0,"Tests\\Support\\HookableTest::hooks_from_one_class_dont_happen_on_another":0,"Tests\\Support\\HtmlTest::testDl":0,"Tests\\Support\\HtmlTest::testOl":0,"Tests\\Support\\HtmlTest::nested_listing_with_keyed_sub_array":0,"Tests\\Support\\HtmlTest::nested_listing_with_unkeyed_sub_array":0,"Tests\\Support\\HtmlTest::it_returns_empty_string_when_no_list_items_given":0,"Tests\\Support\\HtmlTest::testUl":0,"Tests\\Support\\HtmlTest::testFavicon":0,"Tests\\Support\\HtmlTest::testLink":0,"Tests\\Support\\HtmlTest::testMailto":0.001,"Tests\\Support\\HtmlTest::it_sanitizes_string":0,"Tests\\Support\\HtmlTest::it_sanitizes_string_with_invalid_code_points":0,"Tests\\Support\\HtmlTest::it_does_not_sanitize_special_characters":0,"Tests\\Support\\HtmlTest::it_does_not_sanitize_null":0,"Tests\\Support\\HtmlTest::it_sanitizes_with_double_encoding_by_default":0,"Tests\\Support\\HtmlTest::it_can_sanitize_without_double_encoding":0,"Tests\\Support\\StrTest::undefined_methods_get_passed_to_stringy":0,"Tests\\Support\\StrTest::it_makes_sentence_lists":0,"Tests\\Support\\StrTest::it_strips_tags":0,"Tests\\Support\\StrTest::it_makes_slugs":0,"Tests\\Support\\StrTest::it_makes_slugs_and_replaces_extra_symbols":0.001,"Tests\\Support\\StrTest::it_converts_studly_to_slug":0,"Tests\\Support\\StrTest::it_converts_studly_to_title":0,"Tests\\Support\\StrTest::it_converts_slug_to_title":0,"Tests\\Support\\StrTest::it_checks_for_a_url":0,"Tests\\Support\\StrTest::it_deslugifies_a_slug":0,"Tests\\Support\\StrTest::it_gets_file_size_for_humans":0,"Tests\\Support\\StrTest::it_gets_time_for_humans":0,"Tests\\Support\\StrTest::it_widonts":0,"Tests\\Support\\StrTest::it_compares_two_strings":0.001,"Tests\\Support\\StrTest::it_modifies_strings_with_multiple_methods_at_once":0,"Tests\\Support\\StrTest::it_makes_tailwind_width_classes":0,"Tests\\Support\\StrTest::it_converts_to_boolean_strings":0,"Tests\\Support\\StrTest::it_converts_to_booleans":0,"Tests\\Support\\StrTest::testStringCanBeLimitedByWords":0,"Tests\\Support\\StrTest::testStringCanBeLimitedByWordsNonAscii":0,"Tests\\Support\\StrTest::testStringTrimmedOnlyWhereNecessary":0,"Tests\\Support\\StrTest::testStringTitle":0,"Tests\\Support\\StrTest::testStringHeadline":0,"Tests\\Support\\StrTest::testStringWithoutWordsDoesntProduceError":0,"Tests\\Support\\StrTest::testStringAscii":0,"Tests\\Support\\StrTest::testStringAsciiWithSpecificLocale":0,"Tests\\Support\\StrTest::testStartsWith":0,"Tests\\Support\\StrTest::testEndsWith":0,"Tests\\Support\\StrTest::testStrExcerpt":0.001,"Tests\\Support\\StrTest::testStrBefore":0,"Tests\\Support\\StrTest::testStrBeforeLast":0,"Tests\\Support\\StrTest::testStrBetween":0,"Tests\\Support\\StrTest::testStrBetweenFirst":0,"Tests\\Support\\StrTest::testStrAfter":0,"Tests\\Support\\StrTest::testStrAfterLast":0,"Tests\\Support\\StrTest::testStrContains#0":0,"Tests\\Support\\StrTest::testStrContains#1":0,"Tests\\Support\\StrTest::testStrContains#2":0,"Tests\\Support\\StrTest::testStrContains#3":0,"Tests\\Support\\StrTest::testStrContains#4":0,"Tests\\Support\\StrTest::testStrContains#5":0,"Tests\\Support\\StrTest::testStrContains#6":0,"Tests\\Support\\StrTest::testStrContains#7":0,"Tests\\Support\\StrTest::testStrContains#8":0,"Tests\\Support\\StrTest::testStrContains#9":0,"Tests\\Support\\StrTest::testStrContains#10":0,"Tests\\Support\\StrTest::testStrContains#11":0,"Tests\\Support\\StrTest::testStrContains#12":0,"Tests\\Support\\StrTest::testStrContainsAll#0":0,"Tests\\Support\\StrTest::testStrContainsAll#1":0,"Tests\\Support\\StrTest::testStrContainsAll#2":0,"Tests\\Support\\StrTest::testStrContainsAll#3":0,"Tests\\Support\\StrTest::testStrContainsAll#4":0,"Tests\\Support\\StrTest::testStrContainsAll#5":0,"Tests\\Support\\StrTest::testParseCallback":0,"Tests\\Support\\StrTest::testStrStart":0,"Tests\\Support\\StrTest::testFinish":0,"Tests\\Support\\StrTest::testWrap":0,"Tests\\Support\\StrTest::testIs":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#0":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#1":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#2":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#3":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#4":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#5":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#6":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#7":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#8":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#9":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#0":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#1":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#2":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#3":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#4":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#5":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#6":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#7":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#8":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#9":0,"Tests\\Support\\StrTest::testIsJson":0,"Tests\\Support\\StrTest::testKebab":0,"Tests\\Support\\StrTest::testLower":0,"Tests\\Support\\StrTest::testUpper":0,"Tests\\Support\\StrTest::testLimit":0,"Tests\\Support\\StrTest::testLength":0,"Tests\\Support\\StrTest::testRandom":0,"Tests\\Support\\StrTest::TestWhetherTheNumberOfGeneratedCharactersIsEquallyDistributed":0.294,"Tests\\Support\\StrTest::testRandomStringFactoryCanBeSet":0,"Tests\\Support\\StrTest::testItCanSpecifyASequenceOfRandomStringsToUtilise":0,"Tests\\Support\\StrTest::testItCanSpecifyAFallbackForARandomStringSequence":0,"Tests\\Support\\StrTest::testReplace":0,"Tests\\Support\\StrTest::testReplaceArray":0,"Tests\\Support\\StrTest::testReplaceFirst":0,"Tests\\Support\\StrTest::testReplaceLast":0,"Tests\\Support\\StrTest::testRemove":0,"Tests\\Support\\StrTest::testReverse":0,"Tests\\Support\\StrTest::testSnake":0,"Tests\\Support\\StrTest::testSquish":0,"Tests\\Support\\StrTest::testStudly":0,"Tests\\Support\\StrTest::testMask":0,"Tests\\Support\\StrTest::testMatch":0,"Tests\\Support\\StrTest::testCamel":0,"Tests\\Support\\StrTest::testSubstr":0,"Tests\\Support\\StrTest::testSubstrCount":0,"Tests\\Support\\StrTest::testSubstrReplace":0,"Tests\\Support\\StrTest::testLcfirst":0,"Tests\\Support\\StrTest::testUcfirst":0,"Tests\\Support\\StrTest::testUcsplit":0,"Tests\\Support\\StrTest::testUuid":0.004,"Tests\\Support\\StrTest::testAsciiNull":0,"Tests\\Support\\StrTest::testPadBoth":0,"Tests\\Support\\StrTest::testPadLeft":0,"Tests\\Support\\StrTest::testPadRight":0,"Tests\\Support\\StrTest::testSwapKeywords":0,"Tests\\Support\\StrTest::testWordCount":0,"Tests\\Support\\StrTest::testMarkdown":0.002,"Tests\\Support\\StrTest::testInlineMarkdown":0.001,"Tests\\Support\\StrTest::testRepeat":0,"Tests\\Support\\StrTest::testTransliterate#0":0.001,"Tests\\Support\\StrTest::testTransliterate#1":0,"Tests\\Support\\StrTest::testTransliterate#2":0,"Tests\\Support\\StrTest::testTransliterate#3":0,"Tests\\Support\\StrTest::testTransliterate#4":0,"Tests\\Support\\StrTest::testTransliterate#5":0,"Tests\\Support\\StrTest::testTransliterate#6":0,"Tests\\Support\\StrTest::testTransliterate#7":0,"Tests\\Support\\StrTest::testTransliterateOverrideUnknown":0,"Tests\\Support\\StrTest::testTransliterateStrict#0":0.001,"Tests\\Support\\StrTest::testTransliterateStrict#1":0,"Tests\\Support\\StrTest::testTransliterateStrict#2":0,"Tests\\Support\\StrTest::testTransliterateStrict#3":0,"Tests\\Support\\StrTest::testTransliterateStrict#4":0,"Tests\\Support\\StrTest::testTransliterateStrict#5":0,"Tests\\Support\\StrTest::testTransliterateStrict#6":0,"Tests\\Support\\StrTest::testTransliterateStrict#7":0,"Tests\\Support\\StrTest::testItCanFreezeUuids":0,"Tests\\Support\\StrTest::testItCanFreezeUuidsInAClosure":0,"Tests\\Support\\StrTest::testItCreatesUuidsNormallyAfterFailureWithinFreezeMethod":0,"Tests\\Support\\StrTest::testItCanSpecifyASequenceOfUuidsToUtilise":0,"Tests\\Support\\StrTest::testItCanSpecifyAFallbackForASequence":0,"Tests\\Support\\StrTest::testPasswordCreation":0,"Tests\\Tags\\CacheTagTest::it_caches_its_contents_the_first_time":0.001,"Tests\\Tags\\CacheTagTest::it_skips_the_cache_if_cache_tags_are_not_enabled":0.001,"Tests\\Tags\\CacheTagTest::it_uses_the_cached_content_for_the_same_user_when_using_scope_user":0.003,"Tests\\Tags\\CacheTagTest::it_does_not_use_the_cached_content_for_a_different_user_when_using_scope_user":0.003,"Tests\\Tags\\CacheTagTest::it_uses_the_cached_content_for_the_same_page_when_using_scope_page":0.002,"Tests\\Tags\\CacheTagTest::it_does_not_use_the_cached_content_for_a_different_page_when_using_scope_page":0.001,"Tests\\Tags\\CacheTagTest::it_restores_section_contents_after":0.001,"Tests\\Tags\\CacheTagTest::it_restores_stack_contents_after":0.002,"Tests\\Tags\\CacheTagTest::it_uses_the_cached_content_for_the_same_site_when_using_scope_site":0.001,"Tests\\Tags\\CacheTagTest::it_does_not_use_the_cached_content_for_a_different_site_when_using_scope_site":0.001,"Tests\\Tags\\CacheTagTest::it_uses_the_cached_content_for_a_different_site_when_using_scope_global":0.002,"Tests\\Tags\\ChildrenTest::it_gets_children_data":0.014,"Tests\\Tags\\ChildrenTest::it_gets_children_data_when_in_another_site":0.024,"Tests\\Tags\\ChildrenTest::it_doesnt_affect_children_in_nav":0.015,"Tests\\Tags\\Collection\\CollectionTest::it_throws_an_exception_for_an_invalid_collection":0.012,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_multiple_collections":0.014,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_collections_using_collection_objects":0.013,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_all_collections":0.015,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_all_collections_excluding_one":0.014,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_multiple_collections_using_params":0.014,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_all_collections_using_params":0.015,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_all_collections_excluding_some_with_params":0.014,"Tests\\Tags\\Collection\\CollectionTest::it_can_exclude_collections_using_collection_objects":0.013,"Tests\\Tags\\Collection\\CollectionTest::it_filters_out_redirects":0.025,"Tests\\Tags\\Collection\\CollectionTest::it_counts_entries_in_a_collection":0.013,"Tests\\Tags\\Collection\\CollectionTest::it_counts_entries_in_a_collection_with_params":0.013,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_a_dated_desc_collection":0.019,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_a_dated_desc_collection_when_multiple_entries_share_the_same_date":0.011,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_a_dated_asc_collection":0.019,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_a_dated_asc_collection_when_multiple_entries_share_the_same_date":0.011,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_an_orderable_asc_collection":0.025,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_an_orderable_desc_collection":0.016,"Tests\\Tags\\Collection\\CollectionTest::it_adds_defaults_for_missing_items_based_on_blueprint":0.007,"Tests\\Tags\\Collection\\CollectionTest::when_using_the_tag_without_any_parameters_that_define_the_collection_it_will_get_the_collection_object_from_context":0.002,"Tests\\Tags\\Collection\\CollectionTest::it_orders_using_the_collection_sort_direction":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_gets_entries_in_a_collection":0.004,"Tests\\Tags\\Collection\\EntriesTest::it_gets_paginated_entries_in_a_collection":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_gets_offset_paginated_entries_in_a_collection":0.01,"Tests\\Tags\\Collection\\EntriesTest::it_gets_localized_site_entries_in_a_collection":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_limits_entries_with_offset":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_limits_entries_with_offset_using_value_objects":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_future_and_past":0.028,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_since_and_until":0.021,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_status":0.012,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_published_boolean":0.01,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_custom_query_scopes":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_sorts_entries":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_sorts_entries_by_multiple_columns":0.01,"Tests\\Tags\\Collection\\EntriesTest::it_sorts_entries_randomly":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_can_sort_a_nested_structured_collection":0.013,"Tests\\Tags\\Collection\\EntriesTest::it_can_sort_a_linear_structured_collection":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_taxonomy_terms":0.018,"Tests\\Tags\\Collection\\EntriesTest::it_throws_an_exception_when_using_an_unknown_taxonomy_query_modifier":0.001,"Tests\\Tags\\Collection\\EntriesTest::it_returns_all_entries_where_taxonomy_parameter_value_is_empty":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_accepts_a_term_collection_to_filter_by_taxonomy":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_accepts_a_query_builder_to_filter_by_taxonomy":0.012,"Tests\\Tags\\Collection\\EntriesTest::it_chunks_entries":0.007,"Tests\\Tags\\Concerns\\GetsPipedArrayValuesTest::it_filters_by_is_condition":0,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_condition":0.017,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_does_not_filter_by_is_condition_when_value_is_empty":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_not_condition":0.008,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_does_not_filter_by_not_condition_when_value_is_empty":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_contains_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_does_not_filter_by_contains_condition_when_value_is_empty":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_doesnt_contain_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_does_not_filter_by_doesnt_contains_condition_when_value_is_empty":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_in_condition":0.01,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_not_in_condition":0.01,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_starts_with_condition":0.006,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_doesnt_start_with_condition":0.006,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_ends_with_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_doesnt_end_with_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_greater_than_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_less_than_condition":0.019,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_greater_than_or_equal_to_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_less_than_or_equal_to_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_regex_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_not_regex_condition":0.008,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_after_or_before_date_conditions":0.016,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_after_or_before_date_range_conditions":0.011,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_alpha_condition":0.007,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_alpha_numeric_condition":0.007,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_numeric_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_url_condition":0.011,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_embeddable_condition":0.013,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_email_condition":0.007,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_empty_condition":0.01,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_numberwang_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_an_augmentable_object_it_will_use_the_corresponding_value":0.001,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_an_array_of_augmentables_it_will_get_the_respective_values":0.001,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_a_collection_of_augmentables_it_will_get_the_respective_values":0.001,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_a_labeled_value_object_it_will_use_the_corresponding_value":0.001,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_a_non_augmentable_object_it_will_throw_an_exception":0.001,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_renders_attributes_from_array":0,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_renders_attributes_from_params":0,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_wont_render_attributes_for_known_params_unless_attr_prepended":0,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_will_render_falsy_attributes":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_renders_form_open_tags":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_renders_form_open_tags_with_custom_method":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_renders_form_open_tags_with_custom_attributes":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_renders_form_close_tag":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_minifies_space_between_field_html_elements":0,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, missing":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, filled":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, default, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, default, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, default, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, default, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, filled":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, filled":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, default, filled":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, default, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, default, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, default, empty":0.012,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, filled":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, default, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, default, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, default, filled":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, default, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default true, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default true, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default true, unchecked":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default false, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default false, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default false, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default true, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default true, checked":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default true, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default false, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default false, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default false, unchecked":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, default true, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, default true, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, default true, unchecked":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#no value, no default, missing":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#no value, no default, selected":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#value, no default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#no value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#no value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#value, default, missing":0.011,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#no value, no default, missing":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#no value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#value, no default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#value, no default, selected":0.013,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#no value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#no value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, no default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, no default, selected":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, no default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, no default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, no default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, no default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, no default, selected none":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, default, selected":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, default, selected multiple":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, default, selected none":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, default, selected":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, default, selected multiple":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, no default, missing":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, no default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, no default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, no default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, no default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, no default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, default, selected none":0.004,"Tests\\Tags\\ContextTest::it_gets_all_items":0,"Tests\\Tags\\ContextTest::it_gets_a_value":0,"Tests\\Tags\\ContextTest::it_gets_raw_values":0,"Tests\\Tags\\ContextTest::it_gets_an_augmented_value":0,"Tests\\Tags\\ContextTest::unknown_keys_use_a_default_value":0,"Tests\\Tags\\ContextTest::it_checks_existence":0,"Tests\\Tags\\ContextTest::it_gets_the_first_parameter_that_exists":0,"Tests\\Tags\\ContextTest::it_forgets_keys":0,"Tests\\Tags\\ContextTest::it_uses_array_access":0,"Tests\\Tags\\ContextTest::it_gets_an_exploded_list":0,"Tests\\Tags\\ContextTest::it_gets_a_boolean":0,"Tests\\Tags\\ContextTest::it_gets_an_integer":0,"Tests\\Tags\\ContextTest::it_gets_a_float":0,"Tests\\Tags\\ContextTest::it_is_iterable":0,"Tests\\Tags\\CookieTagTest::it_gets_cookie_value":0.001,"Tests\\Tags\\CookieTagTest::it_gets_default_cookie_value":0,"Tests\\Tags\\CookieTagTest::it_gets_cookie_value_using_wildcard":0.001,"Tests\\Tags\\FluentTagTest::it_handles_params_fluently#foo":0.002,"Tests\\Tags\\FluentTagTest::it_handles_params_fluently#foo:bar":0.001,"Tests\\Tags\\FluentTagTest::it_handles_params_fluently#foo:bar_baz":0.001,"Tests\\Tags\\FluentTagTest::it_can_iterate_over_tag_results":0.001,"Tests\\Tags\\FluentTagTest::it_allows_array_access":0.001,"Tests\\Tags\\FluentTagTest::it_casts_string_results_to_string":0.001,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_shows_js_driver_in_form_data":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_x_data_on_form_tag":0.006,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_x_data_with_old_data_on_form_tag":0.021,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_scoped_x_data_on_form_tag":0.006,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_scoped_x_data_with_old_data_on_form_tag":0.008,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_proper_x_data_for_multiple_select_field":0.003,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_proper_x_data_for_multiple_assets_field":0.003,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_show_field_js":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_scoped_show_field_js":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_text_field_x_model":0.005,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_textarea_field_x_model":0.004,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_checkboxes_field_x_model":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_radio_field_x_model":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_select_field_x_model":0.004,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_asset_field_x_model":0.004,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_field_with_fallback_to_default_partial_x_model":0.004,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::it_shows_js_driver_in_form_data":0.013,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_add_to_form_data":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_add_to_form_attributes":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_add_to_renderable_field_data":0.004,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_add_to_renderable_field_attributes":0.004,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::it_validates_required_show_field_output_in_renderable_field_data":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_get_show_field_js_in_dynamic_fields_array":0.014,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_get_show_field_js_at_top_level_for_when_hardcoding_field_html":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_render_component_around_form":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::it_validates_render_method_returns_html_var":0.001,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_get_initial_form_data":0.001,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_getting_initial_data_respects_old_data":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form":0.011,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form_with_params":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form_with_redirects_to_anchor":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_fields_array":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_text_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_text_field_with_custom_input_type":0.005,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_textarea_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_checkboxes_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_inline_checkboxes_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_radio_field":0.007,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_inline_radio_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_select_field":0.007,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_multiple_select_field":0.017,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_asset_field":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_multiple_assets_field":0.002,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_field_with_fallback_to_default_partial":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_sections_array":0.005,"Tests\\Tags\\Form\\FormCreateTest::it_renders_section_instructions_without_cascading_into_field_instructions":0.015,"Tests\\Tags\\Form\\FormCreateTest::it_wont_submit_form_and_renders_errors":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_and_render_success":0.008,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_and_follow_custom_redirect_with_success":0.008,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_with_honeypot_filled_and_render_fake_success":0.015,"Tests\\Tags\\Form\\FormCreateTest::it_wont_submit_form_and_follow_custom_redirect_with_errors":0.005,"Tests\\Tags\\Form\\FormCreateTest::it_will_use_redirect_query_param_off_url":0.007,"Tests\\Tags\\Form\\FormCreateTest::it_can_render_an_inline_error_when_multiple_rules_fail":0.005,"Tests\\Tags\\Form\\FormCreateTest::it_fetches_form_data":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_uploads_assets":0.019,"Tests\\Tags\\Form\\FormCreateTest::it_removes_any_uploaded_assets_when_a_submission_silently_fails":0.01,"Tests\\Tags\\Form\\FormCreateTest::it_removes_any_uploaded_assets_when_a_listener_throws_a_validation_exception":0.016,"Tests\\Tags\\Form\\FormErrorsTest::it_renders_errors":0.005,"Tests\\Tags\\Form\\FormErrorsTest::it_allows_use_of_sometimes_rule_for_conditionally_hidden_fields":0.006,"Tests\\Tags\\Form\\FormErrorsTest::it_renders_errors_from_form_submitting_event":0.008,"Tests\\Tags\\Form\\FormSubmissionsTest::it_renders_submissions":0.01,"Tests\\Tags\\GetContentTagTest::it_gets_single_item_by_id":0.003,"Tests\\Tags\\GetContentTagTest::it_gets_single_item_by_uri":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_single_item_by_variable":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_pipe_delimited_ids":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_pipe_delimited_uris":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_variable_containing_ids":0.003,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_variable_containing_uris":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_single_item_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_pipe_delimited_ids_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_pipe_delimited_uris_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_variable_containing_ids_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_variable_containing_uris_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_returns_the_entries_if_theyre_already_entries":0.002,"Tests\\Tags\\GetContentTagTest::it_returns_the_entries_if_theyre_already_entries_using_shorthand":0.002,"Tests\\Tags\\GetErrorTest::the_tag_by_itself_does_nothing":0,"Tests\\Tags\\GetErrorTest::it_outputs_nothing_when_the_field_doesnt_have_an_error":0.014,"Tests\\Tags\\GetErrorTest::it_outputs_nothing_when_there_are_errors_but_not_for_the_given_field_in_a_specific_bag":0.001,"Tests\\Tags\\GetErrorTest::it_outputs_nothing_when_the_field_doesnt_have_an_error_for_specific_bag":0,"Tests\\Tags\\GetErrorTest::it_outputs_nothing_when_there_are_errors_but_not_for_the_given_field":0.001,"Tests\\Tags\\GetErrorTest::it_gets_the_first_error_for_a_single_field":0,"Tests\\Tags\\GetErrorTest::it_gets_the_first_error_for_a_single_field_in_given_bag":0,"Tests\\Tags\\GetErrorsTest::it_gets_errors_organized_into_fields#empty bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_organized_into_fields#filled default bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_organized_into_fields#filled custom bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_all_fields_together#empty bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_all_fields_together#filled default bag":0,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_all_fields_together#filled custom bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#empty bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#filled default bag":0,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#filled custom bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#filled default bag but not for given field":0,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#filled custom bag but not for given field":0,"Tests\\Tags\\GlideTest::it_outputs_a_relative_url_by_default_when_the_glide_route_is_relative":0.004,"Tests\\Tags\\GlideTest::it_outputs_an_absolute_url_by_default_when_the_glide_route_is_absolute_http":0.001,"Tests\\Tags\\GlideTest::it_outputs_an_absolute_url_by_default_when_the_glide_route_is_absolute_https":0.002,"Tests\\Tags\\GlideTest::it_outputs_an_absolute_url_when_the_url_does_not_have_a_valid_extension":0.001,"Tests\\Tags\\GlideTest::it_outputs_a_data_url":0.002,"Tests\\Tags\\IncrementTest::basic_increment_works":0.001,"Tests\\Tags\\IncrementTest::increment_with_starting_value_works":0.001,"Tests\\Tags\\IncrementTest::resetting_an_increment_counter_with_a_value_resets_to_zero":0.001,"Tests\\Tags\\IncrementTest::resetting_an_increment_counter_with_a_value_uses_the_new_starting_point":0.001,"Tests\\Tags\\InstalledTest::it_can_check_if_package_is_installed_using_if_conditional":0.001,"Tests\\Tags\\InstalledTest::it_can_check_if_package_is_installed_using_tag_pair":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_url":0.011,"Tests\\Tags\\LinkTest::it_outputs_datas_url_for_a_specific_site":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_url_for_the_current_site":0,"Tests\\Tags\\LinkTest::it_outputs_datas_url_for_the_original_site_if_it_doesnt_exist_in_the_current_one":0,"Tests\\Tags\\LinkTest::it_outputs_nothing_if_it_doesnt_exist_in_the_requested_site":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_absolute_url":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_absolute_url_for_a_specific_site":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_absolute_url_for_the_current_site":0,"Tests\\Tags\\LinkTest::it_outputs_datas_absolute_url_for_the_original_site_if_it_doesnt_exist_in_the_current_one":0,"Tests\\Tags\\LinkTest::it_outputs_nothing_if_data_doesnt_exist":0,"Tests\\Tags\\LinkTest::it_outputs_statamic_website_using_macroable":0,"Tests\\Tags\\LoaderTest::loading_a_tag_will_run_the_init_hook":0,"Tests\\Tags\\LocalesTagTest::it_loops_over_the_entry_for_each_site":0.008,"Tests\\Tags\\LocalesTagTest::it_skips_a_site_in_the_loop_if_the_entry_doesnt_exist":0.015,"Tests\\Tags\\LocalesTagTest::it_falls_back_to_the_sites_details_if_the_entry_doesnt_exist_and_the_all_param_is_used":0.007,"Tests\\Tags\\LocalesTagTest::it_skips_a_site_in_the_loop_if_the_entry_is_a_draft":0.006,"Tests\\Tags\\LocalesTagTest::it_falls_back_to_the_sites_details_if_the_entry_is_a_draft_and_the_all_param_is_used":0.007,"Tests\\Tags\\LocalesTagTest::it_skips_its_own_locale_when_self_param_is_false":0.007,"Tests\\Tags\\LocalesTagTest::it_shows_the_entry_in_a_given_site":0.005,"Tests\\Tags\\LocalesTagTest::it_shows_nothing_if_the_entry_doesnt_exist_in_a_given_site":0.003,"Tests\\Tags\\LocalesTagTest::it_displays_nothing_when_there_are_no_results":0.004,"Tests\\Tags\\LocalesTagTest::it_displays_nothing_when_context_id_is_null":0.001,"Tests\\Tags\\LocalesTagTest::it_prefers_page_id_over_id":0.014,"Tests\\Tags\\LocalesTagTest::it_prefers_id_param_over_page_id":0.004,"Tests\\Tags\\MountUrlTagTest::it_gets_collection_mount":0.006,"Tests\\Tags\\ParametersTest::it_gets_all_parameters":0,"Tests\\Tags\\ParametersTest::it_gets_a_parameter":0,"Tests\\Tags\\ParametersTest::unknown_keys_use_a_default_value":0,"Tests\\Tags\\ParametersTest::it_checks_existence":0,"Tests\\Tags\\ParametersTest::it_gets_the_first_parameter_that_exists":0,"Tests\\Tags\\ParametersTest::it_forgets_keys":0,"Tests\\Tags\\ParametersTest::it_uses_array_access":0,"Tests\\Tags\\ParametersTest::it_gets_an_exploded_list":0,"Tests\\Tags\\ParametersTest::it_gets_a_boolean":0,"Tests\\Tags\\ParametersTest::it_gets_an_integer":0,"Tests\\Tags\\ParametersTest::it_gets_a_float":0,"Tests\\Tags\\ParametersTest::it_gets_nested_values":0,"Tests\\Tags\\ParametersTest::it_can_use_modifiers":0.001,"Tests\\Tags\\ParametersTest::it_is_iterable":0,"Tests\\Tags\\ParentTest::it_gets_the_parent_data":0.011,"Tests\\Tags\\ParentTest::it_gets_the_parent_data_when_in_another_site":0.011,"Tests\\Tags\\PartialTagsTest::gets_partials_from_views_directory":0,"Tests\\Tags\\PartialTagsTest::gets_partials_from_partials_directory":0.001,"Tests\\Tags\\PartialTagsTest::gets_partials_with_underscore_prefix":0,"Tests\\Tags\\PartialTagsTest::gets_partials_with_underscore_prefix_from_partials_directory":0,"Tests\\Tags\\PartialTagsTest::partials_can_contain_front_matter":0.001,"Tests\\Tags\\PartialTagsTest::partials_can_pass_data_through_params":0.001,"Tests\\Tags\\PartialTagsTest::partials_have_slots_when_used_as_pair":0.001,"Tests\\Tags\\PartialTagsTest::parameter_will_override_partial_front_matter":0.001,"Tests\\Tags\\PartialTagsTest::it_doesnt_render_partial_if_when_condition_is_false":0,"Tests\\Tags\\PartialTagsTest::it_renders_partial_if_when_condition_is_true":0.001,"Tests\\Tags\\PartialTagsTest::it_doesnt_render_partial_if_unless_condition_is_true":0,"Tests\\Tags\\PartialTagsTest::it_renders_partial_if_unless_condition_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_path_from_context_if_no_parameter_is_passed":0,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_relative":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_relative_with_subdirectory":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_relative_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_relative_with_subdirectory_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_relative_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_relative_with_subdirectory_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_subdirectory":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_absolute_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_absolute_with_subdirectory_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_subdirectory_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_trailing_slash":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_subdirectory_and_trailing_slash":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_absolute_with_trailing_slash_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_absolute_with_subdirectory_trailing_slash_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_trailing_slash_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_subdirectory_and_trailing_slash_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_url":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_url_for_a_specific_site":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_url_for_the_current_site":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_url_for_the_original_site_if_it_doesnt_exist_in_the_current_one":0,"Tests\\Tags\\PathTest::it_outputs_nothing_if_it_doesnt_exist_in_the_requested_site":0,"Tests\\Tags\\PathTest::it_outputs_datas_absolute_url":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_absolute_url_for_a_specific_site":0,"Tests\\Tags\\PathTest::it_outputs_datas_absolute_url_for_the_current_site":0,"Tests\\Tags\\PathTest::it_outputs_datas_absolute_url_for_the_original_site_if_it_doesnt_exist_in_the_current_one":0,"Tests\\Tags\\RangeTest::it_outputs_range":0.001,"Tests\\Tags\\RangeTest::it_outputs_nothing_if_from_is_not_set_and_times_is_zero":0.001,"Tests\\Tags\\RedirectTest::it_throws_http_response_exception":0,"Tests\\Tags\\RedirectTest::it_redirects_to":0,"Tests\\Tags\\RedirectTest::it_redirects_to_route":0.001,"Tests\\Tags\\RedirectTest::it_redirects_to_route_with_query_params":0,"Tests\\Tags\\SearchTest::it_outputs_results":0.008,"Tests\\Tags\\SearchTest::it_outputs_results_using_alias":0.008,"Tests\\Tags\\SessionTagTest::it_gets_session_value":0,"Tests\\Tags\\SessionTagTest::it_gets_session_array_value":0.001,"Tests\\Tags\\SessionTagTest::it_gets_session_value_using_wildcard":0.001,"Tests\\Tags\\SessionTagTest::it_gets_session_array_value_using_wildcard":0.001,"Tests\\Tags\\StructureTagTest::it_renders_a_nav":0.016,"Tests\\Tags\\StructureTagTest::it_renders_a_nav_with_scope":0.026,"Tests\\Tags\\StructureTagTest::it_hides_unpublished_entries_by_default":0.016,"Tests\\Tags\\StructureTagTest::it_shows_or_hides_unpublished_entries_using_the_show_unpublished_parameter":0.019,"Tests\\Tags\\StructureTagTest::it_filters_by_status":0.018,"Tests\\Tags\\StructureTagTest::it_filters_by_published_boolean":0.016,"Tests\\Tags\\StructureTagTest::it_filters_by_entry_data":0.018,"Tests\\Tags\\StructureTagTest::it_sets_is_current_and_is_parent_for_a_nav":0.022,"Tests\\Tags\\StructureTagTest::it_sets_is_parent_based_on_the_url_too":0.006,"Tests\\Tags\\StructureTagTest::it_sets_is_current_and_is_parent_for_a_collection":0.027,"Tests\\Tags\\SvgTagTest::it_renders_svg":0.002,"Tests\\Tags\\SvgTagTest::it_renders_svg_with_additional_params":0.001,"Tests\\Tags\\SvgTagTest::it_sanitizes":0.001,"Tests\\Tags\\SvgTagTest::sanitizing_doesnt_add_xml_tag":0.001,"Tests\\Tags\\SvgTagTest::sanitizing_doesnt_remove_an_xml_tag":0.001,"Tests\\Tags\\SvgTagTest::sanitization_can_be_disabled":0.001,"Tests\\Tags\\SvgTagTest::fails_gracefully_when_src_is_empty":0.001,"Tests\\Tags\\TagsTest::tags_get_initialized_correctly":0,"Tests\\Tags\\ThemeTagsTest::testOutputsThemedJs":0,"Tests\\Tags\\ThemeTagsTest::testOutputsNamedJs":0,"Tests\\Tags\\ThemeTagsTest::testOutputsNamedJsWithAppendedExtension":0.01,"Tests\\Tags\\ThemeTagsTest::testOutputsJsTag":0.001,"Tests\\Tags\\ThemeTagsTest::testOutputsThemedCss":0,"Tests\\Tags\\ThemeTagsTest::testOutputsNamedCss":0,"Tests\\Tags\\ThemeTagsTest::testOutputsNamedCssWithAppendedExtension":0,"Tests\\Tags\\ThemeTagsTest::testOutputsCssTag":0,"Tests\\Tags\\ThemeTagsTest::testOutputsAssetPath":0,"Tests\\Tags\\ThemeTagsTest::testOutputsAssetPathAndDoesntAppendExtension":0,"Tests\\Tags\\ThemeTagsTest::testOutputsAssetPathDynamically":0,"Tests\\Tags\\ThemeTagsTest::testOutputsFileContents":0.001,"Tests\\Tags\\ThemeTagsTest::testDoesntOutputFileContentsIfFileDoesntExist":0,"Tests\\Tags\\ThemeTagsTest::testDoesntOutputFileContentsIfOutsideOfResources":0,"Tests\\Tags\\ThemeTagsTest::testAppendsTimestampForCacheBusting":0.001,"Tests\\Tags\\ThemeTagsTest::gets_versioned_filename_for_mix":0,"Tests\\Tags\\ThemeTagsTest::gets_versioned_filename_for_elixir":0,"Tests\\Tags\\ThemeTagsTest::gets_regular_filename_if_file_isnt_in_mix_manifest":0,"Tests\\Tags\\ThemeTagsTest::gets_regular_filename_if_file_isnt_in_elixir_manifest":0.001,"Tests\\Tags\\ThemeTagsTest::gets_regular_filename_if_manifests_dont_exist":0.001,"Tests\\Tags\\TransTagTest::it_translates_message":0.001,"Tests\\Tags\\TransTagTest::it_translates_with_replacement":0,"Tests\\Tags\\TransTagTest::it_translates_to_specific_locale":0.001,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_renders_form":0.001,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_renders_form_with_params":0.001,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_renders_form_with_redirects_to_anchor":0.001,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_wont_send_reset_link_for_non_existent_user_and_renders_errors":0.007,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_wont_send_reset_link_for_invalid_email_and_renders_errors":0.002,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_will_send_password_reset_email_and_render_success":0.058,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_will_send_password_reset_email_and_follow_custom_redirect_with_success":0.057,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_wont_log_user_in_and_follow_custom_error_redirect_with_errors":0.012,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_will_use_redirect_query_param_off_url":0.003,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_fetches_form_data":0.001,"Tests\\Tags\\User\\LoginFormTest::it_renders_form":0.001,"Tests\\Tags\\User\\LoginFormTest::it_renders_form_with_params":0.001,"Tests\\Tags\\User\\LoginFormTest::it_renders_form_with_redirects_to_anchor":0.001,"Tests\\Tags\\User\\LoginFormTest::it_wont_log_user_in_and_renders_errors":0.267,"Tests\\Tags\\User\\LoginFormTest::it_will_log_user_in_and_render_success":0.12,"Tests\\Tags\\User\\LoginFormTest::it_will_log_user_in_and_follow_custom_redirect_with_success":0.111,"Tests\\Tags\\User\\LoginFormTest::it_wont_log_user_in_and_follow_custom_error_redirect_with_errors":0.263,"Tests\\Tags\\User\\LoginFormTest::it_will_use_redirect_query_param_off_url":0.009,"Tests\\Tags\\User\\LoginFormTest::it_fetches_form_data":0.001,"Tests\\Tags\\User\\PasswordFormTest::it_renders_form":0.058,"Tests\\Tags\\User\\PasswordFormTest::it_renders_form_with_params":0.059,"Tests\\Tags\\User\\PasswordFormTest::it_renders_form_with_redirects_to_anchor":0.059,"Tests\\Tags\\User\\PasswordFormTest::it_renders_form_with_fields_array":0.006,"Tests\\Tags\\User\\PasswordFormTest::it_wont_update_password_and_renders_errors":0.062,"Tests\\Tags\\User\\PasswordFormTest::it_wont_update_password_and_renders_errors_with_incorrect_password":0.116,"Tests\\Tags\\User\\PasswordFormTest::it_will_update_password_and_render_success":0.165,"Tests\\Tags\\User\\PasswordFormTest::it_will_update_password_and_follow_custom_redirect_with_success":0.18,"Tests\\Tags\\User\\PasswordFormTest::it_wont_update_password_and_follow_custom_redirect_with_errors":0.114,"Tests\\Tags\\User\\PasswordFormTest::it_will_use_redirect_query_param_off_url":0.006,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form":0.005,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form_with_params":0.005,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form_with_redirects_to_anchor":0.005,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form_with_fields_array":0.005,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form_with_fields_array_and_custom_blueprint":0.006,"Tests\\Tags\\User\\ProfileFormTest::it_wont_update_user_and_renders_errors":0.018,"Tests\\Tags\\User\\ProfileFormTest::it_will_update_user_and_render_success":0.008,"Tests\\Tags\\User\\ProfileFormTest::it_will_update_user_and_follow_custom_redirect_with_success":0.007,"Tests\\Tags\\User\\ProfileFormTest::it_wont_update_user_and_follow_custom_redirect_with_errors":0.007,"Tests\\Tags\\User\\ProfileFormTest::it_will_use_redirect_query_param_off_url":0.017,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form":0.005,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form_with_params":0.003,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form_with_redirects_to_anchor":0.003,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form_with_fields_array":0.018,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form_with_fields_array_and_custom_blueprint":0.005,"Tests\\Tags\\User\\RegisterFormTest::it_wont_register_user_and_renders_errors":0.008,"Tests\\Tags\\User\\RegisterFormTest::it_wont_register_user_and_renders_custom_validation_errors":0.009,"Tests\\Tags\\User\\RegisterFormTest::it_will_register_user_and_render_success":0.114,"Tests\\Tags\\User\\RegisterFormTest::it_will_register_user_and_follow_custom_redirect_with_success":0.113,"Tests\\Tags\\User\\RegisterFormTest::it_wont_register_user_and_follow_custom_redirect_with_errors":0.006,"Tests\\Tags\\User\\RegisterFormTest::it_will_use_redirect_query_param_off_url":0.008,"Tests\\Tags\\User\\RegisterFormTest::it_fetches_form_data":0.003,"Tests\\Tags\\User\\RegisterFormTest::it_wont_register_user_when_honeypot_is_present":0.114,"Tests\\Tags\\User\\RegisterFormTest::it_will_register_user_when_honeypot_is_not_present":0.111,"Tests\\Tags\\User\\ResetPasswordFormTest::it_renders_form":0.001,"Tests\\Tags\\User\\UserTagsTest::it_renders_user_can_tag_content":0.005,"Tests\\Tags\\User\\UserTagsTest::it_renders_user_is_tag_content":0.004,"Tests\\Tags\\User\\UserTagsTest::it_renders_user_in_tag_content":0.003,"Tests\\Tags\\User\\UserTagsTest::it_can_logout_user":0.006,"Tests\\Tags\\User\\UserTagsTest::it_can_logout_user_with_custom_redirect":0.014,"Tests\\Tags\\User\\UserTagsTest::it_can_render_logout_url":0.001,"Tests\\Tags\\User\\UserTagsTest::it_can_load_user_by_email":0.004,"Tests\\Tags\\User\\UserTagsTest::it_can_load_user_by_field":0.021,"Tests\\Tags\\UserGroupsTagTest::it_outputs_no_results":0.001,"Tests\\Tags\\UserGroupsTagTest::it_gets_all_groups":0.002,"Tests\\Tags\\UserGroupsTagTest::it_gets_a_group":0.001,"Tests\\Tags\\UserGroupsTagTest::it_gets_multiple_groups":0.002,"Tests\\Tags\\UserGroupsTagTest::it_outputs_no_results_when_finding_multiple_groups":0.001,"Tests\\Tags\\UserRolesTagTest::it_outputs_no_results":0.001,"Tests\\Tags\\UserRolesTagTest::it_gets_all_roles":0.001,"Tests\\Tags\\UserRolesTagTest::it_gets_a_role":0.001,"Tests\\Tags\\UserRolesTagTest::it_gets_multiple_roles":0.002,"Tests\\Tags\\UserRolesTagTest::it_outputs_no_results_when_finding_multiple_roles":0.001,"Tests\\Tags\\UsersTagsTest::it_renders":0.003,"Tests\\Tags\\UsersTagsTest::it_only_shows_users_in_groups":0.004,"Tests\\Tags\\UsersTagsTest::it_only_shows_users_in_roles":0.004,"Tests\\Tags\\ViteTest::it_outputs_script":0.001,"Tests\\Tags\\ViteTest::it_outputs_stylesheet":0,"Tests\\Tags\\ViteTest::it_outputs_multiple_entry_points":0,"Tests\\Tags\\ViteTest::it_includes_attributes":0.001,"Tests\\Tags\\ViteTest::it_includes_tag_specific_attributes":0.001,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_handle_valid_tokens#param":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_handle_valid_tokens#header":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_handle_valid_tokens#param wins if both provided":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_not_handle_invalid_tokens#param":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_not_handle_invalid_tokens#header":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_not_handle_invalid_tokens#both":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_not_handle_missing_tokens":0,"Tests\\Tokens\\TokenRepositoryTest::it_makes_a_token":0,"Tests\\Tokens\\TokenRepositoryTest::it_generates_a_token_string_if_passing_in_null_when_making_a_token":0,"Tests\\Tokens\\TokenRepositoryTest::it_saves_a_token":0,"Tests\\Tokens\\TokenRepositoryTest::it_deletes_a_token":0.001,"Tests\\Tokens\\TokenRepositoryTest::it_finds_a_token":0.001,"Tests\\Tokens\\TokenRepositoryTest::attempting_to_find_a_non_existent_token_returns_null":0,"Tests\\Tokens\\TokenRepositoryTest::it_deletes_expired_tokens":0.002,"Tests\\Tokens\\TokenTest::it_uses_a_provided_token_string":0,"Tests\\Tokens\\TokenTest::it_generates_a_token_string_when_not_provided":0,"Tests\\Tokens\\TokenTest::it_saves_through_the_facade":0,"Tests\\Tokens\\TokenTest::it_deletes_through_the_facade":0,"Tests\\Tokens\\TokenTest::it_can_be_handled":0,"Tests\\Tokens\\TokenTest::it_expires_in_one_hour_by_default":0,"Tests\\Tokens\\TokenTest::it_can_set_a_custom_expiry":0,"Tests\\Tokens\\TokenTest::it_can_check_if_it_has_expired":0.001,"Tests\\Translator\\MethodDiscoveryTest::it_discovers_methods":0.001,"Tests\\Translator\\PlaceholdersTest::it_adds_placeholders":0,"Tests\\Translator\\PlaceholdersTest::it_removes_placeholders":0,"Tests\\TransposeCollectionMacroTest::it_transposes":0,"Tests\\UpdateScripts\\AddPerEntryPermissionsTest::it_can_add_new_per_entry_permissions":0.004,"Tests\\UpdateScripts\\AddSitePermissionsTest::it_is_registered":0,"Tests\\UpdateScripts\\AddSitePermissionsTest::it_can_add_site_permissions":0.004,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_is_registered":0,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_vanilla_sites_config":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_modified_single_site_config":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_modified_multisite_config":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_dynamic_config_function_calls":0.003,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_dynamic_whitelisted_env_function_calls":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_warns_when_it_detects_other_non_whitelisted_env_calls":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_append_multisite_config_to_bottom_if_the_nicer_str_replace_fails":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_removes_text_direction_since_this_no_longer_does_anything_in_sites_yaml":0.002,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_register_itself_with_statamic":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_silently_fails_to_register_on_older_statamic_versions":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_check_if_package_is_updating_to_specific_version":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_check_if_package_is_updating_past_a_specific_version":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_check_if_package_is_updating_past_a_specific_beta_version":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_properly_normalizes_the_version_you_pass_in_when_checking_for_updating_to_a_version":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_check_if_version_is_normalized_when_user_overrides_lock_version":0,"Tests\\UpdateScripts\\UpdateScriptTest::it_runs_update_scripts":0.002,"Tests\\UpdateScripts\\UpdateScriptTest::it_passes_normalized_versions_into_shouldUpdate":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_deletes_previous_lock_file_after_running_update_scripts":0,"Tests\\UpdateScripts\\UpdateScriptTest::it_doesnt_error_when_attempting_to_run_update_scripts_with_no_lock_file":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_doesnt_error_when_attempting_to_run_update_scripts_with_no_previous_lock_file":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_doesnt_error_when_attempting_to_update_on_a_package_doesnt_exist_in_lock_file":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_write_to_console_from_update_method":0.003,"Tests\\UpdateScripts\\UpdateScriptTest::it_runs_scripts_forspecific_package_versions":0.001,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_is_registered":0,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_can_update_old_string_based_rules_in_file_based_blueprints#example blueprint":0.002,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_can_update_old_string_based_rules_in_file_based_blueprints#example fieldset":0.002,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_doesnt_overzealously_try_to_replace_complicated_pipe_delimed_validate_rules#example blueprint":0.002,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_doesnt_overzealously_try_to_replace_complicated_pipe_delimed_validate_rules#example fieldset":0.002,"UniqueEntryValueTest::it_fails_when_theres_a_duplicate_entry_entry_value_in_across_all_collections":0.007,"UniqueEntryValueTest::it_fails_when_theres_a_duplicate_entry_entry_value_in_a_specific_collection":0.006,"UniqueEntryValueTest::it_passes_duplicate_slug_validation_when_updating_in_a_single_collection":0.004,"UniqueEntryValueTest::it_passes_when_theres_a_duplicate_entry_value_in_a_different_site":0.005,"UniqueTermValueTest::it_fails_when_theres_a_duplicate_term_entry_value_in_across_all_taxonomies":0.005,"UniqueTermValueTest::it_fails_when_theres_a_duplicate_term_entry_value_in_a_specific_taxonomy":0.005,"UniqueTermValueTest::it_passes_duplicate_slug_validation_when_updating_in_a_single_taxonomy":0.003,"UniqueTermValueTest::it_passes_when_theres_a_duplicate_term_value_in_a_different_site":0.003,"UniqueUserValueTest::it_fails_when_theres_a_duplicate_user_value":0.002,"UniqueUserValueTest::it_passes_when_updating":0.002,"UniqueUserValueTest::it_supports_overwriting_the_column":0.002,"Tests\\View\\Antlers\\BladeLayoutTest::no_parse_extractions_are_replaced_when_extending_a_blade_layout":0.002,"Tests\\View\\Antlers\\RuntimeParserEngineTest::parses_a_basic_template":0,"Tests\\View\\Antlers\\RuntimeParserEngineTest::parses_a_template_with_noparse_tags":0,"Tests\\View\\Antlers\\RuntimeParserEngineTest::php_is_not_executed_if_the_filename_is_html":0,"Tests\\View\\Antlers\\RuntimeParserEngineTest::php_is_executed_if_the_filename_is_php":0,"Tests\\View\\Antlers\\ViewTest::combines_two_views":0.001,"Tests\\View\\Antlers\\ViewTest::a_layout_can_be_in_the_layouts_directory":0.001,"Tests\\View\\Antlers\\ViewTest::template_is_rendered_alone_if_no_layout_is_provided":0.001,"Tests\\View\\Antlers\\ViewTest::a_non_antlers_template_will_not_attempt_to_load_the_layout":0.001,"Tests\\View\\Antlers\\ViewTest::template_with_noparse_is_left_unparsed":0.002,"Tests\\View\\Antlers\\ViewTest::layout_with_noparse_is_left_unparsed":0.001,"Tests\\View\\Antlers\\ViewTest::layout_and_template_with_noparse_is_left_unparsed":0.001,"Tests\\View\\Antlers\\ViewTest::gets_first":0,"Tests\\View\\Antlers\\ViewTest::gets_data":0,"Tests\\View\\Antlers\\ViewTest::gets_template":0,"Tests\\View\\Antlers\\ViewTest::gets_layout":0,"Tests\\View\\Antlers\\ViewTest::view_data_can_be_accessed_from_template_and_layout":0.001,"Tests\\View\\Antlers\\ViewTest::current_view_data_wins":0.001,"Tests\\View\\Blade\\AntlersDirectiveTest::test_blade_antlers_directive_is_compiled":0.002,"Tests\\View\\Blade\\TagsDirectiveTest::it_gets_single_tag#1 part":0.001,"Tests\\View\\Blade\\TagsDirectiveTest::it_gets_single_tag#2 parts":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_aliases_using_array#1 part":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_aliases_using_array#2 parts":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_aliases_with_parameters#1 part":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_aliases_with_parameters#2 parts":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_supports_multiple_tags":0,"Tests\\View\\CascadeTest::it_gets_the_instance":0.001,"Tests\\View\\CascadeTest::it_sets_and_gets_the_entire_cascade":0.001,"Tests\\View\\CascadeTest::it_gets_values":0,"Tests\\View\\CascadeTest::it_sets_values":0.001,"Tests\\View\\CascadeTest::it_hydrates_constants":0.003,"Tests\\View\\CascadeTest::it_hydrates_auth_when_logged_in":0.003,"Tests\\View\\CascadeTest::it_hydrates_auth_when_logged_out":0.014,"Tests\\View\\CascadeTest::it_hydrates_current_user":0.004,"Tests\\View\\CascadeTest::it_hydrates_dates":0.001,"Tests\\View\\CascadeTest::it_hydrates_request_variables":0.004,"Tests\\View\\CascadeTest::it_hydrates_request_is_homepage_when_request_is_homepage":0.003,"Tests\\View\\CascadeTest::it_hydrates_request_is_homepage_when_request_is_homepage_with_relative_site_url":0.003,"Tests\\View\\CascadeTest::it_hydrates_current_site_variables":0.001,"Tests\\View\\CascadeTest::it_hydrates_current_site_variables_for_subdomain":0.001,"Tests\\View\\CascadeTest::it_hydrates_current_site_variables_for_subdirectory":0.001,"Tests\\View\\CascadeTest::it_hydrates_sanitized_post_values":0.003,"Tests\\View\\CascadeTest::it_hydrates_sanitized_get_values":0.015,"Tests\\View\\CascadeTest::it_hydrates_sanitized_get_and_post_values":0.003,"Tests\\View\\CascadeTest::it_hydrates_sanitized_old_values":0.003,"Tests\\View\\CascadeTest::it_hydrates_segments":0.003,"Tests\\View\\CascadeTest::it_hydrates_segments_in_subdirectory_site":0.015,"Tests\\View\\CascadeTest::it_hydrates_segments_on_the_home_page":0.003,"Tests\\View\\CascadeTest::it_hydrates_segments_on_the_home_page_in_subdirectory_site":0.003,"Tests\\View\\CascadeTest::last_segment_doesnt_contain_query_params":0.003,"Tests\\View\\CascadeTest::last_segment_doesnt_contain_query_params_in_subdirectory_site":0.014,"Tests\\View\\CascadeTest::it_hydrates_page_data":0.002,"Tests\\View\\CascadeTest::it_hydrates_globals":0.003,"Tests\\View\\CascadeTest::the_cascade_can_be_manipulated_after_hydration":0.001,"Tests\\View\\CascadeTest::page_data_overrides_globals":0.003,"Tests\\View\\CascadeTest::it_merges_view_model_data":0.002,"Tests\\View\\StateTest::test_tag_state_is_cleared_between_responses":0.01,"Tests\\Widgets\\WidgetTest::widget_get_initialized_correctly":0,"Tests\\Yaml\\YamlTest::it_dumps_yaml":0.001,"Tests\\Yaml\\YamlTest::it_dumps_with_front_matter_when_content_is_passed":0,"Tests\\Yaml\\YamlTest::it_dumps_without_front_matter_when_content_is_an_array":0,"Tests\\Yaml\\YamlTest::it_dumps_without_front_matter_when_content_is_an_empty_array":0,"Tests\\Yaml\\YamlTest::it_dumps_without_front_matter_when_content_is_null":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter_with_content":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter_including_content_when_its_an_array":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter_including_content_when_its_an_empty_array":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter_without_content_when_its_null":0,"Tests\\Yaml\\YamlTest::it_dumps_front_matter_properly_when_symfony_yaml_dumper_doesnt_end_with_a_line_break":0,"Tests\\Yaml\\YamlTest::it_parses_a_string_of_yaml":0,"Tests\\Yaml\\YamlTest::it_parses_an_empty_string_of_yaml":0,"Tests\\Yaml\\YamlTest::it_parses_with_content_and_front_matter":0,"Tests\\Yaml\\YamlTest::it_parses_with_content_and_front_matter_with_crlf":0,"Tests\\Yaml\\YamlTest::it_parses_with_content_when_its_in_the_front_matter":0,"Tests\\Yaml\\YamlTest::it_throws_exception_when_there_is_a_content_var_and_a_content_area":0,"Tests\\Yaml\\YamlTest::it_parses_a_file_when_no_argument_is_given":0,"Tests\\Yaml\\YamlTest::when_parsing_and_content_is_just_whitespace_it_treats_it_as_null":0,"Tests\\Yaml\\YamlTest::it_throws_exception_when_parsing_without_an_argument_or_file":0,"Tests\\Yaml\\YamlTest::it_creates_parse_exception_pointing_to_temporary_file_when_no_file_is_provided":0.001,"Tests\\Yaml\\YamlTest::it_creates_parse_exception_pointing_to_actual_file_when_file_is_provided_and_it_exists":0.001,"Tests\\Yaml\\YamlTest::it_creates_parse_exception_pointing_to_temporary_file_with_similar_path_when_file_is_provided_but_doesnt_exist":0,"Tests\\Yaml\\YamlTest::it_doesnt_maintain_files_across_uses":0,"Tests\\Yaml\\YamlTest::it_doesnt_maintain_files_across_uses_when_previous_call_had_no_yaml":0,"Tests\\Yaml\\YamlTest::it_throws_an_exception_when_an_array_cannot_be_returned":0,"Tests\\Tags\\User\\RegisterFormTest::it_handles_precognitive_requests":0.003,"Tests\\Tags\\User\\LoginFormTest::it_handles_precognitive_requests":0.003,"Tests\\Tags\\User\\PasswordFormTest::it_handles_precognitive_requests":0.116,"Tests\\Tags\\User\\ProfileFormTest::it_handles_precognitive_requests":0.005,"Tests\\Fields\\FieldTransformerTest::it_doesnt_remove_max_items_from_form_fieldtype":0.001,"Tests\\Fields\\FieldTransformerTest::it_ensures_the_asset_container_is_saved_on_the_assets_fieldtype":0.002,"Tests\\Fields\\FieldTransformerTest::it_saves_a_toggle_as_false_where_the_default_is_true":0.001,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_merges_any_x_data_passed_to_the_tag":0.01,"Tests\\Feature\\AssetContainers\\ListAssetContainersTest::it_lists_container_by_order_specified":0.008,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_order":0,"Tests\\Antlers\\Runtime\\TagsTest::test_collections_returned_from_tags":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_validation_rules":0.001,"Tests\\Feature\\Assets\\StoreAssetTest::it_doesnt_upload_when_validation_fails":0.014,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_all_terms_in_a_specific_site":0.02,"Tests\\Fields\\BlueprintTest::it_can_add_fields_multiple_times":0,"Tests\\Fieldtypes\\ReplicatorTest::it_generates_nested_field_path_prefix#grouped sets (new)":0.009,"Tests\\Fieldtypes\\ReplicatorTest::it_generates_nested_field_path_prefix#ungrouped sets (old)":0.001,"Tests\\Fieldtypes\\TemplateFolderTest::it_returns_a_list_of_directories":0.004,"Tests\\Git\\GitProcessTest::it_doesnt_log_processed_references_as_error_output":0.005,"Tests\\Git\\GitTest::it_can_run_custom_commands_with_custom_git_binary":0.007,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#string":0.001,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#entities":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#integer":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#integer > 1":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#negative integer":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#float":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#empty string":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#true":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#false":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#array":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#empty array":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#collection":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#empty collection":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#object with __toString":0,"Tests\\Modifiers\\AttributeTest::it_throws_exception_without_argument":0.001,"Tests\\Modifiers\\AttributeTest::it_throws_exception_when_value_is_an_object_without_toString_method":0,"Tests\\Modifiers\\BardTextTest::it_handles_null":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth null":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth 1":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth 2":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth 3":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth 4":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth null":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth 1":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth 2":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth 3":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth 4":0,"Tests\\Modifiers\\KeysTest::it_gets_the_keys_of_an_array":0,"Tests\\Modifiers\\KeysTest::it_gets_the_keys_of_a_collection":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#A, case 1":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#A, case 2":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#A, case 3":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\u00e9, case 1":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\u00e9, case 2":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\u00e9, case 3":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\ud83d\udc18, case 1":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\ud83d\udc18, case 2":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\ud83d\udc18, case 3":0,"Modifiers\\ToQsTest::it_converts_to_query_string":0,"Tests\\Modifiers\\ValuesTest::it_gets_the_values_of_an_array":0,"Tests\\Modifiers\\ValuesTest::it_gets_the_values_of_a_collection":0,"Tests\\Sites\\SiteTest::it_gets_attributes":0,"Tests\\Tags\\CacheTagTest::it_can_use_a_custom_cache_store":0.001,"Tests\\Tags\\GetSiteTagTest::it_gets_site_by_handle":0.001,"Tests\\Tags\\GetSiteTagTest::it_can_be_used_as_single_tag":0,"Tests\\Tags\\GetSiteTagTest::it_throws_exception_if_handle_is_missing":0,"Tests\\Tags\\GetSiteTagTest::it_throws_exception_if_site_doesnt_exist":0,"Tests\\Tags\\User\\RegisterFormTest::it_ensures_some_fields_arent_saved":0.123,"Tests\\PhoneHomeTest::it_contacts_the_outpost":0.012,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_gets_revisions":0.014,"Tests\\Fields\\FieldTransformerTest::it_supports_addon_linked_fields":0,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_guzzle_adapter_when_a_url_is_provided":0,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_precognitive_requests_as_standard_laravel_errors":0.015,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_xml_http_requests_in_statamic_error_format":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_json_requests_as_standard_laravel_errors":0.003,"Tests\\Revisions\\RepositoryTest::it_returns_a_query_builder":0,"Tests\\Revisions\\RepositoryTest::it_gets_and_filters_items_using_query_builder":0.001,"Tests\\StaticCaching\\DefaultInvalidatorTest::it_doesnt_recache_when_background_recache_token_is_disabled":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::it_recaches_when_background_recache_token_is_enabled":0,"Tests\\StaticCaching\\FileCacherTest::recaching_a_url_will_trigger_a_recache_job":0.06,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_renders_params_with_double_quotes_inside_single_quotes":0,"Tests\\Tags\\Form\\FormCreateTest::it_adds_renders_appended_config_fields":0.004,"Tests\\Data\\Structures\\NavTreeTest::it_fires_a_saving_event":0.001,"Tests\\Data\\Structures\\NavTreeTest::returning_false_in_nav_tree_saving_stops_saving":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_fires_a_deleting_event":0.001,"Tests\\Data\\Structures\\NavTreeTest::returning_false_in_nav_tree_deleting_stops_deleting":0.001,"Tests\\Data\\Structures\\CollectionTreeTest::it_fires_a_saving_event":0.003,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_nav_tree_saving_stops_saving":0.002,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_collection_tree_saving_stops_saving":0.001,"Tests\\Data\\Structures\\CollectionTreeTest::it_fires_a_deleting_event":0.001,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_nav_tree_deleting_stops_deleting":0.001,"Tests\\Modifiers\\PushTest::it_pushes_an_item_to_an_array":0.002,"Tests\\Modifiers\\PushTest::it_pushes_an_item_to_an_array_from_context":0.003,"Tests\\API\\APITest::live_preview_token_bypasses_entry_status_check":0.005,"Tests\\API\\APITest::non_live_preview_tokens_doesnt_bypass_entry_status_check":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::unclosed_array_variable_does_not_report_warning_if_followed_by_ray_modifier":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::unclosed_array_variable_does_reports_warning_even_if_a_call_before_it_did_not":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_boolables_supplied_to_tags_resolve_correctly#truthy generic boolable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_boolables_supplied_to_tags_resolve_correctly#falsey generic boolable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_boolables_supplied_to_tags_resolve_correctly#truthy LabeledValue":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_boolables_supplied_to_tags_resolve_correctly#falsey LabeledValue":0.001,"Tests\\Assets\\AssetFolderTest::it_sanitizes_when_moving_to_another_folder_with_a_new_folder_name":0.022,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#spaces":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#hashes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#colons":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#lt":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#gt":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#double quotes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#forward slashes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#backslashes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#pipes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#question marks":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#asterisks":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#percentage":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#ascii":0.001,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_which_uses_default_entries_icon":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_references_to_a_bundled_light_svg_icon":0.006,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_a_custom_inline_svg_icon":0.01,"Console\\Commands\\MakeDictionaryTest::it_can_make_a_dictionary":0.053,"Console\\Commands\\MakeDictionaryTest::it_will_not_overwrite_an_existing_dictionary":0.002,"Console\\Commands\\MakeDictionaryTest::using_force_option_will_overwrite_original_dictionary":0.002,"Console\\Commands\\MakeDictionaryTest::it_can_make_a_dictionary_into_an_addon":0.05,"Tests\\Console\\Commands\\StaticWarmTest::it_exits_with_error_when_static_caching_is_disabled":0.002,"Tests\\Console\\Commands\\StaticWarmTest::it_warms_the_static_cache":0.032,"Tests\\Console\\Commands\\StaticWarmTest::it_doesnt_queue_the_requests_when_connection_is_set_to_sync":0.019,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests":0.004,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests_with_appropriate_queue_and_connection#0":0.003,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests_with_appropriate_queue_and_connection#1":0.003,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests_with_appropriate_queue_and_connection#2":0.003,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests_with_appropriate_queue_and_connection#3":0.003,"Tests\\Data\\Entries\\CollectionTest::it_updates_entry_uris_through_the_entry_repository":0.001,"Tests\\Data\\Entries\\CollectionTest::it_updates_entry_orders_through_the_entry_repository":0.001,"Tests\\Data\\Entries\\CollectionTest::it_updates_entry_parents_through_the_entry_repository":0.001,"Tests\\Data\\Entries\\EntryTest::it_falls_back_to_the_origin_for_the_date":0.012,"Tests\\Data\\Structures\\NavTest::it_dispatches_nav_creating":0.001,"Tests\\Data\\Structures\\NavTest::if_creating_event_returns_false_the_nav_doesnt_save":0.001,"Tests\\Data\\Structures\\NavTest::it_dispatches_nav_saving":0.001,"Tests\\Data\\Structures\\NavTest::if_saving_event_returns_false_the_nav_doesnt_save":0.001,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_dispatches_localized_term_saved_event":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_dispatches_localized_term_deleted_event":0.003,"Tests\\Data\\Taxonomies\\ViewsTest::the_taxonomy_url_404s_for_unconfigured_sites":0.008,"Tests\\Data\\Taxonomies\\ViewsTest::the_collection_specific_taxonomy_url_404s_for_unconfigured_sites":0.007,"Tests\\Data\\Taxonomies\\ViewsTest::the_collection_specific_taxonomy_url_404s_when_collection_is_not_configured_for_that_site":0.017,"Tests\\Dictionaries\\CountriesTest::it_gets_options":0.001,"Tests\\Dictionaries\\CountriesTest::it_filters_options_by_region":0.001,"Tests\\Dictionaries\\CountriesTest::it_searches_options#au":0.001,"Tests\\Dictionaries\\CountriesTest::it_searches_options#us":0.001,"Tests\\Dictionaries\\CountriesTest::it_gets_array_from_value":0.007,"Tests\\Dictionaries\\CurrenciesTest::it_gets_options":0,"Tests\\Dictionaries\\CurrenciesTest::it_searches_options#euro":0,"Tests\\Dictionaries\\CurrenciesTest::it_searches_options#dollar":0,"Tests\\Dictionaries\\CurrenciesTest::it_searches_options#dollar symbol":0,"Tests\\Dictionaries\\CurrenciesTest::it_searches_options#pound symbol":0,"Tests\\Dictionaries\\CurrenciesTest::it_gets_array_from_value":0,"Tests\\Dictionaries\\DictionaryRepositoryTest::can_get_all_dictionaries":0,"Tests\\Dictionaries\\DictionaryRepositoryTest::can_get_a_dictionary":0,"Tests\\Dictionaries\\DictionaryRepositoryTest::ensure_context_is_passed_to_dictionary":0,"Tests\\Dictionaries\\FileTest::it_gets_options#yaml":0.001,"Tests\\Dictionaries\\FileTest::it_gets_options#json":0,"Tests\\Dictionaries\\FileTest::it_gets_options#csv":0,"Tests\\Dictionaries\\FileTest::it_gets_options_with_custom_value_and_label_keys#yaml":0,"Tests\\Dictionaries\\FileTest::it_gets_options_with_custom_value_and_label_keys#json":0,"Tests\\Dictionaries\\FileTest::it_gets_options_with_custom_value_and_label_keys#csv":0,"Tests\\Dictionaries\\FileTest::it_gets_options_with_antlers_label#yaml":0.001,"Tests\\Dictionaries\\FileTest::it_gets_options_with_antlers_label#json":0.001,"Tests\\Dictionaries\\FileTest::it_gets_options_with_antlers_label#csv":0.001,"Tests\\Dictionaries\\FileTest::it_searches_options#e":0,"Tests\\Dictionaries\\FileTest::it_searches_options#n":0,"Tests\\Dictionaries\\FileTest::it_gets_array_from_value":0,"Tests\\Dictionaries\\ItemTest::it_gets_value_label_and_data":0,"Tests\\Dictionaries\\TimezonesTest::it_gets_options":0.003,"Tests\\Dictionaries\\TimezonesTest::it_searches_options#new":0.002,"Tests\\Dictionaries\\TimezonesTest::it_searches_options#ten":0.002,"Tests\\Dictionaries\\TimezonesTest::it_searches_options#plus ten":0.002,"Tests\\Dictionaries\\TimezonesTest::it_searches_options#minus ten":0.002,"Tests\\Dictionaries\\TimezonesTest::it_gets_array_from_value":0.008,"Tests\\Extensions\\FileStoreTest::it_overrides_file_driven_stores":0,"Tests\\Feature\\AuthenticationTest::it_responds_with_a_401_when_requesting_json":0.003,"Tests\\Feature\\AuthenticationTest::redirects_to_login_page":0.002,"Tests\\Feature\\AuthenticationTest::redirects_to_defined_login_page_when_auth_is_disabled":0.002,"Tests\\Feature\\AuthenticationTest::responds_with_401_when_auth_is_disabled_and_no_redirect_is_defined":0.01,"Tests\\Feature\\Entries\\UpdateEntryTest::date_gets_set_in_origin":0.014,"Tests\\Feature\\Entries\\UpdateEntryTest::date_gets_set_in_localization_when_contained_in_localized_array#date is in localized array":0.015,"Tests\\Feature\\Entries\\UpdateEntryTest::date_gets_set_in_localization_when_contained_in_localized_array#date is not in localized array":0.015,"Tests\\Feature\\Forms\\EditFormTest::fields_can_be_added":0.036,"Tests\\Feature\\Forms\\UpdateFormTest::it_updates_data":0.009,"Feature\\GraphQL\\Fieldtypes\\DictionaryFieldtypeTest::it_gets_dictionary":0.031,"Feature\\GraphQL\\Fieldtypes\\DictionaryFieldtypeTest::it_filters_out_invalid_values":0.024,"Feature\\SlugTest::it_generates_a_slug#dashes using underscore separator":0.007,"Feature\\SlugTest::it_generates_a_slug#dashes separated by spaces":0.006,"Tests\\Fields\\ArrayableStringTest::it_converts_to_bool":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_blueprints_in_a_custom_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_blueprints_in_a_custom_namespace_with_overrides":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_blueprints_in_a_custom_namespace_where_there_are_no_original_files_but_only_overrides":0,"Tests\\Fields\\BlueprintRepositoryTest::it_resets_a_namespaced_blueprint":0,"Tests\\Fields\\FieldsetRepositoryTest::it_resets_a_namespaced_fieldset":0,"Fieldtypes\\ArrayTest::it_preloads_keys#dynamic null":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#dynamic empty array":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#associative array options":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#multidimensional array options":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#multidimensional array with numbers":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#multidimensional array with non-sequential numbers":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_dynamic#associative array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_dynamic#multidimensional array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_dynamic#multidimensional array with numbers":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_dynamic#multidimensional array with non-sequential numbers":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#associative array options, associative array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#multidimensional array options, associative array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#associative array options, multidimensional array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#multidimensional array options, multidimensional array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#multidimensional array with numbers":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#multidimensional array with non-sequential numbers":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#null":0,"Fieldtypes\\ArrayTest::it_processes_dynamic#string keys":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#string keys with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#numeric keys":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#numeric keys with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#non-sequential numeric keys":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#non-sequential numeric keys with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#strings and numeric keys":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#strings and numeric keys with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#null":0,"Fieldtypes\\ArrayTest::it_processes_keyed#associative array options, associative array value":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#associative array options, associative array value with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array options, associative array value":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array options, associative array value with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array with numbers":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array with numbers with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array with non-sequential numbers":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array with non-sequential numbers with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_augments_dynamic#null":0,"Fieldtypes\\ArrayTest::it_augments_dynamic#associative array value":0,"Fieldtypes\\ArrayTest::it_augments_dynamic#multidimensional array value":0,"Fieldtypes\\ArrayTest::it_augments_dynamic#multidimensional array with numbers":0,"Fieldtypes\\ArrayTest::it_augments_dynamic#multidimensional array with non-sequential numbers":0,"Fieldtypes\\ArrayTest::it_augments_keyed#null":0,"Fieldtypes\\ArrayTest::it_augments_keyed#associative array options, associative array value":0,"Fieldtypes\\ArrayTest::it_augments_keyed#multidimensional array options, associative array value":0,"Fieldtypes\\ArrayTest::it_augments_keyed#associative array options, multidimensional array value":0,"Fieldtypes\\ArrayTest::it_augments_keyed#multidimensional array options, multidimensional array value":0,"Fieldtypes\\ArrayTest::it_augments_keyed#multidimensional array with numbers":0,"Fieldtypes\\ArrayTest::it_augments_keyed#multidimensional array with non-sequential numbers":0,"Tests\\Fieldtypes\\ButtonGroupTest::does_not_throw_a_validation_error_when_label_is_missing_from_option":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_preloads_options#associative":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_preloads_options#multidimensional":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_preloads_options#associative":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_preloads_options#multidimensional":0.001,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_returns_dictionary_fields_in_preload":0.004,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_pre_processes_dictionary_fields":0.007,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_pre_processes_dictionary_fields_saved_as_a_string":0,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_processes_dictionary_fields":0.001,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_processes_dictionary_fields_into_a_string_when_dictionary_has_no_config_values":0.001,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_returns_validation_rules":0.001,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_returns_validation_rules_when_no_dictionary_is_selected":0,"Tests\\Fieldtypes\\DictionaryTest::it_gets_the_dictionary#string":0.003,"Tests\\Fieldtypes\\DictionaryTest::it_gets_the_dictionary#array":0,"Tests\\Fieldtypes\\DictionaryTest::it_throw_exception_when_dictionary_is_undefined#string":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_throw_exception_when_dictionary_is_undefined#array":0,"Tests\\Fieldtypes\\DictionaryTest::it_throws_exception_when_invalid_dictionary_is_defined#string":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_throws_exception_when_invalid_dictionary_is_defined#array":0,"Tests\\Fieldtypes\\DictionaryTest::it_returns_preload_data":0.002,"Tests\\Fieldtypes\\DictionaryTest::it_augments_a_single_option":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_augments_multiple_options":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_augments_to_empty_array_when_null_and_configured_for_multiple":0.001,"Tests\\Fieldtypes\\DictionaryTest::invalid_value_augments_to_null":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_filters_out_invalid_values_when_augmenting_multiple":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_returns_extra_renderable_field_data":0.001,"Tests\\Fieldtypes\\EntriesTest::it_doesnt_localize_when_select_across_sites_setting_is_enabled":0.01,"Tests\\Fieldtypes\\RadioTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\RadioTest::it_preloads_options#associative":0.001,"Tests\\Fieldtypes\\RadioTest::it_preloads_options#multidimensional":0.001,"Tests\\Fieldtypes\\SelectTest::does_not_throw_a_validation_error_when_label_is_missing_from_option":0.002,"Tests\\Fieldtypes\\SelectTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\SelectTest::it_preloads_options#associative":0.001,"Tests\\Fieldtypes\\SelectTest::it_preloads_options#multidimensional":0.001,"Tests\\Fieldtypes\\WidthTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\WidthTest::it_preloads_options#associative":0,"Tests\\Fieldtypes\\WidthTest::it_preloads_options#multidimensional":0,"Tests\\Forms\\FormRepositoryTest::it_registers_config":0,"Tests\\Git\\GitEventTest::it_commits_when_site_is_saved_and_deleted":0.002,"Tests\\Modifiers\\BardHtmlTest::it_returns_string":0,"Tests\\Modifiers\\BardTextTest::it_extracts_bard_text_from_string":0,"Tests\\Modifiers\\EmbedUrlTest::it_transforms_vimeo_file_links":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_array_of_items":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_collections_of_items":0.001,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_query_builder":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_array_of_items_with_origins":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_collections_of_items_with_origins":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_array_of_items_of_type_array":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_collections_of_items_of_type_array":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_array_of_items_of_type_arrayaccess":0,"Modifiers\\WhereInTest::it_filters_data_by_key_and_multiple_values":0,"Modifiers\\WhereInTest::it_filters_data_by_key_and_single_value":0,"Tests\\Modifiers\\WhereTest::it_filters_data_using_operator":0,"Tests\\Modifiers\\WhereTest::it_accepts_zero_as_a_parameter":0,"Tests\\Rules\\SlugTest::it_validates_slugs":0.001,"Tests\\Sites\\SitesConfigTest::it_dispatches_site_saved_events":0.001,"Tests\\Sites\\SitesConfigTest::it_dispatches_site_created_events":0.001,"Tests\\Sites\\SitesConfigTest::it_dispatches_site_deleted_events":0.001,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#0":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#1":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#2":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#3":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#4":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#5":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#6":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#7":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#8":0,"Tests\\Stache\\Stores\\KeysTest::it_can_use_a_different_cache_store":0,"Tests\\StarterKits\\ExportTest::it_correctly_categorizes_non_dev_dependencies_from_composer_json":0.005,"Tests\\StarterKits\\ExportTest::it_correctly_categorizes_dev_dependencies_from_composer_json":0.004,"Tests\\StarterKits\\ExportTest::it_can_export_module_files":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_nested_module_files":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_select_module_files":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_nested_select_module_files":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_module_dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_nested_module_dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_select_module_dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_nested_select_module_dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_requires_valid_config_at_top_level":0.002,"Tests\\StarterKits\\ExportTest::it_requires_valid_module_config":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_require_anything_installable_if_module_contains_nested_modules":0.003,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#export paths":0.002,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#export as paths":0.003,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#dev dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#nested modules":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#top level export":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#top level export as from":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#module export":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#module export as from":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#select module export":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#select module export as from":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#top level dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#top level dev dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#module dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#module dev dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#select module dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#select module dev dependencies":0.011,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#top level export":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#top level export as from":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#top level export as to":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#module export":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#module export as from":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#module export as to":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#select module export":0.012,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#select module export as from":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#select module export as to":0.002,"Tests\\StarterKits\\ExportTest::it_normalizes_module_key_order":0.005,"Tests\\StarterKits\\InstallTest::it_clears_site_when_interactively_confirmed":0.101,"Tests\\StarterKits\\InstallTest::it_installs_no_modules_by_default_when_running_non_interactively":0.089,"Tests\\StarterKits\\InstallTest::it_installs_modules_with_prompt_false_config_by_default_when_running_non_interactively":0.093,"Tests\\StarterKits\\InstallTest::it_installs_only_the_modules_confirmed_interactively_via_prompt":0.134,"Tests\\StarterKits\\InstallTest::it_display_custom_module_prompts":0.102,"Tests\\StarterKits\\InstallTest::it_installs_modules_without_dependencies":0.101,"Tests\\StarterKits\\InstallTest::it_requires_valid_config_at_top_level":0.088,"Tests\\StarterKits\\InstallTest::it_requires_valid_module_config":0.085,"Tests\\StarterKits\\InstallTest::it_doesnt_require_anything_installable_if_module_contains_nested_modules":0.092,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#export paths":0.098,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#export as paths":0.096,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#dependencies":0.093,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#dev dependencies":0.094,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#nested modules":0.096,"Tests\\StarterKits\\InstallTest::it_installs_nested_modules_with_prompt_false_config_by_default_when_running_non_interactively":0.094,"Tests\\StarterKits\\InstallTest::it_installs_nested_modules_confirmed_interactively_via_prompt":0.12,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#no query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query, ignoring query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query, allowed query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query, disallowed query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query, allowed and disallowed":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#no query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query, ignoring query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query, allowed query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query, disallowed query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query, allowed and disallowed":0,"Tests\\StaticCaching\\NocacheTagsTest::it_can_nest_nocache_tags":0.014,"Tests\\Tags\\Collection\\EntriesTest::it_should_throw_exception_if_trying_to_paginate_and_limit_at_same_time":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_should_throw_exception_if_trying_to_paginate_and_chunk_at_same_time":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_should_throw_exception_if_trying_to_paginate_with_integer_and_chunk_at_same_time":0.008,"Tests\\Tags\\Form\\FormCreateTest::it_adds_appended_config_fields":0.003,"Tests\\Tags\\MountUrlTagTest::it_gets_url#0":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#1":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#2":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#3":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#4":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#5":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#6":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#7":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#8":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#9":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#10":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#11":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#12":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#13":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#14":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#15":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#16":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#17":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#18":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#19":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#20":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#21":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#22":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#23":0.001,"Tests\\Tags\\StructureTagTest::it_renders_a_nav_with_selected_fields":0.015,"Tests\\Tags\\SvgTagTest::sanitizing_doesnt_remove_additional_params":0.001,"Tests\\Tags\\User\\PasswordFormTest::it_will_delete_any_password_reset_tokens_when_updating_password":0.275,"Tests\\View\\Blade\\CascadeDirectiveTest::it_gets_all_data":0.001,"Tests\\View\\Blade\\CascadeDirectiveTest::it_gets_no_data":0.001,"Tests\\View\\Blade\\CascadeDirectiveTest::it_gets_specific_data":0.001,"Tests\\View\\Blade\\CascadeDirectiveTest::it_throws_exception_for_missing_data":0.001,"Tests\\View\\Blade\\CascadeDirectiveTest::it_uses_fallback_for_missing_data":0.001,"Tests\\Auth\\GateTest::it_doesnt_run_gate_checks_on_non_statamic_users":0.002,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_doesnt_run_gate_checks_on_non_statamic_users":0.01,"Tests\\Antlers\\Runtime\\ModelTest::test_model_attributes_are_returned":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_can_be_reordered":0.016,"Tests\\Tags\\DictionaryTagTest::it_gets_countries":0.038,"Tests\\Tags\\DictionaryTagTest::it_gets_dictionary_by_handle":0.028,"Tests\\Tags\\DictionaryTagTest::it_gets_timezones":0.313,"Tests\\Tags\\DictionaryTagTest::it_can_search":0.001,"Tests\\Tags\\DictionaryTagTest::it_can_supplement_data":0.002,"Tests\\Tags\\DictionaryTagTest::it_can_paginate":0.06,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered":0.03,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered_using_conditions":0.029,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered_using_a_query_scope":0.029,"Tests\\API\\APITest::it_can_use_a_query_scope_on_collection_entries_when_configuration_allows_for_it":0.055,"Tests\\Tags\\DictionaryTagTest::it_pulls_extra_data_data":0.001,"Tests\\Modifiers\\BardTextTest::it_skips_blank_nodes":0}} \ No newline at end of file diff --git a/src/Http/Controllers/CP/Collections/EntriesController.php b/src/Http/Controllers/CP/Collections/EntriesController.php index 41a394123f..3a693f08f4 100644 --- a/src/Http/Controllers/CP/Collections/EntriesController.php +++ b/src/Http/Controllers/CP/Collections/EntriesController.php @@ -19,10 +19,13 @@ use Statamic\Query\Scopes\Filters\Concerns\QueriesFilters; use Statamic\Support\Arr; use Statamic\Support\Str; +use Statamic\Support\Traits\Hookable; class EntriesController extends CpController { - use QueriesFilters; + use ExtractsFromEntryFields, + Hookable, + QueriesFilters; public function index(FilteredRequest $request, $collection) { @@ -274,14 +277,11 @@ public function create(Request $request, $collection, $site) $blueprint->ensureFieldHasConfig('author', ['visibility' => 'read_only']); } - $entry = Entry::make() - ->collection($collection); + $entry = Entry::make()->collection($collection); - EntryBlueprintFound::dispatch($blueprint, $entry); + $this->runHooks('creating-entry', $entry); - $values = $entry - ->values() - ->all(); + $values = $entry->values()->all(); if ($collection->hasStructure() && $request->parent) { $values['parent'] = $request->parent; From 0a0afcf87bf91551e263042ab293e7696503f01f Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Tue, 8 Oct 2024 14:11:54 +0100 Subject: [PATCH 3/4] Remove --- .phpunit.cache/test-results | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .phpunit.cache/test-results diff --git a/.phpunit.cache/test-results b/.phpunit.cache/test-results deleted file mode 100644 index 58a8f85e3d..0000000000 --- a/.phpunit.cache/test-results +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"defects":{"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_routes":7,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_sets_all_the_routes_identically":7,"Tests\\API\\APITest::it_filters_published_entries_by_default":7,"Tests\\API\\APITest::it_filters_out_future_entries_from_future_private_collection":7,"Tests\\API\\APITest::it_filters_out_past_entries_from_past_private_collection":7,"Tests\\API\\APITest::it_can_filter_collection_entries_when_configuration_allows_for_it":7,"Tests\\API\\APITest::it_filters_published_entries_on_term_entries_route_by_default":7,"Tests\\API\\APITest::it_filters_by_taxonomy_terms":7,"Tests\\API\\APITest::it_excludes_keys":8,"Tests\\API\\APITest::next_prev_link_include_original_query_params":8,"Tests\\API\\APITest::relationships_are_shallow_augmented":8,"Tests\\API\\APITest::it_can_offset_results":7,"Tests\\Antlers\\Runtime\\TemplateTest::test_rendering_a_non_array_variable_reports_current_file":1,"Tests\\Auth\\RoleTest::it_can_be_saved":2,"Tests\\Auth\\RoleTest::it_can_be_deleted":2,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_handle_a_bunch_of_useless_config_without_erroring":1,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_children_in_a_closure_to_defer_loading_until_they_are_needed":1,"Tests\\Console\\Commands\\StaticWarmTest::it_exits_with_error_when_static_caching_is_disabled":2,"Tests\\Console\\Commands\\StaticWarmTest::it_warms_the_static_cache":2,"Tests\\Console\\Commands\\StaticWarmTest::it_doesnt_queue_the_requests_when_connection_is_set_to_sync":2,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests":2,"Tests\\Data\\Structures\\CollectionStructureTest::it_sets_and_gets_the_associated_collection":2,"Tests\\Data\\Structures\\CollectionStructureTest::the_only_available_collection_is_itself":2,"Tests\\Data\\Structures\\CollectionStructureTest::collections_cannot_be_set":2,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_an_entry_by_uri":2,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_a_specific_sites_tree":2,"Tests\\Feature\\Entries\\DeleteEntryTest::entries_get_removed_from_the_structure_and_child_pages_are_moved_to_the_parent_and_maintain_order":2,"Tests\\Feature\\Entries\\EditEntryTest::it_denies_access_if_you_dont_have_permission":2,"Tests\\Feature\\Entries\\EditEntryTest::it_shows_the_entry_form":2,"Tests\\Feature\\Entries\\EditEntryTest::it_overrides_values_from_the_working_copy":2,"Tests\\Feature\\Entries\\EditEntryTest::it_marks_as_read_only_if_you_only_have_view_permission":2,"Tests\\Feature\\Entries\\UpdateEntryTest::published_entry_gets_saved_to_working_copy":2,"Tests\\Feature\\Entries\\UpdateEntryTest::draft_entry_gets_saved_to_content":2,"Tests\\Feature\\Entries\\UpdateEntryTest::validation_error_returns_back":2,"Tests\\Feature\\Entries\\UpdateEntryTest::user_without_permission_to_manage_publish_state_cannot_change_publish_status":2,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::delete_button_is_not_visible_without_permission_to_configure":2,"Tests\\Filesystem\\FlysystemAdapterTest::it_throws_exception_when_normalizing_an_absolute_path_on_a_non_local_adapter":2,"Tests\\Forms\\EmailTest::attachments_are_added":2,"Tests\\Forms\\EmailTest::it_adds_renderable_fields":2,"Tests\\FrontendTest::drafts_dont_get_statically_cached":2,"Tests\\FrontendTest::future_private_entries_dont_get_statically_cached":2,"Tests\\FrontendTest::past_private_entries_dont_get_statically_cached":2,"Tests\\FrontendTest::xml_antlers_template_with_xml_layout_will_use_both_and_change_the_content_type":7,"Tests\\FrontendTest::xml_antlers_layout_will_change_the_content_type":7,"Tests\\FrontendTest::amp_requests_load_their_amp_directory_counterparts":2,"Tests\\FrontendTest::amp_requests_without_an_amp_template_result_in_a_404":2,"Tests\\FrontendTest::routes_pointing_to_controllers_should_render":2,"Tests\\FrontendTest::routes_pointing_to_invalid_controller_should_render_404":2,"Tests\\FrontendTest::a_redirect_key_in_the_page_data_should_redirect":2,"Tests\\FrontendTest::a_redirect_key_with_a_404_value_should_404":2,"Tests\\FrontendTest::a_redirect_key_with_an_entry_should_redirect_to_the_entry":2,"Tests\\FrontendTest::a_redirect_key_with_an_unknown_entry_should_404":2,"Tests\\FrontendTest::debug_bar_shows_cascade_variables_if_enabled":2,"Tests\\Git\\GitTest::it_commits_tracked_content":7,"Tests\\Git\\GitTest::it_shell_escapes_git_user_name_and_email":7,"Tests\\Git\\GitTest::it_can_commit_with_custom_commit_message":7,"Tests\\Git\\GitTest::it_can_run_custom_commands":7,"Tests\\Policies\\EntryPolicyTest::another_authors_entry_is_editable":2,"Tests\\Policies\\EntryPolicyTest::another_authors_entry_is_editable_with_site_permission":2,"Tests\\Routing\\RoutesTest::xml_antlers_template_with_xml_layout_will_use_both_and_change_the_content_type":7,"Tests\\Routing\\RoutesTest::xml_antlers_layout_will_change_the_content_type":7,"Tests\\Search\\AlgoliaIndexTest::search_event_gets_emitted":1,"Tests\\Search\\CombIndexTest::search_event_gets_emitted":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_in":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_null":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_not_null":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_between":1,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_not_between":1,"Tests\\Search\\UpdateItemIndexesTest::it_updates_term_localizations_when_saving_a_term":2,"Tests\\Search\\UpdateItemIndexesTest::it_deletes_term_localizations_when_deleting_a_term":2,"Tests\\Stache\\BasicStoreTest::it_gets_an_item_by_path":2,"Tests\\Stache\\BasicStoreTest::it_forgets_an_item_by_key":2,"Tests\\Stache\\BasicStoreTest::it_saves_an_item":2,"Tests\\Stache\\Repositories\\CollectionTreeRepositoryTest::it_updates_the_order_index_for_entries_when_saving":2,"Tests\\Stache\\StacheTest::it_generates_an_id":2,"Tests\\Stache\\StacheTest::it_clears_its_cache":2,"Tests\\Stache\\StacheTest::it_refreshes_itself":2,"Tests\\Stache\\StacheTest::it_gets_its_cache_file_size":2,"Tests\\Stache\\StacheTest::it_can_record_its_build_time":2,"Tests\\Stache\\Stores\\EntriesStoreTest::it_ignores_entries_in_a_site_subdirectory_where_the_collection_doesnt_have_that_site_enabled":2,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_saves_to_disk_with_multiple_sites":2,"Tests\\Stache\\Stores\\NavigationStoreTest::it_saves_to_disk_with_multiple_sites":2,"Tests\\Tags\\User\\RegisterFormTest::it_handles_precognitive_requests":7,"Tests\\Tags\\User\\LoginFormTest::it_handles_precognitive_requests":7,"Tests\\Tags\\User\\PasswordFormTest::it_handles_precognitive_requests":7,"Tests\\Tags\\User\\ProfileFormTest::it_handles_precognitive_requests":7,"Tests\\Auth\\EloquentUserRepositoryTest::it_normalizes_to_statamic_user_from_model":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_the_class":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_overrides_the_class":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_all_users":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_all_users_with_overridden_classes":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_id":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_id_with_overridden_classes":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_email":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_email_with_overridden_classes":1,"Tests\\Auth\\EloquentUserRepositoryTest::find_or_fail_gets_user":1,"Tests\\Auth\\EloquentUserRepositoryTest::find_or_fail_throws_exception_when_user_does_not_exist":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_normalizes_statamic_user":1,"Tests\\Auth\\EloquentUserRepositoryTest::it_successfully_returns_null_when_trying_to_normalize_user_from_null":1,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#published":8,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#scheduled":7,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#expired":7,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_merges_any_x_data_passed_to_the_tag":7,"Tests\\Feature\\AssetContainers\\ListAssetContainersTest::it_lists_container_by_order_specified":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all, english":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers, english":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all, french":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers, french":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images, english":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents, english":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images, french":7,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents, french":7,"Tests\\Fields\\FieldsTest::converts_to_array_suitable_for_rendering_prefixed_conditional_fields_in_publish_component":7,"Tests\\Fieldtypes\\NestedFieldsTest::it_preprocesses_each_value_when_used_for_config":7,"Tests\\Fields\\SectionTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":7,"Tests\\Git\\GitTest::it_can_run_custom_commands_with_custom_git_binary":7,"Tests\\PhoneHomeTest::it_contacts_the_outpost":8,"Tests\\Console\\Commands\\MakeActionTest::it_can_make_an_action":7,"Tests\\Console\\Commands\\MakeActionTest::it_can_make_an_action_into_an_addon":7,"Tests\\Console\\Commands\\MakeAddonTest::it_can_generate_an_addon":7,"Tests\\Console\\Commands\\MakeAddonTest::it_can_make_an_addon_with_everything_including_the_kitchen_sink":7,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_can_generate_a_fieldtype":7,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_can_make_a_fieldtype_into_an_addon":7,"Tests\\Console\\Commands\\MakeFilterTest::it_can_make_a_filter":7,"Tests\\Console\\Commands\\MakeFilterTest::it_can_make_a_filter_into_an_addon":7,"Tests\\Console\\Commands\\MakeModifierTest::it_can_make_a_modifier":7,"Tests\\Console\\Commands\\MakeModifierTest::it_can_make_a_modifier_into_an_addon":7,"Tests\\Console\\Commands\\MakeScopeTest::it_can_make_a_scope":7,"Tests\\Console\\Commands\\MakeScopeTest::it_can_make_a_scope_into_an_addon":7,"Tests\\Console\\Commands\\MakeTagTest::it_can_make_a_tag":7,"Tests\\Console\\Commands\\MakeTagTest::it_can_make_a_tag_into_an_addon":7,"Tests\\Console\\Commands\\MakeWidgetTest::it_can_make_a_widget":7,"Tests\\Console\\Commands\\MakeWidgetTest::it_can_make_a_widget_into_an_addon":7,"Tests\\Tags\\CacheTagTest::it_restores_section_contents_after":7,"Tests\\Tags\\CacheTagTest::it_restores_stack_contents_after":7,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_guzzle_adapter_when_a_url_is_provided":8,"Tests\\StaticCaching\\InvalidateTest::it_invalidates_a_form_when_its_blueprint_is_saved":5,"Tests\\Auth\\FileUserTest::it_gets_and_assigns_roles":8,"Tests\\Auth\\FileUserTest::it_removes_a_role_assignment":8,"Tests\\Auth\\FileUserTest::it_checks_if_it_has_a_role":8,"Tests\\CP\\Navigation\\NavTest::it_can_use_extend_to_defer_until_after_statamic_core_nav_items_are_built":7,"Tests\\CP\\Navigation\\NavTest::it_can_rebuild_from_fresh_slate":7,"Tests\\Composer\\ComposerTest::it_can_list_installed_packages_with_details":7,"Tests\\Composer\\ComposerTest::it_can_get_installed_version_of_a_package_directly_from_composer_lock":8,"Tests\\Composer\\ComposerTest::it_can_check_if_package_is_installed":7,"Tests\\Composer\\ComposerTest::it_can_get_installed_path_of_a_package":8,"Tests\\Composer\\ComposerTest::it_can_require_update_downgrade_and_remove_a_package":7,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_precognitive_requests_as_standard_laravel_errors":7,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_xml_http_requests_in_statamic_error_format":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_gets_revisions":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_publishes_an_entry":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_unpublishes_an_entry":8,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_creates_a_revision":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_restores_a_published_entrys_working_copy_to_another_revision":7,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_restores_an_unpublished_entrys_contents_to_another_revision":8,"Tests\\Feature\\Revisions\\RevisionsTest::a_revision_can_be_made_from_an_entry":8,"Tests\\Feature\\Revisions\\RevisionsTest::a_revision_can_be_made_from_a_dated_entry":8,"Tests\\Revisions\\RepositoryTest::it_gets_revisions_and_excludes_working_copies":8,"Tests\\Revisions\\RepositoryTest::it_gets_and_filters_items_using_query_builder":8,"Tests\\StaticCaching\\DefaultInvalidatorTest::specifying_all_as_invalidation_rule_will_just_flush_the_cache":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::assets_can_trigger_url_invalidation":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::collection_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::collection_urls_can_be_invalidated_by_an_entry":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::entry_urls_are_not_invalidated_by_an_entry_with_a_redirect":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::taxonomy_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::navigation_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::globals_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::form_urls_can_be_invalidated":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::it_doesnt_recache_when_background_recache_token_is_disabled":5,"Tests\\StaticCaching\\DefaultInvalidatorTest::it_recaches_when_background_recache_token_is_enabled":5,"Tests\\StaticCaching\\FileCacherTest::recaching_a_url_will_trigger_a_recache_job":7,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form":8,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form_with_params":8,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form_with_redirects_to_anchor":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_fields_array":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_text_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_text_field_with_custom_input_type":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_textarea_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_checkboxes_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_inline_checkboxes_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_radio_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_inline_radio_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_select_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_multiple_select_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_asset_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_multiple_assets_field":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_field_with_fallback_to_default_partial":8,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_sections_array":8,"Tests\\Tags\\Form\\FormCreateTest::it_renders_section_instructions_without_cascading_into_field_instructions":8,"Tests\\Tags\\Form\\FormCreateTest::it_wont_submit_form_and_renders_errors":8,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_and_render_success":8,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_and_follow_custom_redirect_with_success":8,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_with_honeypot_filled_and_render_fake_success":8,"Tests\\Tags\\Form\\FormCreateTest::it_wont_submit_form_and_follow_custom_redirect_with_errors":8,"Tests\\Tags\\Form\\FormCreateTest::it_will_use_redirect_query_param_off_url":8,"Tests\\Tags\\Form\\FormCreateTest::it_can_render_an_inline_error_when_multiple_rules_fail":8,"Tests\\Tags\\Form\\FormCreateTest::it_fetches_form_data":8,"Tests\\Tags\\Form\\FormCreateTest::it_adds_renders_appended_config_fields":8,"Tests\\Data\\Structures\\NavTreeTest::it_fires_a_saving_event":7,"Tests\\Data\\Structures\\NavTreeTest::returning_false_in_nav_tree_saving_stops_saving":7,"Tests\\Data\\Structures\\NavTreeTest::it_fires_a_deleting_event":7,"Tests\\Data\\Structures\\CollectionTreeTest::it_fires_a_saving_event":7,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_path":8,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_path_when_using_multisite":8,"Tests\\Data\\Structures\\CollectionTreeTest::it_fires_a_deleting_event":7,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_nav_tree_deleting_stops_deleting":7,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_collection_tree_saving_stops_saving":7,"Tests\\Data\\Structures\\NavTreeTest::returning_false_in_nav_tree_deleting_stops_deleting":7,"Tests\\Modifiers\\PushTest::it_pushes_an_item_to_an_array":7,"Tests\\Modifiers\\PushTest::it_pushes_an_item_to_an_array_from_context":7,"Tests\\Auth\\GateTest::it_doesnt_run_gate_checks_on_non_statamic_users":8,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_doesnt_run_gate_checks_on_non_statamic_users":7,"Tests\\Antlers\\Runtime\\ModelTest::test_model_attributes_are_returned":7,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_can_be_reordered":7,"Tests\\Tags\\DictionaryTagTest::it_gets_countries":8,"Tests\\Tags\\DictionaryTagTest::it_gets_dictionary_by_handle":8,"Tests\\Tags\\DictionaryTagTest::it_can_search":8,"Tests\\Tags\\DictionaryTagTest::it_can_supplement_data":8,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered":8,"Tests\\Tags\\DictionaryTagTest::it_gets_timezones":8,"Tests\\Tags\\DictionaryTagTest::it_can_paginate":8,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered_using_a_query_scope":7,"Tests\\API\\APITest::it_can_use_a_query_scope_on_collection_entries_when_configuration_allows_for_it":7},"times":{"Tests\\Data\\Taxonomies\\TaxonomyTest::it_stores_cascading_data_in_a_collection":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_sets_all_the_cascade_data_when_passing_an_array":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_values_from_the_cascade_with_fallbacks":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_term_blueprints":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::no_existing_blueprints_will_fall_back_to_a_default_named_after_the_singular_taxonomy":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_dispatches_an_event_when_getting_entry_blueprint":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_the_url":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_the_url_when_the_site_is_using_a_subdirectory":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_the_url_with_a_collection":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_is_arrayable":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_preview_targets#through object":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_preview_targets#through facade":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_trucates_terms":0.008,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_saves_through_the_api":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_dispatches_taxonomy_created_only_once":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_saves_quietly":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::if_creating_event_returns_false_the_taxonomy_doesnt_save":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::if_saving_event_returns_false_the_taxonomy_doesnt_save":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_routes":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_sets_all_the_routes_identically":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_layout":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_template":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_gets_and_sets_the_term_template":0,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_cannot_view_taxonomies_from_sites_that_the_user_is_not_authorized_to_see":0.003,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_fires_a_deleting_event":0.002,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Data\\Taxonomies\\TaxonomyTest::it_deletes_quietly":0.002,"Tests\\Feature\\GraphQL\\TaxonomyTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\TaxonomyTest::it_queries_a_taxonomy_by_handle":0.003,"Tests\\Feature\\GraphQL\\TaxonomyTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\Taxonomies\\UpdateTaxonomyTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\UpdateTaxonomyTest::it_updates_a_taxonomy":0.01,"Tests\\Feature\\Taxonomies\\UpdateTaxonomyTest::it_associates_taxonomies_with_collections":0.012,"Tests\\Actions\\DuplicateTermTest::it_duplicates_a_term":0.006,"Tests\\Actions\\DuplicateTermTest::it_increments_the_number_if_duplicate_already_exists":0.004,"Tests\\Actions\\DuplicateTermTest::user_with_create_permission_is_authorized":0.005,"Tests\\Data\\Taxonomies\\AugmentedTermTest::it_gets_values":0.004,"Tests\\Data\\Taxonomies\\AugmentedTermTest::supplemented_title_is_used":0.002,"Tests\\Data\\Taxonomies\\AugmentedTermTest::collection_is_present_when_set":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_gets_the_reference":0,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_gets_the_entry_count_through_the_repository":0.001,"Tests\\Data\\Taxonomies\\LocalizedTermTest::if_the_value_is_explicitly_set_to_null_then_it_should_not_fall_back":0.001,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_gets_evaluated_augmented_value_using_magic_property":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::calling_unknown_method_throws_exception":0.001,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_converts_to_an_array":0.003,"Tests\\Data\\Taxonomies\\LocalizedTermTest::only_requested_relationship_fields_are_included_in_to_array":0.003,"Tests\\Data\\Taxonomies\\TermTest::it_gets_the_blueprint_when_defined_on_itself":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_gets_the_blueprint_when_defined_in_a_value":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_gets_the_default_taxonomy_blueprint_when_undefined":0.002,"Tests\\Data\\Taxonomies\\TermTest::the_blueprint_is_blinked_when_getting_and_flushed_when_setting":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_dispatches_an_event_when_getting_blueprint":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_gets_the_entry_count_through_the_repository":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_saves_through_the_api":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_dispatches_term_created_only_once":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_saves_quietly":0.002,"Tests\\Data\\Taxonomies\\TermTest::if_creating_event_returns_false_the_term_doesnt_save":0.002,"Tests\\Data\\Taxonomies\\TermTest::if_saving_event_returns_false_the_term_doesnt_save":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_gets_preview_targets":0.009,"Tests\\Data\\Taxonomies\\TermTest::it_gets_routes":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_has_a_dirty_state":0.003,"Tests\\Data\\Taxonomies\\TermTest::it_syncs_original_at_the_right_time":0.003,"Tests\\Data\\Taxonomies\\TermTest::it_gets_and_sets_the_layout":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_gets_and_sets_the_template":0.001,"Tests\\Data\\Taxonomies\\TermTest::it_fires_a_deleting_event":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_does_not_delete_when_a_deleting_event_returns_false":0.002,"Tests\\Data\\Taxonomies\\TermTest::it_deletes_quietly":0.001,"Tests\\Feature\\GraphQL\\TermTest::query_only_works_if_enabled":0.008,"Tests\\Feature\\GraphQL\\TermTest::it_cannot_query_against_non_allowed_sub_resource":0.006,"Tests\\Feature\\GraphQL\\TermTest::it_queries_a_term_by_id":0.009,"Tests\\Feature\\GraphQL\\TermTest::it_can_add_custom_fields_to_interface":0.006,"Tests\\Feature\\GraphQL\\TermTest::it_can_add_custom_fields_to_an_implementation":0.006,"Tests\\Feature\\GraphQL\\TermTest::adding_custom_field_to_an_implementation_does_not_add_it_to_the_interface":0.014,"Tests\\Feature\\GraphQL\\TermTest::it_resolves_query_builders":0.01,"UpdateTermTest::it_denies_access_if_you_dont_have_edit_permission":0.009,"UpdateTermTest::it_denies_access_if_you_dont_have_site_permission":0.009,"UpdateTermTest::term_gets_updated":0.013,"Tests\\API\\APITest::not_found_responses_are_formatted_with_json":0.018,"Tests\\API\\APITest::it_handles_not_found_entries#valid entry id":0.025,"Tests\\API\\APITest::it_handles_not_found_entries#invalid entry id":0.004,"Tests\\API\\APITest::it_handles_not_found_entries#valid entry id but wrong collection":0.004,"Tests\\API\\APITest::it_cannot_filter_entries_by_default#0":0.011,"Tests\\API\\APITest::it_cannot_filter_entries_by_default#1":0.006,"Tests\\API\\APITest::it_cannot_filter_entries_by_default#2":0.005,"Tests\\API\\APITest::it_filters_published_entries_by_default":0.011,"Tests\\API\\APITest::it_filters_out_future_entries_from_future_private_collection":0.01,"Tests\\API\\APITest::it_filters_out_past_entries_from_past_private_collection":0.009,"Tests\\API\\APITest::it_can_filter_collection_entries_when_configuration_allows_for_it":0.012,"Tests\\API\\APITest::it_filters_published_entries_in_collection_tree_route_by_default":0.015,"Tests\\API\\APITest::it_filters_published_entries_on_term_entries_route_by_default":0.025,"Tests\\API\\APITest::it_filters_published_entries_in_nav_route_by_default":0.01,"Tests\\API\\APITest::it_filters_by_taxonomy_terms":0.06,"Tests\\API\\APITest::it_excludes_keys":0.007,"Tests\\API\\APITest::next_prev_link_include_original_query_params":0.007,"Tests\\API\\APITest::relationships_are_shallow_augmented":0.012,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password":0.004,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password:is":0.002,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password:regex":0.002,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password_hash":0.002,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password_hash:is":0.002,"Tests\\API\\APITest::it_never_allows_filtering_users_by_password#password_hash:regex":0.002,"Tests\\API\\APITest::it_replaces_entries_using_live_preview_token":0.007,"Tests\\API\\APITest::it_replaces_terms_using_live_preview_token":0.006,"Tests\\API\\APITest::it_handles_not_found_terms#valid term id":0.005,"Tests\\API\\APITest::it_handles_not_found_terms#invalid term id":0.004,"Tests\\API\\APITest::it_handles_not_found_terms#valid term id but wrong collection":0.004,"Tests\\API\\APITest::it_can_offset_results":0.007,"Tests\\API\\CacherTest::it_caches_endpoint_using_default_cacher":0.005,"Tests\\API\\CacherTest::it_bypasses_cache_when_using_a_valid_token#0":0.005,"Tests\\API\\CacherTest::it_bypasses_cache_when_using_a_valid_token#1":0.004,"Tests\\API\\CacherTest::it_doesnt_bypass_cache_when_using_an_invalid_token#0":0.004,"Tests\\API\\CacherTest::it_doesnt_bypass_cache_when_using_an_invalid_token#1":0.004,"Tests\\API\\CacherTest::it_caches_endpoint_using_configured_expiry":0.008,"Tests\\API\\CacherTest::it_caches_endpoint_with_query_params":0.004,"Tests\\API\\CacherTest::it_caches_multiple_endpoints":0.005,"Tests\\API\\CacherTest::it_busts_whole_cache_when_content_is_saved":0.006,"Tests\\API\\CacherTest::it_busts_whole_cache_when_unrelated_content_is_saved":0.007,"Tests\\API\\CacherTest::it_can_disable_default_cacher_by_setting_false_on_parent_cache_config":0.004,"Tests\\API\\CacherTest::it_can_disable_default_cacher_by_setting_false_on_child_class_config":0.004,"Tests\\API\\CacherTest::it_can_use_custom_cacher":0.005,"Tests\\API\\ConfigTest::config_can_enable_all_collections_resources":0.011,"Tests\\API\\ConfigTest::config_can_disable_all_collections_resources":0.022,"Tests\\API\\ConfigTest::config_can_disable_resources_with_null":0.008,"Tests\\API\\ConfigTest::config_can_disable_resources_with_unexpected_value":0.008,"Tests\\API\\ConfigTest::config_can_enable_some_collections_resources":0.01,"Tests\\API\\ConfigTest::config_can_enable_all_navs_resources":0.003,"Tests\\API\\ConfigTest::config_can_disable_all_navs_resources":0.003,"Tests\\API\\ConfigTest::config_can_enable_some_navs_resources":0.003,"Tests\\API\\ConfigTest::config_can_enable_all_taxonomies_resources":0.011,"Tests\\API\\ConfigTest::config_can_disable_all_taxonomies_resources":0.006,"Tests\\API\\ConfigTest::config_can_enable_some_taxonomies_resources":0.008,"Tests\\API\\ConfigTest::config_can_enable_all_globals_resources":0.007,"Tests\\API\\ConfigTest::config_can_disable_all_globals_resources":0.004,"Tests\\API\\ConfigTest::config_can_enable_some_globals_resources":0.004,"Tests\\API\\ConfigTest::config_can_enable_all_assets_resources":0.014,"Tests\\API\\ConfigTest::config_can_disable_all_assets_resources":0.004,"Tests\\API\\ConfigTest::config_can_enable_some_assets_resources":0.006,"Tests\\API\\ConfigTest::config_can_enable_all_forms_resources":0.005,"Tests\\API\\ConfigTest::config_can_disable_all_forms_resources":0.002,"Tests\\API\\ConfigTest::config_can_enable_some_forms_resources":0.004,"Tests\\API\\ConfigTest::config_can_enable_all_users":0.004,"Tests\\API\\ConfigTest::config_can_disable_all_users":0.002,"Tests\\API\\ConfigTest::config_can_enable_all_collection_entries_by_term":0.019,"Tests\\API\\ConfigTest::config_can_disable_all_collection_entries_by_term":0.012,"Tests\\API\\ConfigTest::config_can_enable_some_collection_entries_by_term":0.014,"Tests\\API\\FilterAuthorizerTest::no_sub_resource_filters_are_allowed_by_default_when_resource_is_disabled#0":0.001,"Tests\\API\\FilterAuthorizerTest::no_sub_resource_filters_are_allowed_by_default_when_resource_is_disabled#1":0.001,"Tests\\API\\FilterAuthorizerTest::no_sub_resource_filters_are_allowed_by_default_when_resource_is_enabled#0":0.001,"Tests\\API\\FilterAuthorizerTest::no_sub_resource_filters_are_allowed_by_default_when_resource_is_enabled#1":0.002,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_when_configured_using_wildcard_sub_resources#0":0.002,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_when_configured_using_wildcard_sub_resources#1":0.002,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_when_configured_on_specific_sub_resources#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_when_configured_on_specific_sub_resources#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_that_are_common_to_all_selected_sub_resources#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_filters_that_are_common_to_all_selected_sub_resources#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_merges_sub_resources_filters_with_wildcard_sub_resources_config#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_merges_sub_resources_filters_with_wildcard_sub_resources_config#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_properly_handles_disabled_sub_resources_when_merging_filters#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_properly_handles_disabled_sub_resources_when_merging_filters#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_disabling_filters_on_specific_sub_resources_when_using_wildcard_config#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_disabling_filters_on_specific_sub_resources_when_using_wildcard_config#1":0.001,"Tests\\API\\FilterAuthorizerTest::no_user_filters_are_allowed_by_default#0":0.001,"Tests\\API\\FilterAuthorizerTest::no_user_filters_are_allowed_by_default#1":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_user_filters_when_configured#0":0.001,"Tests\\API\\FilterAuthorizerTest::it_allows_user_filters_when_configured#1":0.001,"Tests\\API\\ResourceAuthorizerTest::no_sub_resources_are_allowed_by_default#0":0.001,"Tests\\API\\ResourceAuthorizerTest::no_sub_resources_are_allowed_by_default#1":0.001,"Tests\\API\\ResourceAuthorizerTest::all_sub_resources_are_allowed_when_setting_true_at_top_level#0":0.002,"Tests\\API\\ResourceAuthorizerTest::all_sub_resources_are_allowed_when_setting_true_at_top_level#1":0.001,"Tests\\API\\ResourceAuthorizerTest::wildcard_config_does_not_enable_sub_resource_by_default#0":0.001,"Tests\\API\\ResourceAuthorizerTest::wildcard_config_does_not_enable_sub_resource_by_default#1":0.001,"Tests\\API\\ResourceAuthorizerTest::wildcard_config_can_enable_all_sub_resources#0":0.001,"Tests\\API\\ResourceAuthorizerTest::wildcard_config_can_enable_all_sub_resources#1":0.001,"Tests\\API\\ResourceAuthorizerTest::disabling_sub_resource_overrides_wildcard_config#0":0.002,"Tests\\API\\ResourceAuthorizerTest::disabling_sub_resource_overrides_wildcard_config#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_boolean#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_boolean#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_array_values#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_array_values#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_array_config#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_individual_sub_resources_via_array_config#1":0.001,"Tests\\API\\ResourceAuthorizerTest::users_are_not_allowed_by_default#0":0.001,"Tests\\API\\ResourceAuthorizerTest::users_are_not_allowed_by_default#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_users_via_boolean#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_users_via_boolean#1":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_users_via_array_config#0":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_users_via_array_config#1":0.001,"Tests\\API\\ResourceAuthorizerTest::sites_are_not_allowed_by_default":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_sitess_via_boolean":0.001,"Tests\\API\\ResourceAuthorizerTest::can_enable_sites_via_array_config":0.001,"Tests\\Actions\\DuplicateAssetTest::it_duplicates_an_asset":0.014,"Tests\\Actions\\DuplicateAssetTest::it_increments_the_number_if_duplicate_already_exists":0.004,"Tests\\Actions\\DuplicateAssetTest::user_with_create_permission_is_authorized":0.005,"Tests\\Actions\\DuplicateEntryTest::it_duplicates_an_entry":0.007,"Tests\\Actions\\DuplicateEntryTest::it_increments_the_number_if_duplicate_already_exists":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#no permission":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#permission to create, access to no sites, but not using multisite":0.004,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#permission to create, access to site":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#permission to create, access to no sites":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes#permission to create, access to a different site":0.004,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#no permission":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#permission to create, access to no sites, but not using multisite":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#permission to create, access to all sites":0.006,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#permission to create, access to no sites":0.005,"Tests\\Actions\\DuplicateEntryTest::it_authorizes_in_bulk#permission to create, access to a site that the entries arent in":0.005,"Tests\\Actions\\DuplicateEntryTest::it_respects_the_collection_not_requiring_slugs":0.007,"Tests\\Actions\\DuplicateEntryTest::it_duplicates_an_entry_with_localizations":0.011,"Tests\\Actions\\DuplicateEntryTest::it_duplicates_an_entry_with_nested_localizations":0.013,"Tests\\Actions\\DuplicateEntryTest::it_only_duplicates_authorized_localizations":0.01,"Tests\\Actions\\DuplicateEntryTest::it_doesnt_duplicate_authorized_descendants_of_unauthorized_localizations":0.011,"Tests\\Actions\\DuplicateEntryTest::it_duplicates_an_entry_from_a_non_default_site":0.007,"Tests\\Actions\\DuplicateEntryTest::if_an_entry_has_an_origin_it_duplicates_the_root_origin":0.008,"Tests\\Actions\\DuplicateEntryTest::if_an_entry_has_an_origin_and_the_root_origin_is_also_selected_it_only_duplicates_the_root_origin":0.008,"Tests\\Actions\\DuplicateFormTest::it_duplicates_a_form":0.004,"Tests\\Actions\\DuplicateFormTest::user_with_create_permission_is_authorized":0.003,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_self_closing_tags_are_not_considered_during_matching":0.001,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_tags_with_similar_names_match_against_the_compound_name":0.001,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_parser_correctly_associates_ambiguous_tags_with_self_closing_tags":0.001,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_parser_correctly_associates_nested_collection_tag_pairs":0.001,"Tests\\Antlers\\Parser\\AmbiguousTagPairTest::test_double_colon_method_parts_can_be_paired":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_returns_nodes":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_doesnt_trim_off_content_start":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_removes_params_from_node_content":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_node_name_ignores_modifier_start":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_removes_tags_from_node_content":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_parses_simple_comments":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_parses_full_variable_names":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_parses_embedded_dot_paths":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_it_parses_multiple_variables_separately":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_complex_variable_reference_paths_are_parsed_within_variable_nodes":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_comments_with_things_that_look_like_antlers_dont_skip_literal_nodes":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_neighboring_comments_dont_confuse_things":0.001,"Tests\\Antlers\\Parser\\BasicNodeTest::test_nodes_with_length_five_do_not_skip_literals":0.031,"Tests\\Antlers\\Parser\\BasicNodeTest::test_variable_nodes_are_combined_neighboring_array_accessors":0,"Tests\\Antlers\\Parser\\BasicNodeTest::test_uppercase_logical_keywords_are_parsed_into_keywords_and_not_variables":0.001,"Tests\\Antlers\\Parser\\CommentsTest::test_antlers_in_comments_does_not_get_parsed_or_trigger_errors":0,"Tests\\Antlers\\Parser\\CommentsTest::test_comments_at_start_of_document_remove_whitespace":0.001,"Tests\\Antlers\\Parser\\ConditionalNodesTest::test_it_doesnt_skip_surrounding_nodes":0.002,"Tests\\Antlers\\Parser\\ConditionalNodesTest::test_nested_conditionals_and_chains_are_parsed":0.001,"Tests\\Antlers\\Parser\\ConditionalNodesTest::test_unless_rewrite_sets_content":0.001,"Tests\\Antlers\\Parser\\ConditionalNodesTest::test_conditions_do_not_get_parsed_as_modifiers":0.001,"Tests\\Antlers\\Parser\\DocumentTransformerTest::test_transformer_does_not_skip_things":0.122,"Tests\\Antlers\\Parser\\DocumentTransformerTest::test_transformer_can_correct_html_encoded_content":0.001,"Tests\\Antlers\\Parser\\IdentifierFinderTest::it_finds_identifiers":0.001,"Tests\\Antlers\\Parser\\LogicGroupTest::test_logic_groups_can_neighbor_path_terminators":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_it_parses_node_modifiers":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_modifiers_with_underscores":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_many_parameters_without_strings":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_modifiers_with_hyphens":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_it_parses_modifier_values":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_shorthand_modifiers_can_accept_complex_strings":0.001,"Tests\\Antlers\\Parser\\ModifiersTest::test_shorthand_syntax_breaks_on_symbolic_operators":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_at_params_can_be_supplied":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_tag_parameters_can_start_with_numbers":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_node_parameter_escape_consistent_behavior":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_node_parameter_paired_behavior":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_pipe_can_be_escaped_inside_modifier_parameters":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_parameter_details_are_parsed":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_variable_references_are_parsed":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_it_detects_modifier_parameters":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_equals_followed_by_space_is_not_parameter":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_equals_followed_by_invalid_char_is_not_parameter":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_node_parameter_values_are_resolved_correctly":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_double_braces_inside_a_parameter":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_double_braces_inside_a_parameter_emits_final_literal_node_if_no_other_antlers":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_shorthand_variable_syntax":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_multiple_shorthand_variable_parameters":0,"Tests\\Antlers\\Parser\\NodeParametersTest::test_it_parses_shorthand_parameters_and_regular_parameters":0.001,"Tests\\Antlers\\Parser\\NodeParametersTest::test_curly_braces_inside_a_parameter_can_be_ignored_entirely":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_weird_operator_order_throws_exception":0.002,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incomplete_parameter_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incomplete_single_quote_string_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_dangling_else_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incorrect_condition_order_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_dangling_else_unless_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_empty_if_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_empty_else_if_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_empty_unless_throws_exception":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_empty_else_unless_throws_exception":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_illegal_language_operator_throws_exception":0.002,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_unenclosed_group_by_logic_group_throws_exception":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_unenclosed_group_by_aliased_logic_group_throws_exception":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_assignment_to_scalar_throws_exception":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_missing_logic_group_close_throws_error_parsing_array":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_array_as_key_throws_error":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_consecutive_dangling_array_elements_throws_error":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_missing_key_value_value_throws_error":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_missing_key_value_name_throws_error":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_missing_key_value_name_inside_array_throws_error":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incorrectly_chained_methods_throws_error_colon_syntax":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incorrectly_chained_methods_throws_error_dot_syntax":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_runtime_type_labeler":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_neighboring_strings_throws_parser_error_in_modifiers":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_neighboring_numeric_throws_parser_error_in_modifiers":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_line_offsets_are_respected":0.002,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_modifier_method_syntax_with_extra_tokens_throws_error":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_shorthand_parameters_cannot_have_special_characters":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_shorthand_parameters_cannot_start_with_numbers":0.001,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incomplete_shorthand_parameters_throws_error":0,"Tests\\Antlers\\Parser\\ParserErrorsTest::test_incomplete_shorthand_parameters_throws_error_two":0,"Tests\\Antlers\\Parser\\PathParserTest::test_simple_paths_are_parsed":0,"Tests\\Antlers\\Parser\\PathParserTest::test_strict_variable_references_are_parsed":0,"Tests\\Antlers\\Parser\\PathParserTest::test_explicit_variable_references_are_parsed":0.001,"Tests\\Antlers\\Parser\\PathParserTest::test_it_parses_complex_paths":0,"Tests\\Antlers\\Parser\\PathParserTest::test_it_parses_trailing_array_accessors":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_strings_with_html_are_not_parsed_as_antlers_parameters":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_strings_can_be_combined_using_addition_assignment":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_empty_strings_can_be_combined_using_addition_assignment":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_braces_can_be_escaped_inside_string_literals":0.001,"Tests\\Antlers\\Parser\\StringsTest::test_escape_sequences_are_replaced_inside_the_environment":0.001,"Tests\\Antlers\\Parser\\TernaryGroupsTest::test_ternary_groups_will_stop_collecting_condition_when_they_encounter_operators":0.001,"Tests\\Antlers\\Parser\\TernaryGroupsTest::test_simple_interpolations_within_path_accessor_can_replace_simple_ternary":0.001,"Tests\\Antlers\\Parser\\VariableParsingTest::test_variables_can_use_hyphens":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builder_loops_receive_tag_parameters":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builder_array_plucking_on_tag_pairs":0.002,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builder_loops_receive_tag_parameters_and_can_be_scoped":0.005,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_strict_variable_query_builders_are_correctly_handled":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builders_can_be_used_like_variables":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builders_do_not_leak_to_the_next_node":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builders_can_materialize_within_the_sandbox":0.002,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builders_are_not_resolved_for_modifiers":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_query_builder_instances_are_preserved":0.003,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_using_builders_as_a_pair_does_not_mutate_existing_variable":0.001,"Tests\\Antlers\\Runtime\\AntlersQueryBuilderTest::test_nested_query_builders_process_assignments_correctly":0.001,"ArithmeticTest::test_multiplication_before_addition":0.001,"ArithmeticTest::test_zeroes_can_be_incremented":0.001,"ArithmeticTest::test_subtraction_operator":0,"ArithmeticTest::test_subtracting_negative_numbers":0.001,"ArithmeticTest::test_arithmetic_bordering_interpolation_regions":0.001,"ArithmeticTest::test_add_three_variables_and_get_result":0.001,"ArithmeticTest::test_divide_three_variables_get_result":0.001,"ArithmeticTest::test_subtract_three_variables_and_get_result":0.001,"ArithmeticTest::test_factorial_operator":0.001,"ArithmeticTest::test_modulus_operator":0.001,"ArithmeticTest::test_subtraction_after_logic_groups":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_array_plucking":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_dictionary_access":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_multi_dimensional_array_access":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_multi_dimensional_array_with_plucking":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_numeric_indexes_are_valid_inside_nested_paths":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_reference_paths_resolve_at_the_end_of_a_path":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_paths_with_string_that_contain_whitespace":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_paths_with_escaped_strings_resolve_correctly":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_path_with_string_escape_sequence_resolves_correctly":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_path_with_newline_escape_sequence":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_path_with_tab_escape_sequence":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_variable_path_with_carriage_return_escape_sequence":0,"Tests\\Antlers\\Runtime\\ArraysTest::test_arr_makes_array":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_associative_arrays":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_dangling_element_is_allowed":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_array_push":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_nested_arrays":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_nested_arrays_using_bracket_syntax":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_array_key_values":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_array_shorthand_syntax_can_be_used_without_trailing_spaces":0.001,"Tests\\Antlers\\Runtime\\ArraysTest::test_creation_of_new_array_elements":0.002,"Tests\\Antlers\\Runtime\\ArraysTest::test_arrays_as_the_tag_name":0.001,"Tests\\Antlers\\Runtime\\AutomaticStatementTerminatorsTest::test_automatic_statement_terminators_are_added_after_the_righthand_side_of_an_assignment":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_negation_following_or_is_evaluated":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_negation_equivalency":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_comparison_operators":0.002,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_modifiers_in_multiple_conditions":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_shorthand_logical_and_equivalency":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_invalid_default_position_throws_exception":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_missing_arg_separator_after_first_case_statement_throws_exception":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_missing_arg_separator_after_other_case_statement_throws_exception":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator_is_assignable":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator_can_use_multiple_scope_variables":0.002,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator_is_assignable_from_interpolated_expression":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_switch_operator_with_simplified_conditions":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_deferred_expressions_are_evaluated_correctly_from_ternary_conditions_relaxed":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_deferred_expressions_are_evaluated_correctly_from_ternary_conditions_tight":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_modifier_chains_break_on_equality_comparison_operator":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_empty_terms_collection_is_falsey":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_values_are_resolved_in_conditions":0.003,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_conditional_with_not_keyword":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_templates_with_many_unique_conditions_render_correctly":0.018,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_conditions_lock_processor_scope_before_processing":0.017,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_conditions_reach_into_the_cascade":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_uppercase_logical_keywords_in_conditions":0.001,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_arrayable_strings_inside_conditions_used_with_modifiers":0.002,"Tests\\Antlers\\Runtime\\ConditionLogicTest::test_conditions_with_objects_inside_interpolations_dont_trigger_string_errors":0.002,"Tests\\Antlers\\Runtime\\ConditionalFallbackTest::test_it_processes_conditional_fallback":0.001,"Tests\\Antlers\\Runtime\\ConditionalLogicValueTest::test_conditionals_handle_values_transparently":0.006,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_starts_with_accepts_special_characters":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_math_add":0,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_query_param":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_ampersand_list":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_ascii":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_at":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_background_position":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_backspace":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_camelize":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_cdata":0,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_ceil":0,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_chunk":0.002,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_collapse":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_collapse_whitespace":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_contains":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_contains_all":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_contains_any":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_count":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_count_substring":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_dashify":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_wrap":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_word_count":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_where":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_unique":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_underscored":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_sort":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_repeat":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_remove_right":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_remove_left":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_lclast":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_is_numeric":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_shorthand_syntax_accepts_space_inside_strings":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_shorthand_syntax_accepts_strings_with_leading_whitespace":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_shorthand_syntax_can_handle_string_escape_sequences":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_group_by_modifier":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_modifiers_in_dynamic_bindings_with_tight_spacing_doesnt_error":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_raw_shorthand_modifier_returns_raw_value":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_raw_modifier_returns_raw_value_on_antlers_enabled_field":0.026,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_explode_on_tag_pairs":0.002,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_runtime_maintains_arrays_of_objects":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_dynamic_binding_is_resolved_on_modifier_parameters":0.001,"Tests\\Antlers\\Runtime\\CoreModifiersTest::test_null_values_on_count_does_not_trigger_error":0.001,"Tests\\Antlers\\Runtime\\DataRetrieverTest::test_simple_data_is_retrieved":0,"Tests\\Antlers\\Runtime\\DataRetrieverTest::test_dynamic_keys_are_retrieved":0,"Tests\\Antlers\\Runtime\\DataRetrieverTest::test_dynamic_keys_are_correctly_set":0.001,"Tests\\Antlers\\Runtime\\DeferredInterpolationTest::test_interpolated_regions_do_not_get_called_too_early":0.001,"Tests\\Antlers\\Runtime\\DeferredInterpolationTest::test_interpolated_regions_do_not_get_called_too_early_with_else_branch_and_whitepsace":0.001,"Tests\\Antlers\\Runtime\\DeferredInterpolationTest::test_interpolated_regions_do_not_get_called_too_early_with_logic_group_syntax":0.001,"Tests\\Antlers\\Runtime\\DeferredInterpolationTest::test_interpolated_regions_do_not_get_called_too_early_with_else_branch_and_whitepsace_with_logic_group_syntax":0.001,"Tests\\Antlers\\Runtime\\EscapedLiteralsTest::test_escaped_opening_brace_works":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\ArrayFieldtypeTest::test_render_array_dynamic":0.003,"Tests\\Antlers\\Runtime\\Fieldtypes\\ArrayFieldtypeTest::test_render_array_keyed":0.002,"Tests\\Antlers\\Runtime\\Fieldtypes\\AssetTemplateTest::test_asset_returns_implicit_string_value":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\AssetTemplateTest::test_passing_asset_in_parameter_actually_passes_asset":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\AssetTemplateTest::test_asset_assignment":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\AssetTemplateTest::test_parameter_values_are_not_lost_when_passed_into_tags":0.003,"Tests\\Antlers\\Runtime\\Fieldtypes\\BardFieldtypeTest::test_render_bard_field":0.027,"Tests\\Antlers\\Runtime\\Fieldtypes\\BardFieldtypeTest::test_raw_parameter_style_modifier_can_be_used_on_values":0.004,"Tests\\Antlers\\Runtime\\Fieldtypes\\BardFieldtypeTest::test_antlers_true_bard_fields_correct_for_html_encoded_values":0.003,"Tests\\Antlers\\Runtime\\Fieldtypes\\ButtonGroupFieldtypeTest::test_render_button_group":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\CheckboxesFieldtypeTest::test_render_checkboxes":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\CodeFieldtypeTest::test_render_code_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\CodeFieldtypeTest::test_code_fieldtype_with_antlers_true":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\ColorFieldtypeTest::test_render_color_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\FloatValFieldtypeTest::test_render_float_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\GridFieldtypeTest::test_render_grid_fieldtype":0.007,"Tests\\Antlers\\Runtime\\Fieldtypes\\GridFieldtypeTest::test_render_stacked_grid_fieldtype":0.003,"Tests\\Antlers\\Runtime\\Fieldtypes\\GridFieldtypeTest::test_grid_array_plucking":0.009,"Tests\\Antlers\\Runtime\\Fieldtypes\\IntegerFieldtypeTest::test_render_integer_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\LinkFieldtypeTest::test_render_link_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\MarkdownFieldtypeTest::test_render_markdown_fieldtype":0.005,"Tests\\Antlers\\Runtime\\Fieldtypes\\MarkdownFieldtypeTest::test_markdown_with_antlers_evaluates_correctly":0.008,"Tests\\Antlers\\Runtime\\Fieldtypes\\RadioFieldtypeTest::test_render_radio_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\RangeFieldtypeTest::test_render_range_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\ReplicatorFieldtypeTest::test_render_replicator_field":0.014,"Tests\\Antlers\\Runtime\\Fieldtypes\\SelectFieldtypeTest::test_render_select_fieldtype":0.005,"Tests\\Antlers\\Runtime\\Fieldtypes\\TableFieldtypeTest::test_render_table_fieldtype":0.002,"Tests\\Antlers\\Runtime\\Fieldtypes\\TextareaFieldtypeTest::test_render_textarea_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\TimeFieldtypeTest::test_render_time_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\ToggleFieldtypeTest::test_render_toggle_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\VideoFieldtypeTest::test_render_video_fieldtype":0.001,"Tests\\Antlers\\Runtime\\Fieldtypes\\YamlFieldtypeTest::test_render_yaml_fieldtype":0.002,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_groupby_with_single_custom_key_works":0.001,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_basic_group_by_information":0.001,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_populates_array_data":0.003,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_multiple_group_conditions":0.006,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_multiple_group_conditions_aliased":0.004,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_multiple_group_conditions_only_last_aliased":0.004,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_multiple_group_both_conditions_aliased":0.007,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_renamed_group":0.003,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_aliased_logic_group":0.003,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_condition_with_custom_key_name":0.003,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_multiple_group_conditions_with_custom_key_name":0.004,"Tests\\Antlers\\Runtime\\GroupByOperatorTest::test_group_by_with_string_alias_can_be_used_with_modifier_method_syntax":0.001,"Tests\\Antlers\\Runtime\\InterpolationTest::test_interpolation_cache_is_cleared_between_nodes":0.001,"Tests\\Antlers\\Runtime\\InterpolationTest::test_augmented_values_do_not_get_lost_when_inside_nested_partials":0.006,"Tests\\Antlers\\Runtime\\InterpolationTest::test_interpolation_inside_dynamic_access":0.01,"Tests\\Antlers\\Runtime\\LogicGroupTest::test_gatekeeper_right_side_is_lazy":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_non_sequential_numeric_keys_are_not_treated_as_associative_arrays":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_lists_can_access_next_prev_variables":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_empty_collections_do_not_print_brackets":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_strict_variable_syntax_can_be_used_for_loops":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_runtime_resets_data_manager_paired_state":0.001,"Tests\\Antlers\\Runtime\\LoopTest::test_modified_value_is_used_each_iteration":0.002,"Tests\\Antlers\\Runtime\\LoopTest::test_runtime_maintains_scope_on_nested_loops":0.027,"Tests\\Antlers\\Runtime\\MarkdownContentTest::test_markdown_content_is_not_parsed_as_antlers":0.002,"Tests\\Antlers\\Runtime\\MethodCallTest::test_methods_can_be_called":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_chained_methods_colon_syntax":0,"Tests\\Antlers\\Runtime\\MethodCallTest::test_chained_methods_dot_syntax":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_chained_methods_mixed_syntax":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_be_used_within_conditions_without_explicit_logic_groups":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_be_used_within_conditions_without_explicit_logic_groups_dot_syntax":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_be_used_within_conditions_without_explicit_logic_groups_arrow_syntax":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_be_used_within_conditions_without_explicit_logic_groups_arrow_syntax_with_strict_var":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_can_have_modifiers_applied":0.011,"Tests\\Antlers\\Runtime\\MethodCallTest::test_method_calls_not_get_called_more_than_declared":0.001,"Tests\\Antlers\\Runtime\\MethodCallTest::test_dangling_chained_method_calls":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_using_method_syntax_works_for_modifiers_with_empty_arg_group":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_ensure_arg_group_is_still_optional":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_method_syntax_allows_for_chained_modifiers":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_method_syntax_captures_context_variables":0.001,"Tests\\Antlers\\Runtime\\MethodStyleModifiersTest::test_modifiers_can_change_behavior_based_on_modifier_syntax_used":0.002,"Tests\\Antlers\\Runtime\\ModifierArgumentTest::test_environment_does_not_resolve_collections_being_sent_to_modifiers":0.006,"Tests\\Antlers\\Runtime\\ModifierArgumentTest::test_in_array_with_collections":0.001,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_add_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_subtract_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_division_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_multiplication_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\ModifierEquivalenceTest::test_modulo_modifier_shorthand_works":0.002,"Tests\\Antlers\\Runtime\\NamedSlotsTest::test_named_slots_can_use_defaults":0.002,"Tests\\Antlers\\Runtime\\NamedSlotsTest::test_named_slots_can_override_defaults":0.001,"Tests\\Antlers\\Runtime\\NamedSlotsTest::test_comments_are_ignored_when_checking_for_named_slots":0.001,"Tests\\Antlers\\Runtime\\NamedSlotsTest::test_named_slots_do_not_end_up_in_the_log_as_loopable_variable_warnnig":0.002,"Tests\\Antlers\\Runtime\\NoparseTest::test_noparse_ignores_braces_entirely":0.001,"Tests\\Antlers\\Runtime\\NoparseTest::test_multiple_noparse_regions":0.001,"Tests\\Antlers\\Runtime\\NullCoalescenceTest::test_modifiers_can_be_called_on_a_null_coalescence_group":0.001,"Tests\\Antlers\\Runtime\\NullCoalescenceTest::test_modifiers_can_be_called_on_explicit_null_coalescence_group":0,"Tests\\Antlers\\Runtime\\NullCoalescenceTest::test_implicit_null_coalescence_groups_respect_logic_groups":0.001,"Tests\\Antlers\\Runtime\\NullCoalescenceTest::test_null_coalescence_with_multi_path_parts":0.001,"Tests\\Antlers\\Runtime\\OnceTest::test_once_block_evaluates_once_inside_a_loop_and_tag_contexts":0.001,"Tests\\Antlers\\Runtime\\OnceTest::its_reevaluated_across_requests":0.009,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_column_can_be_resolved_from_context":0.004,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_be_resolved_from_logic_group":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_be_resolved_from_scoped_logic_group":0.002,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orders_with_modifiers_against_array_types":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_operator":0.002,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_order_by_can_come_from_string_or_logic_group":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_evaluate_expressions_from_context_data":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_evaluate_direction_from_sub_expression":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_multiple_sort_directions":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_multiple_sort_directions_from_scoped_logic_groups":0.002,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_multiple_sort_directions_from_scoped_logic_groups_and_var_references":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_with_strings_sorts_array_if_matching_data_property":0.001,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_can_accept_modifiers":0.002,"Tests\\Antlers\\Runtime\\OrderbyOperatorTest::test_orderby_with_other_operators":0.002,"Tests\\Antlers\\Runtime\\ParameterStyleModifierTest::test_scope_is_not_impacted_by_parameter_style_modifiers":0.01,"Tests\\Antlers\\Runtime\\ParameterStyleModifierTest::test_modifier_style_parameters_applies_brace_escape_sequences":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_using_interpolations_with_variable_reference_resolves_correctly":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_modifier_syntax_within_variable_references_works_when_using_tags":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_complex_expressions_are_parsed_when_using_variable_references":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_ridiculous_variable_binding_expressions":0.002,"Tests\\Antlers\\Runtime\\ParametersTest::test_interpolations_can_be_used_as_part_of_a_tag_method":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_array_syntax_modifiers_work_on_multi_part_variable_paths":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_braces_can_be_escaped_inside_parameters":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_tags_are_invoked_within_interpolated_contexts":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_tags_are_invoked_within_interpolated_contexts_and_conflicting_string_variable":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_interpolations_with_parameters_are_cast_to_strings":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_interpolation_with_array_style_parameters_returns_arrays":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_parameters_with_numeric_variables":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_single_array_values_inside_parameters":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_short_tag_parameters_do_not_cause_collisions":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_shorthand_parameter_variable_syntax":0,"Tests\\Antlers\\Runtime\\ParametersTest::test_numeric_literals_inside_variable_bindings_stay_numbers":0.001,"Tests\\Antlers\\Runtime\\ParametersTest::test_values_objects_are_resolved_when_processing_tag_params":0.001,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_context_data_does_not_leak_when_resolving_augmented_Values":0.01,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_parser_isolation_considers_all_options_after_taxonomy":0.016,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_runtimes_are_isolated_when_evaluating_tags":0.019,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_runtime_assignment_variable_leak_multiple_requests_inside_same_process":0.01,"Tests\\Antlers\\Runtime\\ParserIsolationTest::test_variables_created_in_template_are_shared_with_the_layout":0.009,"Tests\\Antlers\\Runtime\\PartialsTest::test_nested_partials_render_correctly":0.002,"Tests\\Antlers\\Runtime\\PartialsTest::test_sections_work_inside_the_main_slot_content":0.008,"Tests\\Antlers\\Runtime\\PartialsTest::test_double_colons_may_be_used_in_tag_method_part":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_has_access_to_scope_data":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_can_be_used_to_output_evaluated_antlers":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_variable_access_inside_loops":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_inside_user_content_when_configured_to_do_so":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_inside_user_content_can_be_disabled":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_implicit_antlers_php_node":0.013,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_antlers_php_node_can_return_assignments":0.013,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_antlers_php_node_does_not_remove_literal":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_antlers_php_echo_node":0,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_php_node_assignments_within_loops":0.001,"Tests\\Antlers\\Runtime\\PhpEnabledTest::test_assignments_from_php_nodes":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_scope_prefixes_work_inside_conditions":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_scope_prefixes_can_apply_to_array_vars":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_partials_respect_field_prefixes":0.006,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_scope_tag_can_prefix_fields":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_prefixes_can_receive_arrays":0.002,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_prefix_can_be_built_dynamically":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_prefix_can_be_assigned_conditionally":0.001,"Tests\\Antlers\\Runtime\\PrefixedFieldsTest::test_nested_prefixes_uses_most_recent_first":0.001,"Tests\\Antlers\\Runtime\\PreparserTest::test_pre_parser_can_modify_text":0.001,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_nodes_dont_reset_towards_the_end":0.039,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_nodes_on_structures_inside_partials":0.01,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_nodes_on_structures":0.011,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_node_can_be_root":0.002,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_sub_recursive_nodes":0.002,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_simple_depth_tree_class":0.001,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_recursive_node_that_is_not_from_a_tag":0.001,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_multiple_navs_on_same_page_inside_conditions_resolve_the_correct_parent":0.008,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::test_arbitrary_arrays_can_be_used_in_recursion":0.001,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::testRecursiveNavigationWithCustomVariables":0.005,"Tests\\Antlers\\Runtime\\RecursiveNodesTest::testRecursiveNavigationWithCustomVariablesBeforeChildLoop":0.005,"Tests\\Antlers\\Runtime\\RuntimeConfigurationTest::test_unpaired_loops_will_throw_fatal_error_when_configured":0.001,"Tests\\Antlers\\Runtime\\RuntimeValuesTest::test_supplemented_values_are_not_cached":0.008,"Tests\\Antlers\\Runtime\\RuntimeValuesTest::test_fieldtype_information_is_resolved_when_augmenting":0.001,"Tests\\Antlers\\Runtime\\StackedSectionsTest::test_sections_can_be_used_like_stacks_when_nested":0.002,"Tests\\Antlers\\Runtime\\StacksTest::test_basic_stacks_work":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_stacks_from_partials":0.002,"Tests\\Antlers\\Runtime\\StacksTest::test_stacks_and_sections_work_from_partials":0.002,"Tests\\Antlers\\Runtime\\StacksTest::test_stacks_can_be_created_out_of_order":0.009,"Tests\\Antlers\\Runtime\\StacksTest::test_stack_replacements_are_removed_if_nothing_is_pushed_to_them":0.007,"Tests\\Antlers\\Runtime\\StacksTest::test_whitespace_can_be_preserved_inside_stacks":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_stack_items_can_be_retrieved":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_array_stack_items_can_be_used_in_multiple_places":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_array_stacks_when_not_pushed":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_array_stacks_when_only_pushing_to_one":0.001,"Tests\\Antlers\\Runtime\\StacksTest::test_stack_replacements_are_removed_if_nothing_is_pushed_to_them_on_not_found":0.007,"Tests\\Antlers\\Runtime\\StacksTest::test_subsequent_requests_clears_stack_state":0.009,"Tests\\Antlers\\Runtime\\StressTest::test_inner_if_is_evaluated_correctly":0.147,"Tests\\Antlers\\Runtime\\StressTest::test_deeply_nested_paths_resolve_correctly":0.007,"Tests\\Antlers\\Runtime\\StressTest::test_runtime_and_data_manager_can_parse_and_evaluate_long_paths_dot_syntax":0.004,"Tests\\Antlers\\Runtime\\StressTest::test_runtime_and_data_manager_can_parse_and_evaluate_long_paths_colon_syntax":0.004,"Tests\\Antlers\\Runtime\\StrictVariablesTest::test_strict_array_variable_access_returns_count_from_modifier":0.001,"Tests\\Antlers\\Runtime\\StrictVariablesTest::test_strict_array_variable_access_can_be_iterated":0.001,"Tests\\Antlers\\Runtime\\StrictVariablesTest::test_array_strict_variable_does_not_conflict_with_tag_that_has_same_name":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_string_escape_sequences_are_parsed":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_strings_ending_with_literal_backslash_dont_incorrectly_attempt_to_escape_end_delimiter":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_string_concat_works_without_printing_string_to_output":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_string_concat_pushes_data_to_assignments":0.001,"Tests\\Antlers\\Runtime\\StringsTest::test_string_value_resolution_applies_interpolations":0.001,"Tests\\Antlers\\Runtime\\StructuresTest::test_dangling_expressions_get_grouped_into_semantic_groups_and_evaluated":0.001,"Tests\\Antlers\\Runtime\\TagCheckScopeTest::test_node_processor_does_not_trash_scope_when_checking_if_something_should_be_a_tag":0.018,"Tests\\Antlers\\Runtime\\TagCheckScopeTest::test_condition_augmentation_doesnt_reset_up_the_scope":0.013,"Tests\\Antlers\\Runtime\\TagsTest::test_nested_double_braces_can_be_used_to_supply_parameter_values":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::string_variable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::string_variables_with_tight_braces":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::array_variables":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::complex_array_variable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::associative_array_variable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::scope_glue":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::non_existent_variables_should_be_null":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::accessing_strings_as_arrays_returns_null":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::accessing_string_as_array_which_exists_as_callback_calls_the_callback":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::non_arrays_cannot_be_looped":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::static_strings_with_double_quotes_should_be_left_alone":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::static_strings_with_single_quotes_should_be_left_alone":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::static_strings_with_double_quotes_can_be_modified":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::static_strings_with_single_quotes_can_be_modified":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_braces_should_not_be_parsed":0,"Tests\\Antlers\\Runtime\\TemplateTest::modified_non_existent_variables_should_be_null":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::unclosed_array_variable_pairs_should_be_null":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_condition":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::multiple_and_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::multiple_or_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::or_existence_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::conditions_on_overlapping_variable_names":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::loop_with_param_inside_condition_matching_variable_name":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_dynamic_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_isnt_too_greedy":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_a_variable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_modifiers_and_dynamic_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_multiple_lines":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_escapes_quotes_properly":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_inside_parameter":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::null_coalescence":0.006,"Tests\\Antlers\\Runtime\\TemplateTest::truth_coalescing":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::truth_coalescing_inside_loop":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_standard_string_modifier_tight":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_string_modifiers_tight":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_standard_string_modifier_relaxed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_string_modifiers_relaxed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_string_modifiers_from_dynamic_array_relaxed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_parameter_string_modifier":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_parameter_string_from_array_modifier":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_parameter_string_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_standard_array_modifier_tight":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::single_standard_array_modifier_relaxed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_array_modifiers_tight_on_content":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_standard_modifiers_relaxed_on_content":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::chained_parameter_modifiers_on_content":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::conditions_with_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::conditions_with_relaxed_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::tags_with_curlies_in_params_gets_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::date_condition_with_chained_relaxed_modifiers_with_spaces_in_arguments":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::array_modifiers_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::array_modifiers_on_collections_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::recursive_children":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::recursive_children_with_scope":0.007,"Tests\\Antlers\\Runtime\\TemplateTest::empty_values_are_not_overridden_by_previous_iteration":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::empty_values_are_not_overridden_by_previous_iteration_with_parsing":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::nested_array_syntax":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_parses_php_when_enabled":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_noparse_tags":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_data_in_noparse_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_data_in_noparse_modifiers_with_null_coalescence":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_noparse_tags_inside_callbacks":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_data_in_noparse_modifiers_inside_callbacks":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_tags_prefixed_with_an_at_symbol":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_tags_prefixed_with_an_at_symbol_over_multiple_lines":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_tags_prefixed_with_an_at_symbol_over_tags_in_multiple_lines":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_multiline_tags_prefixed_with_an_at_symbol_over_tags_in_multiple_lines":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_parse_tags_prefixed_with_an_at_symbol_containing_nested_tags":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_accepts_an_arrayable_object":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_throws_exception_for_non_arrayable_data_object":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_throws_exception_for_unsupported_data_value":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_augmented_value":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_expands_augmented_value_when_used_as_an_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_nested_values_from_augmentable_objects":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_loops_over_value_object":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_nested_values_from_value_objects":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_nested_values_from_nested_value_objects":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_gets_nested_values_from_within_nested_value_objects":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_parses_value_objects_values_when_configured_to_do_so":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::it_casts_objects_to_string_when_using_single_tags":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_doesnt_output_anything_if_object_cannot_be_cast_to_a_string":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_casts_arrayable_objects_to_arrays_when_using_tag_pairs":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_cannot_cast_non_arrayable_objects_to_arrays_when_using_tag_pairs":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_unparsed_simple_arrays_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_unparsed_simple_arrays_get_parsed_with_scope":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_unparsed_multidimensional_arrays_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_empty_arrays_get_parsed_with_no_results":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_collections_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_query_builders_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_value_objects_gets_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_value_objects_with_antlers_gets_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tags_that_return_value_objects_with_antlers_disabled_does_not_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::value_objects_with_antlers_gets_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::value_objects_with_antlers_disabled_do_not_get_parsed":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_automatically_augments_augmentable_objects_when_using_tag_pairs":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_automatically_augments_augmentable_objects_when_returned_from_a_callback_tag":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_automatically_augments_collections_when_using_tag_pairs":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::callback_tag_pair_variables_get_context_merged_in_but_nulls_remain_null":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::variable_tag_pair_get_context_merged_in_except_for_nulls":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::scope_modifier_can_add_scopes":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_reach_into_the_cascade":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_create_scopes":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_does_not_accept_sequences":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_does_not_accept_multidimensional_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_aliases_array_tag_pairs_using_the_as_modifier":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_aliases_callback_tag_pair_loop_using_the_as_param":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_counts_query_builder_results_in_conditions":0.008,"Tests\\Antlers\\Runtime\\TemplateTest::it_applies_modifier_on_different_array_syntax":0.002,"Tests\\Antlers\\Runtime\\TemplateTest::modifiers_on_tag_pairs_receive_the_augmented_value":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_outputs_the_value_when_a_ArrayableString_object_is_used_as_string":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_treat_a_ArrayableString_object_as_an_array":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_access_ArrayableString_properties_by_colon_notation":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_use_ArrayableString_objects_in_conditions":0.004,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_remove_escaping_characters_from_tenary_output":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_remove_escaping_characters_from_tenary_output_with_truth_coalescence":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::empty_collections_are_considered_empty_in_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::empty_view_error_bags_are_considered_empty_in_conditions":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::objects_are_considered_truthy":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::parameter_style_modifier_with_colon_prefix_will_get_the_values_from_context":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::variables_starting_with_if_arent_treated_as_if_statements":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::when_a_loop_is_a_value_object_with_an_empty_array_it_get_parsed_as_one":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_automatically_augments_augmentable_objects_when_looping_with_modifier":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_tags_with_single_part_in_conditions":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_tags_with_multiple_parts_in_conditions":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::it_does_stuff_in_issue_2537":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_does_stuff_in_issue_2456":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_compares_to_a_string_that_looks_like_array_access":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_parses_single_and_tag_pairs_with_modifiers":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_passes_along_query_builder_values_to_the_query_tag":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_passes_along_query_builder_augmented_values_to_the_query_tag":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_reach_into_query_builders":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_reach_into_query_builders_through_values":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_can_get_nested_query_builders":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_loops_over_values_instances":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_entries_as_conditions#with __toString":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_entries_as_conditions#with __call":0,"Tests\\Antlers\\Runtime\\TemplateTest::it_uses_entries_as_conditions#without __call or __toString":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::test_rendering_a_non_array_variable_reports_current_file":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::test_it_passes_data_to_php_when_enabled":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::test_it_returns_escaped_content":0.001,"Tests\\Antlers\\Runtime\\TupleListTest::test_tuple_lists_keyword_syntax":0.006,"Tests\\Antlers\\Runtime\\TupleListTest::test_tuple_lists_are_parsed_and_can_be_iterated":0.001,"Tests\\Antlers\\Runtime\\UnlessTest::test_elseunless_conditions_does_not_cause_error":0.001,"Tests\\Antlers\\Runtime\\UseCaseTests\\ConditionalParameterTest::test_switch_conditions_can_be_used_in_parameters":0.002,"Tests\\Antlers\\Runtime\\ValueInterpolationTest::test_interpolated_ranges_are_replaced":0.001,"Tests\\Antlers\\Runtime\\ValueInterpolationTest::test_interpolation_doesnt_care_about_internal_whitespace":0.001,"Tests\\Antlers\\Runtime\\ValueInterpolationTest::test_arrays_can_be_returned_from_interpolated_regions":0.001,"Tests\\Antlers\\Runtime\\ValueInterpolationTest::test_actual_value_is_returned_from_interpolations_for_arguments":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_arrays_take_priority_over_tags":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_collection_tag_is_still_invoked":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_strings_can_be_used_inside_tags_with_similar_names":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_strings_can_override_tags_non_pair":0,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_strings_override_tags_even_with_tag_parameters":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_taxonomy_can_be_used_as_variable_named":0,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_taxonomy_tag_is_called":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_common_variable_names_with_handles":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_form_tag_is_called":0.001,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_similar_variable_names_are_prioritized_within_partials":0.002,"Tests\\Antlers\\Runtime\\VariablePriorityTest::test_variables_take_priority_over_tags_stress_test":0.039,"Tests\\Antlers\\Runtime\\VariableVariablesTest::test_variable_variables_resolves_dynamic_paths":0.001,"Tests\\Antlers\\Runtime\\VariableVariablesTest::test_variable_variables_works_with_strict_variables":0,"Tests\\Antlers\\Runtime\\VariablesTest::test_value_objects_can_be_used_for_array_lookups":0.001,"Tests\\Antlers\\Runtime\\VariablesTest::test_value_objects_can_still_be_augmented_when_used_for_array_lookups":0.001,"Tests\\Antlers\\Runtime\\VariablesTest::test_variables_with_hyphens_resolve_their_values":0.002,"Tests\\Antlers\\Runtime\\VoidParametersTest::test_voided_parameters_are_not_sent_to_tag":0.002,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_operator_with_simple_conditions":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_operator_with_scope_logic_group":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_where_operator_works_with_modifiers":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_where_operator_accepts_more_complex_predicates":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_iteration_can_happen_without_requiring_explicit_assignment":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_where_and_pluck":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_whitespace_doesnt_confuse_chained_operators":0.001,"Tests\\Antlers\\Runtime\\WhereOperatorTest::test_complex_expressions_with_attempted_loop_throws_exception":0.001,"Tests\\Antlers\\Runtime\\YieldTest::test_normal_yield":0.001,"Tests\\Antlers\\Runtime\\YieldTest::test_content_yielded_in_partial_bubbles_up":0.001,"Tests\\Antlers\\Runtime\\YieldTest::test_yield_slots_named_slots_are_not_confused_when_looping_from_tags":0.009,"Tests\\Antlers\\Runtime\\YieldTest::test_each_yield_section_in_a_loop_is_independent":0.002,"Tests\\Antlers\\Runtime\\YieldTest::test_yield_outside_loop_utilizes_last_iteration":0.002,"Tests\\Antlers\\Runtime\\YieldTest::test_yield_can_be_used_inside_conditions":0.001,"Tests\\Antlers\\Runtime\\YieldTest::test_condition_blocks_do_not_leak_their_condition_state":0.001,"Tests\\Antlers\\Sandbox\\AugmentedAssignmentTest::test_tag_results_containing_augmentable_items_are_augmented":0.02,"Tests\\Antlers\\Sandbox\\AugmentedAssignmentTest::test_tags_returning_collections_resolve_correctly":0.001,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_and":0,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_or":0.001,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_xor":0,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_not":0.001,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_shift_left":0,"Tests\\Antlers\\Sandbox\\BitwiseOperatorsTest::test_bitwise_shift_right":0,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_sandbox_will_defer_collapsing_arrays":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_tags_are_not_initially_evaluated_twice":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_tags_are_evaluated_twice_if_called_twice":0.002,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_value_adjustments_inside_of_conditionals":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_many_tag_value_adjustments_inside_of_conditionals":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_value_adjustments_resolved_tag_values":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_sandbox_evaluates_simple_boolean_expressions":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_it_evaluates_null_coalescence_groups":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_it_evaluates_alias_null_coalescence_groups":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_it_evaluates_simple_ternary_groups":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_it_evaluates_nested_ternary_groups":0.006,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_numeric_values_inside_conditions":0.001,"Tests\\Antlers\\Sandbox\\ConditionalsTest::test_interpolations_inside_conditions_are_evaluated_using_conditional_mode":0.001,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_arr_skip":0.001,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_modifiers_can_be_used_on_plucked_values":0.001,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_take_operator":0.001,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_array_merge":0.005,"Tests\\Antlers\\Sandbox\\LanguageOperatorTest::test_pluck_on_variable_that_doesnt_exist":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_simple_variable_is_set":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_addition_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_division_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_modulus_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_multiplication_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_subtraction_assignment":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_simple_assignment_within_tag_contexts":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_nested_tags_process_shared_assignment_data":0.003,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_are_processed_while_iterating":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_within_another_scope_do_not_leak_to_outer_scope":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_nested_arrays_can_be_summed":0.017,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_are_processed_when_tags_contain_parameters_that_conflict_with_modifier_names":0.007,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_are_traced_from_nested_arrays_and_tags":0.058,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_variable_assignment_do_not_leak":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_variable_assignments_are_not_reset_when_crossing_parser_boundaries":0.016,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_empty_arrays_can_be_created_and_pushed_to":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_arrays_with_data_can_be_created_and_pushed_to":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_updated_arrays_are_not_reset_by_tags":0.008,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_assignments_are_processed_after_associative_arrays":0.001,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_variable_assignment_and_tag_aliasing":0.009,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_protected_scopes_are_not_pushed_upwards":0.006,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_updating_view_scopes_inside_nested_partials":0.002,"Tests\\Antlers\\Sandbox\\VariableAssignmentTest::test_protected_scopes_dont_allow_trying_to_stuff_values_in_them":0.003,"Tests\\Antlers\\ScratchTest::tag_variables_should_not_leak_outside_its_tag_pair":0.006,"Tests\\Antlers\\ScratchTest::if_with_extra_leading_spaces_should_work":0.001,"Tests\\Antlers\\ScratchTest::interpolated_parameter_with_extra_space_should_work":0.001,"Tests\\Antlers\\ScratchTest::test_runtime_can_parse_expanded_ascii_characters":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_id":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_handle":0,"Tests\\Assets\\AssetContainerTest::it_changes_the_handle_when_changing_the_id":0,"Tests\\Assets\\AssetContainerTest::it_changes_the_id_when_changing_the_handle":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_disk":0.004,"Tests\\Assets\\AssetContainerTest::it_gets_the_url_from_the_disk_config":0,"Tests\\Assets\\AssetContainerTest::it_gets_the_url_from_the_disk_config_when_its_relative":0,"Tests\\Assets\\AssetContainerTest::its_private_if_the_disk_has_no_url":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_title":0,"Tests\\Assets\\AssetContainerTest::it_gets_the_blueprint":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_uploads_are_allowed":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_folders_can_be_created":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_renaming_is_allowed":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_moving_is_allowed":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_whether_downloading_is_allowed":0,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_glide_source_preset_for_upload_processing":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#no source, no presets":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#no source, with presets":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#with source, no presets":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#with source, with presets":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#with source, with presets, including source":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#no source, presets false":0,"Tests\\Assets\\AssetContainerTest::it_defines_which_presets_to_warm#with source, presets false":0,"Tests\\Assets\\AssetContainerTest::it_saves_the_container_through_the_api":0.002,"Tests\\Assets\\AssetContainerTest::it_dispatches_asset_container_created_only_once":0.001,"Tests\\Assets\\AssetContainerTest::it_saves_quietly":0.001,"Tests\\Assets\\AssetContainerTest::if_creating_event_returns_false_the_asset_container_doesnt_save":0,"Tests\\Assets\\AssetContainerTest::if_saving_event_returns_false_the_asset_container_doesnt_save":0,"Tests\\Assets\\AssetContainerTest::it_gets_the_path_from_the_stache":0,"Tests\\Assets\\AssetContainerTest::it_gets_all_files_by_default":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_all_meta_files_by_default":0.006,"Tests\\Assets\\AssetContainerTest::it_gets_files_in_a_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_meta_files_in_a_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_files_in_a_folder_recursively":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_meta_files_in_a_folder_recursively":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_all_folders_by_default":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_folders_in_given_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_folders_in_given_folder_recursively":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_files_from_the_filesystem_only_once":0.003,"Tests\\Assets\\AssetContainerTest::it_gets_the_files_from_the_cache_only_once":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_files_from_the_cache_every_time_if_running_in_a_queue_worker":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_folders_from_the_filesystem_only_once":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_folders_even_if_some_folders_are_missing":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_folders_from_the_cache_and_blink_only_once":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_the_folders_from_the_cache_and_blink_every_time_if_running_in_a_queue_worker":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_an_asset":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_an_asset_with_data":0.001,"Tests\\Assets\\AssetContainerTest::it_makes_an_asset_at_given_path":0,"Tests\\Assets\\AssetContainerTest::it_gets_all_assets_by_default":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_assets_in_a_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_assets_in_a_folder_recursively":0.001,"Tests\\Assets\\AssetContainerTest::it_doesnt_get_kebab_case_folder_assets_when_querying_snake_case_folder":0.001,"Tests\\Assets\\AssetContainerTest::it_can_get_assets_in_a_folder_named_zero":0.002,"Tests\\Assets\\AssetContainerTest::it_wont_get_assets_that_share_a_similar_folder_prefix":0.003,"Tests\\Assets\\AssetContainerTest::it_gets_an_asset_folder":0,"Tests\\Assets\\AssetContainerTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Assets\\AssetContainerTest::it_is_arrayable":0.001,"Tests\\Assets\\AssetContainerTest::it_fires_events_when_deleting":0.002,"Tests\\Assets\\AssetContainerTest::it_deletes_quietly":0.001,"Tests\\Assets\\AssetContainerTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Assets\\AssetFolderTest::it_gets_and_sets_the_container":0,"Tests\\Assets\\AssetFolderTest::it_gets_and_sets_the_path":0.004,"Tests\\Assets\\AssetFolderTest::it_gets_the_disk_from_the_container":0.001,"Tests\\Assets\\AssetFolderTest::the_title_is_the_folder_name":0,"Tests\\Assets\\AssetFolderTest::it_gets_the_resolved_path":0,"Tests\\Assets\\AssetFolderTest::it_gets_assets_in_this_folder":0,"Tests\\Assets\\AssetFolderTest::it_gets_assets_in_this_folder_recursively":0,"Tests\\Assets\\AssetFolderTest::it_counts_assets_non_recursively":0,"Tests\\Assets\\AssetFolderTest::it_gets_subfolders_in_this_folder_non_recursively":0,"Tests\\Assets\\AssetFolderTest::it_gets_the_last_modified_date_by_aggregating_all_files":0.002,"Tests\\Assets\\AssetFolderTest::it_creates_directory_when_saving":0.001,"Tests\\Assets\\AssetFolderTest::it_adds_a_gitkeep_file_when_saving":0.001,"Tests\\Assets\\AssetFolderTest::deleting_a_folder_deletes_the_assets_and_directory":0.009,"Tests\\Assets\\AssetFolderTest::deleting_a_folder_doesnt_overzealously_delete_from_cache":0.002,"Tests\\Assets\\AssetFolderTest::it_can_be_moved_to_another_folder":0.021,"Tests\\Assets\\AssetFolderTest::it_can_be_moved_to_another_folder_with_a_new_folder_name":0.021,"Tests\\Assets\\AssetFolderTest::it_lowercases_when_moving_to_another_foldre_with_a_new_folder_name":0.027,"Tests\\Assets\\AssetFolderTest::it_doesnt_lowercase_moved_folders_when_configured":0.021,"Tests\\Assets\\AssetFolderTest::it_cannot_be_moved_to_its_own_subfolder":0.005,"Tests\\Assets\\AssetFolderTest::it_cannot_be_moved_if_the_destination_already_exists":0.006,"Tests\\Assets\\AssetFolderTest::it_can_be_renamed":0.007,"Tests\\Assets\\AssetFolderTest::it_cannot_be_renamed_if_the_destination_exists":0.005,"Tests\\Assets\\AssetFolderTest::it_lowercases_when_renaming_by_default":0.007,"Tests\\Assets\\AssetFolderTest::it_doesnt_lowercase_renamed_folder_when_configured":0.007,"Tests\\Assets\\AssetFolderTest::it_gets_the_parent_folder":0,"Tests\\Assets\\AssetFolderTest::the_root_has_no_parent":0,"Tests\\Assets\\AssetFolderTest::it_converts_to_an_array":0,"Tests\\Assets\\AssetRepositoryTest::it_saves_the_meta_file_to_disk":0.002,"Tests\\Assets\\AssetRepositoryTest::it_resolves_the_correct_disk_from_similar_names":0.004,"Tests\\Assets\\AssetRepositoryTest::it_finds_assets_using_find_or_fail":0.003,"Tests\\Assets\\AssetRepositoryTest::test_find_or_fail_throws_exception_when_asset_does_not_exist":0.001,"Tests\\Assets\\AssetTest::it_gets_data_values":0.001,"Tests\\Assets\\AssetTest::it_gets_all_data_at_once":0.001,"Tests\\Assets\\AssetTest::it_sets_data_values":0.001,"Tests\\Assets\\AssetTest::it_merges_data_values":0.001,"Tests\\Assets\\AssetTest::it_sets_all_data_at_once":0.002,"Tests\\Assets\\AssetTest::it_sets_data_values_using_magic_properties":0.001,"Tests\\Assets\\AssetTest::it_removes_data_values":0.002,"Tests\\Assets\\AssetTest::it_doesnt_try_to_re_remove_newly_added_data_from_meta#by calling set method":0.002,"Tests\\Assets\\AssetTest::it_doesnt_try_to_re_remove_newly_added_data_from_meta#by calling data method":0.002,"Tests\\Assets\\AssetTest::it_doesnt_try_to_re_remove_newly_added_data_from_meta#by calling merge method":0.001,"Tests\\Assets\\AssetTest::it_doesnt_try_to_re_remove_newly_added_data_from_meta#by calling __set() magically via property":0.001,"Tests\\Assets\\AssetTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Assets\\AssetTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.001,"Tests\\Assets\\AssetTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.001,"Tests\\Assets\\AssetTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.001,"Tests\\Assets\\AssetTest::calling_unknown_method_throws_exception":0.001,"Tests\\Assets\\AssetTest::it_sets_and_gets_the_container":0,"Tests\\Assets\\AssetTest::it_gets_the_container_if_provided_with_a_string":0,"Tests\\Assets\\AssetTest::it_gets_the_container_id":0,"Tests\\Assets\\AssetTest::it_gets_and_sets_the_path":0,"Tests\\Assets\\AssetTest::it_gets_the_id_from_the_container_and_path":0,"Tests\\Assets\\AssetTest::it_gets_the_disk_from_the_container":0.002,"Tests\\Assets\\AssetTest::it_checks_if_it_exists":0.001,"Tests\\Assets\\AssetTest::it_gets_the_filename":0,"Tests\\Assets\\AssetTest::it_gets_the_basename":0,"Tests\\Assets\\AssetTest::it_gets_the_folder_name":0.001,"Tests\\Assets\\AssetTest::it_gets_the_resolved_path":0,"Tests\\Assets\\AssetTest::it_checks_if_an_extension_matches":0,"Tests\\Assets\\AssetTest::it_gets_the_extension_guessed_extension_and_mime_type":0.001,"Tests\\Assets\\AssetTest::it_checks_if_its_an_audio_file":0.001,"Tests\\Assets\\AssetTest::it_checks_if_its_a_video_file":0,"Tests\\Assets\\AssetTest::it_checks_if_its_an_image_file":0,"Tests\\Assets\\AssetTest::it_checks_if_it_can_be_previewed_in_google_docs_previewer":0.001,"Tests\\Assets\\AssetTest::it_gets_last_modified_time":0.001,"Tests\\Assets\\AssetTest::it_generates_and_clears_meta_caches":0.007,"Tests\\Assets\\AssetTest::it_gets_existing_meta_data":0.001,"Tests\\Assets\\AssetTest::it_properly_merges_new_unsaved_data_to_meta":0.003,"Tests\\Assets\\AssetTest::it_does_not_write_to_meta_file_when_asset_does_not_exist":0.001,"Tests\\Assets\\AssetTest::it_gets_meta_path":0.001,"Tests\\Assets\\AssetTest::it_generates_meta_on_demand_if_it_doesnt_exist":0.006,"Tests\\Assets\\AssetTest::it_generates_meta_on_demand_if_a_required_value_is_missing":0.002,"Tests\\Assets\\AssetTest::it_hydrates_data_from_meta_file":0.001,"Tests\\Assets\\AssetTest::it_saves":0.001,"Tests\\Assets\\AssetTest::it_doesnt_save_when_asset_saving_event_returns_false":0.001,"Tests\\Assets\\AssetTest::it_saves_quietly":0.001,"Tests\\Assets\\AssetTest::when_saving_quietly_the_cached_assets_withEvents_flag_will_be_set_back_to_true":0.001,"Tests\\Assets\\AssetTest::it_doesnt_add_path_to_container_listing_if_it_doesnt_exist":0.003,"Tests\\Assets\\AssetTest::it_deletes":0.004,"Tests\\Assets\\AssetTest::it_deletes_quietly":0.005,"Tests\\Assets\\AssetTest::it_can_be_moved_to_another_folder":0.019,"Tests\\Assets\\AssetTest::it_can_be_moved_to_another_folder_with_a_new_filename":0.01,"Tests\\Assets\\AssetTest::it_lowercases_when_moving_to_another_folder_with_a_new_filename":0.008,"Tests\\Assets\\AssetTest::it_doesnt_lowercase_moved_files_when_configured":0.008,"Tests\\Assets\\AssetTest::it_renames":0.012,"Tests\\Assets\\AssetTest::it_lowercases_when_renaming_by_default":0.005,"Tests\\Assets\\AssetTest::it_doesnt_lowercase_renamed_files_when_configured":0.006,"Tests\\Assets\\AssetTest::it_bulk_renames":0.017,"Tests\\Assets\\AssetTest::it_replaces":0.008,"Tests\\Assets\\AssetTest::it_can_delete_original_asset_when_replacing":0.007,"Tests\\Assets\\AssetTest::it_gets_dimensions":0.002,"Tests\\Assets\\AssetTest::it_passes_the_dimensions_validation":0.001,"Tests\\Assets\\AssetTest::it_gets_dimensions_for_svgs":0.002,"Tests\\Assets\\AssetTest::it_gets_no_ratio_when_height_is_zero":0.001,"Tests\\Assets\\AssetTest::it_gets_no_dimensions_for_non_images":0.001,"Tests\\Assets\\AssetTest::it_doesnt_regenerate_the_meta_file_when_getting_non_image_dimensions":0.001,"Tests\\Assets\\AssetTest::it_gets_file_size_in_bytes":0.002,"Tests\\Assets\\AssetTest::it_gets_the_title":0.001,"Tests\\Assets\\AssetTest::it_compiles_augmented_array_data":0.001,"Tests\\Assets\\AssetTest::data_keys_get_added_to_array":0.001,"Tests\\Assets\\AssetTest::extra_keys_get_added_to_array_when_file_exists":0.002,"Tests\\Assets\\AssetTest::can_use_set_focus_in_augmented_focus_css_value":0.001,"Tests\\Assets\\AssetTest::can_fallback_to_default_augmented_focus_css_value_if_focus_not_set":0.001,"Tests\\Assets\\AssetTest::it_can_upload_a_file_without_an_existing_cache":0.005,"Tests\\Assets\\AssetTest::it_can_upload_a_file_with_an_existing_cache":0.004,"Tests\\Assets\\AssetTest::if_saving_event_returns_false_during_upload_the_asset_doesnt_save":0.001,"Tests\\Assets\\AssetTest::it_can_upload_an_image_into_a_container_with_glide_config":0.01,"Tests\\Assets\\AssetTest::it_can_upload_an_image_into_a_container_with_new_extension_format#0":0.007,"Tests\\Assets\\AssetTest::it_can_upload_an_image_into_a_container_with_new_extension_format#1":0.005,"Tests\\Assets\\AssetTest::it_sanitizes_svgs_on_upload":0.005,"Tests\\Assets\\AssetTest::it_does_not_sanitizes_svgs_on_upload_when_behaviour_is_disabled":0.005,"Tests\\Assets\\AssetTest::it_doesnt_process_or_error_when_uploading_non_glideable_file_with_glide_config#0":0.005,"Tests\\Assets\\AssetTest::it_doesnt_process_or_error_when_uploading_non_glideable_file_with_glide_config#1":0.004,"Tests\\Assets\\AssetTest::it_doesnt_process_or_error_when_uploading_non_glideable_file_with_glide_config#2":0.004,"Tests\\Assets\\AssetTest::it_doesnt_process_or_error_when_uploading_non_glideable_file_with_glide_config#3":0.005,"Tests\\Assets\\AssetTest::it_can_process_a_custom_image_format":0.005,"Tests\\Assets\\AssetTest::it_appends_timestamp_to_uploaded_files_filename_if_it_already_exists":0.004,"Tests\\Assets\\AssetTest::it_lowercases_uploaded_filenames_by_default":0.004,"Tests\\Assets\\AssetTest::reuploading_will_replace_the_file_with_the_same_filename":0.006,"Tests\\Assets\\AssetTest::cannot_reupload_a_file_with_a_different_extension":0.001,"Tests\\Assets\\AssetTest::it_doesnt_lowercase_uploaded_filenames_when_configured":0.004,"Tests\\Assets\\AssetTest::it_gets_the_url_when_the_container_has_a_relative_url":0.001,"Tests\\Assets\\AssetTest::it_gets_the_url_when_the_container_has_an_absolute_url":0,"Tests\\Assets\\AssetTest::it_gets_the_absolute_url":0.001,"Tests\\Assets\\AssetTest::there_is_no_url_for_a_private_asset":0,"Tests\\Assets\\AssetTest::it_sends_a_download_response":0.001,"Tests\\Assets\\AssetTest::it_sends_a_download_response_with_a_different_name_and_custom_headers":0.001,"Tests\\Assets\\AssetTest::it_converts_to_an_array":0.002,"Tests\\Assets\\AssetTest::only_requested_relationship_fields_are_included_in_to_array":0.002,"Tests\\Assets\\AssetTest::it_has_a_dirty_state":0.004,"Tests\\Assets\\AssetTest::it_syncs_original_at_the_right_time":0.003,"Tests\\Assets\\AssetTest::it_augments_in_the_parser":0.004,"Tests\\Assets\\AssetTest::it_syncs_original_state_with_no_data":0.001,"Tests\\Assets\\AssetTest::it_syncs_original_state_with_no_data_but_with_data_in_meta":0.002,"Tests\\Assets\\AssetTest::it_syncs_original_state_with_data":0.002,"Tests\\Assets\\AssetTest::it_resolves_pending_original_meta_values_when_hydrating":0.002,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#portrait":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#landscape":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#square":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#portrait svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#landscape svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#square svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#non-image":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, portrait":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, landscape":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, square":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, portrait svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, landscape svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, square svg":0.001,"Tests\\Assets\\AssetTest::it_gets_which_presets_to_warm#cp disabled, non-image":0.001,"Tests\\Assets\\AssetTest::it_fires_a_deleting_event":0.002,"Tests\\Assets\\AssetTest::it_does_not_delete_when_a_deleting_event_returns_false":0.01,"Tests\\Assets\\AttributesTest::a_non_image_asset_has_no_attributes":0,"Tests\\Assets\\AttributesTest::it_gets_the_attributes":0.001,"Tests\\Assets\\AttributesTest::it_gets_the_attributes_of_audio_file":0.001,"Tests\\Assets\\AttributesTest::it_gets_the_attributes_of_video_file":0,"Tests\\Assets\\AttributesTest::it_gets_the_attributes_of_an_svg":0,"Tests\\Assets\\AttributesTest::it_uses_the_viewbox_if_the_svg_dimensions_havent_been_provided":0,"Tests\\Assets\\AttributesTest::it_uses_the_viewbox_if_the_svg_dimensions_are_percents":0,"Tests\\Assets\\AttributesTest::it_uses_the_viewbox_if_the_svg_dimensions_are_ems":0,"Tests\\Assets\\AttributesTest::it_uses_default_attributes_if_the_svg_has_no_viewbox_and_is_missing_either_or_both_dimensions":0.001,"Tests\\Assets\\ExtractInfoTest::it_can_extract_basic_id3_info_from_text_asset":0.005,"Tests\\Assets\\ReplacementFileTest::it_gets_the_path_and_extension":0,"Tests\\Assets\\ReplacementFileTest::it_writes_the_file_to_another_disk":0.001,"Tests\\Auth\\AugmentedUserTest::it_gets_values":0.003,"Tests\\Auth\\Eloquent\\EloquentRoleTest::it_creates_a_role":0.006,"Tests\\Auth\\Eloquent\\EloquentRoleTest::it_assigns_a_role_to_a_user":0.005,"Tests\\Auth\\Eloquent\\EloquentRoleTest::it_assigns_a_role_to_a_user_and_then_removes_it":0.005,"Tests\\Auth\\Eloquent\\EloquentUserGroupTest::it_creates_a_group":0.005,"Tests\\Auth\\Eloquent\\EloquentUserGroupTest::it_assigns_a_group_to_a_user":0.005,"Tests\\Auth\\Eloquent\\EloquentUserGroupTest::it_assigns_a_group_to_a_user_then_removes_it":0.005,"Tests\\Auth\\Eloquent\\EloquentUserGroupTest::it_sets_and_gets_data":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_roles_already_in_the_db_without_explicitly_assigning_them":0.027,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_groups_already_in_the_db_without_explicitly_assigning_them":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_the_timestamps_property_from_the_model":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_super_correctly_on_the_model":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_get_and_set_array_of_preferences":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_set_array_of_preferences":0.003,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_merge_array_of_preferences":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_set_a_single_preference":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_remove_a_single_preference":0.009,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_remove_a_single_preference_array_value":0.003,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_cleans_up_by_default_after_removing":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_remove_with_cleanup_disabled":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_get_a_single_preference":0.012,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_check_if_a_single_preference_exists":0.008,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_modify_a_preference":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_append_to_a_preference":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_cleanup_a_preference":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_and_assigns_roles":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_removes_a_role_assignment":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_checks_if_it_has_a_role":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_and_checks_permissions":0.013,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_checks_if_it_has_super_permissions_through_roles_and_groups":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_checks_if_it_has_super_permissions_on_itself":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_adds_to_groups":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_sets_all_the_groups":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_email":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_email_as_property":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::gets_the_name":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_data":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_custom_computed_data":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_empty_computed_data_by_default":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_doesnt_recursively_get_computed_data_when_callback_uses_value_method":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_can_use_actual_data_to_compose_computed_data":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.007,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::calling_unknown_method_throws_exception":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_converts_to_an_array":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::only_requested_relationship_fields_are_included_in_to_array":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_id":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_initials_from_name":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_initials_from_name_with_no_surname":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_initials_from_email_if_name_doesnt_exist":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_avatar_from_gravatar_if_config_allows":0.009,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_gets_preferred_locale":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_encrypts_a_password":0.122,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_encrypts_a_password_when_set_through_data":0.111,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_provides_email_field_fallback_in_blueprint":0.01,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_allows_email_field_customizations_in_blueprint":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_provides_roles_and_groups_field_fallbacks_in_blueprint":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_allows_roles_and_groups_field_customizations_in_blueprint":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_removes_roles_and_groups_field_fallbacks_in_blueprint_when_pro_is_disabled":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_removes_roles_and_groups_event_when_explicitly_defined_in_blueprint_when_pro_is_disabled":0.004,"Tests\\Auth\\Eloquent\\EloquentUserTest::converts_to_array":0.005,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_has_a_dirty_state":0.006,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_syncs_original_at_the_right_time":0.004,"Tests\\Auth\\EloquentUserRepositoryTest::it_normalizes_to_statamic_user_from_model":0.061,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_the_class":0.003,"Tests\\Auth\\EloquentUserRepositoryTest::it_overrides_the_class":0.003,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_all_users":0.056,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_all_users_with_overridden_classes":0.056,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_id":0.056,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_id_with_overridden_classes":0.061,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_email":0.06,"Tests\\Auth\\EloquentUserRepositoryTest::it_gets_user_by_email_with_overridden_classes":0.061,"Tests\\Auth\\EloquentUserRepositoryTest::find_or_fail_gets_user":0.059,"Tests\\Auth\\EloquentUserRepositoryTest::find_or_fail_throws_exception_when_user_does_not_exist":0.003,"Tests\\Auth\\EloquentUserRepositoryTest::it_normalizes_statamic_user":0.061,"Tests\\Auth\\EloquentUserRepositoryTest::it_successfully_returns_null_when_trying_to_normalize_user_from_null":0.003,"Tests\\Auth\\FileUserTest::it_gets_path":0.002,"Tests\\Auth\\FileUserTest::hashed_password_gets_added_as_the_password":0.107,"Tests\\Auth\\FileUserTest::it_gets_file_contents_for_saving":0.001,"Tests\\Auth\\FileUserTest::it_gets_permissions_from_a_cache":0.003,"Tests\\Auth\\FileUserTest::it_gets_and_assigns_roles":0.002,"Tests\\Auth\\FileUserTest::it_removes_a_role_assignment":0.002,"Tests\\Auth\\FileUserTest::it_checks_if_it_has_a_role":0.001,"Tests\\Auth\\FileUserTest::it_gets_and_checks_permissions":0.002,"Tests\\Auth\\FileUserTest::it_checks_if_it_has_super_permissions_through_roles_and_groups":0.002,"Tests\\Auth\\FileUserTest::it_checks_if_it_has_super_permissions_on_itself":0.001,"Tests\\Auth\\FileUserTest::it_adds_to_groups":0.001,"Tests\\Auth\\FileUserTest::it_sets_all_the_groups":0.001,"Tests\\Auth\\FileUserTest::it_gets_email":0.001,"Tests\\Auth\\FileUserTest::it_gets_email_as_property":0.001,"Tests\\Auth\\FileUserTest::gets_the_name":0,"Tests\\Auth\\FileUserTest::it_gets_data":0.001,"Tests\\Auth\\FileUserTest::it_gets_custom_computed_data":0,"Tests\\Auth\\FileUserTest::it_gets_empty_computed_data_by_default":0.001,"Tests\\Auth\\FileUserTest::it_doesnt_recursively_get_computed_data_when_callback_uses_value_method":0,"Tests\\Auth\\FileUserTest::it_can_use_actual_data_to_compose_computed_data":0,"Tests\\Auth\\FileUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.001,"Tests\\Auth\\FileUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.001,"Tests\\Auth\\FileUserTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.001,"Tests\\Auth\\FileUserTest::calling_unknown_method_throws_exception":0.001,"Tests\\Auth\\FileUserTest::it_converts_to_an_array":0.001,"Tests\\Auth\\FileUserTest::only_requested_relationship_fields_are_included_in_to_array":0.001,"Tests\\Auth\\FileUserTest::it_gets_id":0.001,"Tests\\Auth\\FileUserTest::it_gets_initials_from_name":0.001,"Tests\\Auth\\FileUserTest::it_gets_initials_from_name_with_no_surname":0.001,"Tests\\Auth\\FileUserTest::it_gets_initials_from_email_if_name_doesnt_exist":0.001,"Tests\\Auth\\FileUserTest::it_gets_avatar_from_gravatar_if_config_allows":0.001,"Tests\\Auth\\FileUserTest::it_gets_preferred_locale":0.001,"Tests\\Auth\\FileUserTest::it_encrypts_a_password":0.107,"Tests\\Auth\\FileUserTest::it_encrypts_a_password_when_set_through_data":0.106,"Tests\\Auth\\FileUserTest::it_provides_email_field_fallback_in_blueprint":0.001,"Tests\\Auth\\FileUserTest::it_allows_email_field_customizations_in_blueprint":0.001,"Tests\\Auth\\FileUserTest::it_provides_roles_and_groups_field_fallbacks_in_blueprint":0.001,"Tests\\Auth\\FileUserTest::it_allows_roles_and_groups_field_customizations_in_blueprint":0.001,"Tests\\Auth\\FileUserTest::it_removes_roles_and_groups_field_fallbacks_in_blueprint_when_pro_is_disabled":0.001,"Tests\\Auth\\FileUserTest::it_removes_roles_and_groups_event_when_explicitly_defined_in_blueprint_when_pro_is_disabled":0.001,"Tests\\Auth\\FileUserTest::converts_to_array":0.002,"Tests\\Auth\\FileUserTest::it_has_a_dirty_state":0.002,"Tests\\Auth\\FileUserTest::it_syncs_original_at_the_right_time":0.002,"Tests\\Auth\\HasAvatarTest::it_gets_the_avatar_if_theres_a_field_defined_in_the_blueprint_and_one_has_been_uploaded":0.003,"Tests\\Auth\\HasAvatarTest::it_gets_the_gravatar_if_theres_a_field_defined_in_the_blueprint_and_an_uploaded_asset_was_deleted":0.002,"Tests\\Auth\\HasAvatarTest::it_gets_the_gravatar_if_theres_a_field_defined_but_nothing_has_been_uploaded":0.001,"Tests\\Auth\\HasAvatarTest::it_gets_the_gravatar_if_theres_an_avatar_value_but_not_a_field_in_the_blueprint":0.001,"Tests\\Auth\\HasAvatarTest::it_gets_null_if_theres_a_field_defined_but_nothing_has_been_uploaded_and_gravatar_is_disabled":0.001,"Tests\\Auth\\HasAvatarTest::it_gets_null_if_theres_an_avatar_value_but_not_a_field_in_the_blueprint_and_gravatar_is_disabled":0.001,"Tests\\Auth\\Protect\\AuthenticationProtectionTest::redirects_to_login_page":0.006,"Tests\\Auth\\Protect\\AuthenticationProtectionTest::redirects_to_login_page_without_appending":0.006,"Tests\\Auth\\Protect\\AuthenticationProtectionTest::it_denies_if_no_login_url_is_defined":0.007,"Tests\\Auth\\Protect\\CustomProtectionTest::the_config_and_scheme_are_set_on_custom_protectors":0.012,"Tests\\Auth\\Protect\\FallbackProtectorTest::it_throws_403":0,"Tests\\Auth\\Protect\\IpProtectorTest::allows_matching_ip":0.007,"Tests\\Auth\\Protect\\IpProtectorTest::denies_for_incorrect_ip":0.011,"Tests\\Auth\\Protect\\IpProtectorTest::denies_when_no_ip_addresses_are_configured":0.006,"Tests\\Auth\\Protect\\NoProtectionTest::no_protect_variable_means_no_protection_occurs":0.007,"Tests\\Auth\\Protect\\PasswordEntryTest::it_returns_back_with_error_if_theres_no_token":0.001,"Tests\\Auth\\Protect\\PasswordEntryTest::it_returns_back_with_error_if_the_wrong_password_is_entered":0.001,"Tests\\Auth\\Protect\\PasswordEntryTest::it_allows_access_if_allowed_password_was_entered":0.001,"Tests\\Auth\\Protect\\PasswordProtectionTest::redirects_to_password_form_url_and_generates_token":0.008,"Tests\\Auth\\Protect\\PasswordProtectionTest::password_form_url_can_be_overridden":0.006,"Tests\\Auth\\Protect\\PasswordProtectionTest::allow_access_if_password_has_been_entered_for_that_scheme":0.007,"Tests\\Auth\\Protect\\PasswordProtectionTest::default_password_form_url_is_unprotected":0.002,"Tests\\Auth\\Protect\\PasswordProtectionTest::custom_password_form_url_is_unprotected":0.001,"Tests\\Auth\\Protect\\ProtectionTest::it_sets_and_gets_the_data":0.001,"Tests\\Auth\\Protect\\ProtectionTest::scheme_comes_from_data":0.001,"Tests\\Auth\\Protect\\ProtectionTest::scheme_comes_from_data_even_when_sitewide_scheme_is_defined":0.001,"Tests\\Auth\\Protect\\ProtectionTest::if_the_data_isnt_protectable_it_doesnt_get_a_scheme":0,"Tests\\Auth\\Protect\\ProtectionTest::sitewide_scheme_comes_from_the_default_setting":0,"Tests\\Auth\\Protect\\ProtectionTest::driver_comes_from_schemes_driver_key":0.001,"Tests\\Auth\\Protect\\ProtectionTest::no_scheme_returns_a_null_driver":0,"Tests\\Auth\\Protect\\ProtectionTest::invalid_driver_returns_a_fallback_driver":0.002,"Tests\\Auth\\Protect\\ProtectionTest::it_protects_through_the_driver":0.001,"Tests\\Auth\\RoleRepositoryTest::it_gets_the_roles":0,"Tests\\Auth\\RoleRepositoryTest::it_gets_a_role":0,"Tests\\Auth\\RoleRepositoryTest::it_checks_if_a_role_exists":0,"Tests\\Auth\\RoleRepositoryTest::it_works_with_an_empty_file":0,"Tests\\Auth\\RoleRepositoryTest::it_works_with_no_file":0,"Tests\\Auth\\RoleTest::it_gets_and_sets_the_title":0,"Tests\\Auth\\RoleTest::it_gets_and_sets_the_handle":0,"Tests\\Auth\\RoleTest::it_gets_and_adds_permissions":0,"Tests\\Auth\\RoleTest::it_sets_all_permissions":0,"Tests\\Auth\\RoleTest::permissions_get_deduplicated":0,"Tests\\Auth\\RoleTest::it_removes_permissions":0,"Tests\\Auth\\RoleTest::it_checks_if_it_has_permission":0,"Tests\\Auth\\RoleTest::it_checks_if_it_has_super_permissions":0,"Tests\\Auth\\RoleTest::it_can_be_saved":0.002,"Tests\\Auth\\RoleTest::it_can_be_deleted":0,"Tests\\Auth\\RoleTest::it_gets_evaluated_augmented_value_using_magic_property":0,"Tests\\Auth\\RoleTest::it_is_arrayable":0,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_the_class":0,"Tests\\Auth\\StacheUserRepositoryTest::it_overrides_the_class":0,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_all_users":0.06,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_all_users_with_overridden_classes":0.06,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_user_by_id":0.059,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_user_by_id_with_overridden_classes":0.059,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_user_by_email":0.056,"Tests\\Auth\\StacheUserRepositoryTest::it_gets_user_by_email_with_overridden_classes":0.056,"Tests\\Auth\\StacheUserRepositoryTest::find_or_fail_gets_user":0.055,"Tests\\Auth\\StacheUserRepositoryTest::find_or_fail_throws_exception_when_user_does_not_exist":0,"Tests\\Auth\\StacheUserRepositoryTest::it_normalizes_statamic_user":0.054,"Tests\\Auth\\StacheUserRepositoryTest::it_successfully_returns_null_when_trying_to_normalize_user_from_null":0,"Tests\\Auth\\UserGroupTest::it_gets_and_sets_the_title":0.001,"Tests\\Auth\\UserGroupTest::it_gets_and_sets_the_handle":0,"Tests\\Auth\\UserGroupTest::it_gets_all_the_users":0.003,"Tests\\Auth\\UserGroupTest::it_gets_and_sets_roles":0,"Tests\\Auth\\UserGroupTest::it_adds_a_role":0.001,"Tests\\Auth\\UserGroupTest::it_sets_all_roles":0.001,"Tests\\Auth\\UserGroupTest::it_removes_a_role":0,"Tests\\Auth\\UserGroupTest::it_removes_a_role_by_handle":0,"Tests\\Auth\\UserGroupTest::it_checks_if_it_has_a_role":0,"Tests\\Auth\\UserGroupTest::it_checks_if_it_has_a_role_by_handle":0,"Tests\\Auth\\UserGroupTest::it_checks_if_it_has_permission":0,"Tests\\Auth\\UserGroupTest::it_checks_if_it_has_super_permissions":0,"Tests\\Auth\\UserGroupTest::it_can_be_saved":0.001,"Tests\\Auth\\UserGroupTest::it_can_be_deleted":0.001,"Tests\\Auth\\UserGroupTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Auth\\UserGroupTest::it_is_arrayable":0.001,"Tests\\Auth\\UserGroupTest::it_gets_data":0,"Tests\\Auth\\UserGroupTest::it_gets_blueprint_values":0.001,"Tests\\CP\\AuthRedirectTest::it_redirects_back_to_referrer":0.328,"Tests\\CP\\AuthRedirectTest::it_redirects_to_cp_index_without_referrer":0.007,"Tests\\CP\\AuthRedirectTest::it_redirects_somewhere_if_the_referrer_was_the_login_page":0.006,"Tests\\CP\\AuthRedirectTest::it_redirects_to_unauthorized_view_if_there_would_be_a_redirect_loop":0.003,"Tests\\CP\\BreadcrumbsTest::it_creates_breadcrumbs":0,"Tests\\CP\\BreadcrumbsTest::it_is_arrayable":0,"Tests\\CP\\BreadcrumbsTest::it_pushes_a_crumb_into_the_title":0.001,"Tests\\CP\\ColumnTest::it_can_make_a_basic_column":0,"Tests\\CP\\ColumnTest::it_can_explicitly_set_data_and_serialize_to_json":0,"Tests\\CP\\ColumnTest::it_can_set_a_value_field":0,"Tests\\CP\\ColumnsTest::it_can_ensure_has":0,"Tests\\CP\\ColumnsTest::it_can_ensure_prepended":0,"Tests\\CP\\ColumnsTest::it_can_set_preferred_visibility_and_order":0,"Tests\\CP\\ColumnsTest::it_bypasses_setting_preferred_if_preference_returns_null":0,"Tests\\CP\\ColumnsTest::it_can_reject_unlisted_columns":0,"Tests\\CP\\LivePreviewTest::it_tokenizes_an_entry":0.001,"Tests\\CP\\LivePreviewTest::it_tokenizes_an_entry_without_an_existing_token":0.001,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_all_children_only_once_to_build_caches_for_is_active_checks":0.011,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_updates_caches_when_new_child_urls_are_detected_after_resolving_children":0.065,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_builds_core_children_closure_when_not_active":0.047,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_core_children_closure_and_can_check_when_parent_item_is_active":0.046,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_core_children_closure_and_can_check_when_parent_and_child_item_are_active":0.048,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_core_children_closure_and_can_check_when_parent_and_descendant_of_child_item_is_active":0.049,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_can_check_if_parent_extension_with_array_based_children_item_is_active":0.008,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_can_check_when_parent_and_array_based_child_extension_items_are_active":0.013,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_can_check_when_parent_and_array_based_descendant_of_child_extension_item_is_active":0.008,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_builds_extension_children_closure_when_not_active":0.044,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_extension_children_closure_and_can_check_when_parent_item_is_active":0.009,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_extension_children_closure_and_can_check_when_parent_and_child_item_are_active":0.009,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_resolves_extension_children_closure_and_can_check_when_parent_and_descendant_of_child_item_is_active":0.008,"Tests\\CP\\Navigation\\ActiveNavItemTest::it_properly_handles_various_edge_cases_when_checking_is_active_on_descendants_of_nav_children":0.004,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_when_custom_nav_extension_hijacks_a_core_item_child":0.056,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_descendant_check_still_functions_properly_when_custom_nav_extension_hijacks_a_core_item_child":0.073,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_descendant_with_unrelated_url_still_functions_properly_when_custom_nav_extension_hijacks_a_core_item_child":0.015,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_on_moved_items":0.055,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_on_explicit_child_within_moved_items":0.053,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_on_descendant_of_moved_items":0.057,"Tests\\CP\\Navigation\\ActiveNavItemTest::active_nav_check_still_functions_properly_on_descendant_of_child_within_moved_item":0.054,"Tests\\CP\\Navigation\\CoreNavTest::it_can_build_a_default_nav":0.005,"Tests\\CP\\Navigation\\CoreNavTest::it_builds_plural_sites_item_when_multisite_is_enabled":0.005,"Tests\\CP\\Navigation\\CoreNavTest::it_doesnt_build_collection_children_from_sites_that_the_user_is_not_authorized_to_see":0.041,"Tests\\CP\\Navigation\\CoreNavTest::it_doesnt_build_navigation_children_from_sites_that_the_user_is_not_authorized_to_see":0.055,"Tests\\CP\\Navigation\\CoreNavTest::it_doesnt_build_taxonomy_children_from_sites_that_the_user_is_not_authorized_to_see":0.04,"Tests\\CP\\Navigation\\CoreNavTest::it_doesnt_build_globals_children_from_sites_that_the_user_is_not_authorized_to_see":0.043,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_normalization_at_top_level":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_normalization_of_section":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_normalization_of_item":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_normalization_of_children":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_ensures_top_level_section_is_always_first_returned_section":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_returns_section_display_when_renaming":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_returns_section_action_when_removing":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_removes_inherit_action_sections_when_not_reordering":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_doesnt_remove_inherit_action_sections_when_actually_reordering":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_removes_inherit_action_items_when_not_reordering":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_doesnt_remove_inherit_action_items_when_actually_reordering":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#0":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#1":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#2":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#3":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#4":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_modify_when_modifying_in_original_section#5":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_inherit_when_reordering_in_original_section":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_defaults_action_to_alias_when_in_another_section":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_allows_creating_of_items_on_the_fly_using_create_action":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_allows_modifying_of_items_using_modify_action":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_allows_modifying_of_child_items_using_modify_action":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_removes_section_specific_actions_that_might_be_confusing_to_js_nav_builder":0,"Tests\\CP\\Navigation\\NavPreferencesNormalizerTest::it_normalizes_an_example_config":0,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_reorder_sections":0.037,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_reorder_items_within_sections":0.05,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_reorder_child_items_within_an_item":0.036,"Tests\\CP\\Navigation\\NavPreferencesTest::it_does_nothing_with_inherit_actions_when_not_reordering":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_rename_sections":0.018,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_rename_items_within_a_section":0.018,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_alias_items_within_a_section":0.027,"Tests\\CP\\Navigation\\NavPreferencesTest::aliasing_an_item_does_not_include_its_children":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_alias_items_into_another_section":0.037,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_move_items_into_another_section":0.03,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_hide_sections":0.016,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_hide_items_from_a_section":0.028,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_create_new_items_on_the_fly":0.033,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_modify_existing_items":0.022,"Tests\\CP\\Navigation\\NavPreferencesTest::modifying_an_aliased_item_only_modifies_the_clone_and_not_the_original":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_create_child_items_using_array_setter_notation":0.007,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_alias_items_into_the_children_of_another_item":0.007,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_move_items_into_the_children_of_another_item":0.013,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_move_items_out_of_the_children_of_an_item_in_the_same_section":0.007,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_move_child_items_into_another_items_children":0.007,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_hide_child_items":0.019,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_modify_existing_child_items":0.018,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_alias_newly_created_items_to_an_earlier_section":0.009,"Tests\\CP\\Navigation\\NavPreferencesTest::it_respects_order_that_items_are_aliased_and_created":0.008,"Tests\\CP\\Navigation\\NavPreferencesTest::preferences_are_applied_after_addon_nav_extensions":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_rename_extended_sections_that_dont_follow_title_case_convention":0.009,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_hide_extended_sections_that_dont_follow_title_case_convention":0.01,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_create_new_items_in_extended_sections_that_dont_follow_title_case_convention":0.01,"Tests\\CP\\Navigation\\NavPreferencesTest::it_hides_section_when_all_items_are_moved_out_of_section":0.017,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_handle_a_bunch_of_useless_config_without_erroring":0.001,"Tests\\CP\\Navigation\\NavPreferencesTest::it_builds_out_an_example_config":0.01,"Tests\\CP\\Navigation\\NavPreferencesTest::it_can_build_with_hidden_items":0.006,"Tests\\CP\\Navigation\\NavPreferencesTest::it_checks_active_status_on_moved_items":0.009,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_more_explicitly_create_a_nav_item":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_a_more_custom_config":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_a_bundled_svg_icon":0.008,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_a_custom_svg_icon":0.008,"Tests\\CP\\Navigation\\NavTest::it_can_find_and_modify_an_existing_item":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_find_and_modify_an_existing_item_using_magic_constructor":0.005,"Tests\\CP\\Navigation\\NavTest::it_doesnt_build_items_that_the_user_is_not_authorized_to_see":0.006,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_children":0.006,"Tests\\CP\\Navigation\\NavTest::it_sets_parent_icon_on_children":0.006,"Tests\\CP\\Navigation\\NavTest::it_doesnt_build_children_that_the_user_is_not_authorized_to_see":0.007,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_children_in_a_closure_to_defer_loading_until_they_are_needed":0,"Tests\\CP\\Navigation\\NavTest::it_can_resolve_its_children_from_closure":0.039,"Tests\\CP\\Navigation\\NavTest::it_can_remove_a_nav_section":0.009,"Tests\\CP\\Navigation\\NavTest::it_can_remove_a_specific_nav_item":0.009,"Tests\\CP\\Navigation\\NavTest::it_can_remove_a_specific_nav_child_item":0.01,"Tests\\CP\\Navigation\\NavTest::it_can_use_extend_to_defer_until_after_statamic_core_nav_items_are_built":0.012,"Tests\\CP\\Navigation\\NavTest::it_can_use_extend_to_remove_a_default_statamic_nav_item":0.012,"Tests\\CP\\Navigation\\NavTest::it_can_use_extend_to_remove_a_default_statamic_child_nav_item":0.014,"Tests\\CP\\Navigation\\NavTest::it_sets_the_url":0.001,"Tests\\CP\\Navigation\\NavTest::it_gets_a_cleaner_editable_version_of_the_url":0.001,"Tests\\CP\\Navigation\\NavTest::it_does_not_automatically_add_a_resolve_children_pattern_when_setting_url_if_one_is_already_defined":0,"Tests\\CP\\Navigation\\NavTest::it_doesnt_build_with_hidden_items":0.009,"Tests\\CP\\Navigation\\NavTest::it_doesnt_build_sections_containing_only_hidden_items":0.006,"Tests\\CP\\Navigation\\NavTest::it_can_build_with_hidden_items":0.005,"Tests\\CP\\Navigation\\NavTest::it_hides_items_after_calling_with_hidden":0.013,"Tests\\CP\\Navigation\\NavTest::it_can_preserve_current_id_to_prevent_dynamic_id_generation":0.001,"Tests\\CP\\Navigation\\NavTest::it_can_sync_original_state_to_original_property":0.001,"Tests\\CP\\Navigation\\NavTest::it_resolves_children_on_synced_original_nav_item":0.001,"Tests\\CP\\Navigation\\NavTest::it_can_call_name_alias_for_backwards_compatibility":0.006,"Tests\\CP\\Navigation\\NavTest::it_can_rebuild_from_fresh_slate":0.009,"Tests\\CP\\Navigation\\NavTest::it_ensures_top_level_section_is_always_built_when_building_with_hidden":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_transforms_no_manipulations_to_an_empty_array_to_allow_overriding_of_preferences_at_higher_levels":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_create_new_items":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_create_new_item_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_move_an_item_to_another_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_alias_item_to_another_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_alias_item_to_same_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::aliasing_multiple_of_the_same_item_produces_unique_ids":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_move_item_into_another_items_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_alias_item_into_another_items_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::aliasing_multiple_of_the_same_item_to_an_items_children_produces_unique_ids":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_move_a_child_item_out_to_its_own_parent_item":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_alias_a_child_item_out_to_its_own_parent_item":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::aliasing_multiple_of_the_same_child_item_produces_unique_ids":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_items":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_item_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_moved_items":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_moved_children":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_aliased_items":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_modify_aliased_children":0.011,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_hide_an_item":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_hide_a_child_item":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_reorder_items":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_reorder_custom_and_modified_items":0.007,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_create_a_new_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_create_a_new_section_with_special_characters_in_display":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_ignores_new_section_which_contain_no_manipulations":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_rename_a_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_hide_a_section":0.005,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_hide_a_section_containing_item_manipulations":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_reorder_sections":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_reorder_custom_and_modified_sections":0.007,"Tests\\CP\\Navigation\\NavTransformerTest::it_ignores_items_with_no_manipulations":0.006,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_add_unique_hash_to_an_id":0,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_remove_unique_hash_from_an_id":0,"Tests\\CP\\Navigation\\NavTransformerTest::it_intelligently_handles_url_modifications":0.009,"Tests\\CP\\Navigation\\NavTransformerTest::it_can_transform_complex_json_payload_copied_from_actual_vue_submission":0.014,"Tests\\CP\\Utilities\\UtilityRepositoryTest::it_registers_a_utility":0,"Tests\\CP\\Utilities\\UtilityRepositoryTest::it_registers_a_utility_via_a_string":0,"Tests\\CP\\Utilities\\UtilityRepositoryTest::it_defers_registration_until_boot_using_extend_method":0.001,"Tests\\CP\\Utilities\\UtilityRepositoryTest::booting_more_than_once_just_updates_the_utilities":0.002,"Tests\\Composer\\AddonChangelogTest::it_checks_for_licensing_limits":0.003,"Tests\\Composer\\AddonChangelogTest::release_is_always_licensed_if_theres_no_license_limit":0.001,"Tests\\Composer\\AddonChangelogTest::it_can_get_changelog_contents":0.001,"Tests\\Composer\\AddonChangelogTest::it_can_get_latest_release":0.001,"Tests\\Composer\\ComposerJsonTest::it_can_detect_if_statamic_pre_update_cmd_is_not_registered":0.001,"Tests\\Composer\\ComposerJsonTest::it_can_add_pre_update_cmd_array_when_doesnt_exist":0,"Tests\\Composer\\ComposerJsonTest::it_can_add_statamic_pre_update_cmd_to_existing_array":0.001,"Tests\\Composer\\ComposerJsonTest::it_does_nothing_if_pre_update_cmd_already_exists":0,"Tests\\Composer\\ComposerJsonTest::it_will_throw_error_when_it_unsuccessfully_adds_pre_update_cmd":0,"Tests\\Composer\\ComposerLockBackupTest::it_can_backup_existing_lock_file":0.039,"Tests\\Composer\\ComposerLockBackupTest::it_doesnt_throw_exception_when_attempting_to_backup_non_existend_lock_file":0,"Tests\\Composer\\ComposerLockBackupTest::it_can_backup_lock_file_from_custom_location":0,"Tests\\Composer\\ComposerLockTest::it_can_check_if_lock_file_exists":0.001,"Tests\\Composer\\ComposerLockTest::it_can_check_if_custom_lock_file_exists":0,"Tests\\Composer\\ComposerLockTest::it_can_ensure_lock_file_exists":0,"Tests\\Composer\\ComposerLockTest::it_can_ensure_custom_lock_file_exists":0,"Tests\\Composer\\ComposerLockTest::it_can_delete_lock_file":0,"Tests\\Composer\\ComposerLockTest::it_errors_when_composer_lock_file_is_not_found":0,"Tests\\Composer\\ComposerLockTest::it_can_check_if_package_is_installed":0,"Tests\\Composer\\ComposerLockTest::it_can_check_if_package_is_installed_as_dev_dependency":0,"Tests\\Composer\\ComposerLockTest::it_can_get_installed_version_of_a_package_from_composer_lock":0,"Tests\\Composer\\ComposerLockTest::it_errors_when_package_is_not_found":0.001,"Tests\\Composer\\ComposerLockTest::it_can_gets_normalized_version_of_a_package_from_composer_lock":0.001,"Tests\\Composer\\ComposerLockTest::it_can_get_installed_version_of_a_package_from_multiple_composer_lock_files":0.001,"Tests\\Composer\\ComposerLockTest::it_can_override_package_version":0.001,"Tests\\Composer\\ComposerTest::it_can_list_installed_packages_with_details":0.225,"Tests\\Composer\\ComposerTest::it_can_get_installed_version_of_a_package_directly_from_composer_lock":0.046,"Tests\\Composer\\ComposerTest::it_can_check_if_package_is_installed":0.045,"Tests\\Composer\\ComposerTest::it_can_get_installed_path_of_a_package":0.367,"Tests\\Composer\\ComposerTest::it_gracefully_fails_when_lock_file_does_not_exist":0.049,"Tests\\Composer\\ComposerTest::it_can_require_update_downgrade_and_remove_a_package":10.07,"Tests\\Composer\\ComposerTest::it_can_require_and_remove_multiple_packages_in_one_shot":5.086,"Tests\\Composer\\CoreChangelogTest::it_can_get_changelog_contents":0.001,"Tests\\Composer\\CoreChangelogTest::it_can_get_latest_release":0.001,"Tests\\Console\\Commands\\AssetsMetaTest::it_generates_one_asset_meta_file_for_asset_with_no_meta_file":0.268,"Tests\\Console\\Commands\\AssetsMetaTest::it_preserves_data_property_in_meta_data_file":0.271,"Tests\\Console\\Commands\\MakeActionTest::it_can_make_an_action":0.004,"Tests\\Console\\Commands\\MakeActionTest::it_will_not_overwrite_an_existing_action":0.009,"Tests\\Console\\Commands\\MakeActionTest::using_force_option_will_overwrite_original_action":0.009,"Tests\\Console\\Commands\\MakeActionTest::it_can_make_an_action_into_an_addon":0.048,"Tests\\Console\\Commands\\MakeAddonTest::it_can_generate_an_addon":0.016,"Tests\\Console\\Commands\\MakeAddonTest::it_cannot_make_addon_with_invalid_composer_package_name":0.019,"Tests\\Console\\Commands\\MakeAddonTest::it_will_not_overwrite_an_existing_addon":0.014,"Tests\\Console\\Commands\\MakeAddonTest::using_force_option_will_overwrite_original_addon":0.021,"Tests\\Console\\Commands\\MakeAddonTest::it_can_generate_with_a_fieldtype":0.02,"Tests\\Console\\Commands\\MakeAddonTest::it_can_make_an_addon_with_everything_including_the_kitchen_sink":0.044,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_can_generate_a_fieldtype":0.011,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_will_not_overwrite_an_existing_fieldtype":0.003,"Tests\\Console\\Commands\\MakeFieldtypeTest::using_force_option_will_overwrite_original_fieldtype":0.003,"Tests\\Console\\Commands\\MakeFieldtypeTest::it_can_make_a_fieldtype_into_an_addon":0.016,"Tests\\Console\\Commands\\MakeFilterTest::it_can_make_a_filter":0.002,"Tests\\Console\\Commands\\MakeFilterTest::it_will_not_overwrite_an_existing_filter":0.009,"Tests\\Console\\Commands\\MakeFilterTest::using_force_option_will_overwrite_original_filter":0.002,"Tests\\Console\\Commands\\MakeFilterTest::it_can_make_a_filter_into_an_addon":0.014,"Tests\\Console\\Commands\\MakeModifierTest::it_can_make_a_modifier":0.002,"Tests\\Console\\Commands\\MakeModifierTest::it_will_not_overwrite_an_existing_modifier":0.002,"Tests\\Console\\Commands\\MakeModifierTest::using_force_option_will_overwrite_original_modifier":0.01,"Tests\\Console\\Commands\\MakeModifierTest::it_can_make_a_modifier_into_an_addon":0.014,"Tests\\Console\\Commands\\MakeScopeTest::it_can_make_a_scope":0.002,"Tests\\Console\\Commands\\MakeScopeTest::it_will_not_overwrite_an_existing_scope":0.002,"Tests\\Console\\Commands\\MakeScopeTest::using_force_option_will_overwrite_original_scope":0.002,"Tests\\Console\\Commands\\MakeScopeTest::it_can_make_a_scope_into_an_addon":0.023,"Tests\\Console\\Commands\\MakeTagTest::it_can_make_a_tag":0.002,"Tests\\Console\\Commands\\MakeTagTest::it_will_not_overwrite_an_existing_tag":0.002,"Tests\\Console\\Commands\\MakeTagTest::using_force_option_will_overwrite_original_tag":0.002,"Tests\\Console\\Commands\\MakeTagTest::it_can_make_a_tag_into_an_addon":0.014,"Tests\\Console\\Commands\\MakeUserTest::it_can_make_a_user":0.007,"Tests\\Console\\Commands\\MakeUserTest::it_can_make_a_super_user_interactively":0.061,"Tests\\Console\\Commands\\MakeUserTest::it_can_make_a_non_super_user_interactively":0.056,"Tests\\Console\\Commands\\MakeUserTest::it_validates_email":0.004,"Tests\\Console\\Commands\\MakeUserTest::it_generates_with_and_without_super_option":0.003,"Tests\\Console\\Commands\\MakeWidgetTest::it_can_make_a_widget":0.002,"Tests\\Console\\Commands\\MakeWidgetTest::it_will_not_overwrite_an_existing_widget":0.002,"Tests\\Console\\Commands\\MakeWidgetTest::using_force_option_will_overwrite_original_widget":0.002,"Tests\\Console\\Commands\\MakeWidgetTest::it_can_make_a_widget_into_an_addon":0.014,"Tests\\Console\\Commands\\ProEnableTest::it_can_enable_pro_by_updating_existing_var_in_env":0.001,"Tests\\Console\\Commands\\ProEnableTest::it_can_enable_pro_by_appending_to_env":0.001,"Tests\\Console\\Commands\\ProEnableTest::if_config_is_not_referencing_env_var_it_should_prompt_user_to_run_with_update_config_option":0.002,"Tests\\Console\\Commands\\ProEnableTest::it_can_update_editions_config_to_reference_env_var#true":0.001,"Tests\\Console\\Commands\\ProEnableTest::it_can_update_editions_config_to_reference_env_var#false":0.001,"Tests\\Console\\Commands\\ProEnableTest::if_it_has_trouble_updating_editions_config_it_should_instruct_user":0.002,"Tests\\Console\\Commands\\StaticWarmJobTest::it_sends_a_get_request":0.001,"Tests\\Console\\NullConsoleTest::it_can_run_and_chain_methods_without_error":0,"Tests\\Console\\NullConsoleTest::it_can_store_and_get_console_error_output":0,"Tests\\Console\\PleaseTest::it_can_run_an_artisan_command_with_statamic_prefix":0.014,"Tests\\Console\\PleaseTest::statamic_prefixed_commands_will_throw_exception_when_running_in_artisan_without_prefix":0.002,"Tests\\Console\\PleaseTest::it_can_run_a_please_command_without_statamic_prefix":0.01,"Tests\\Console\\PleaseTest::it_can_run_a_please_command_with_statamic_prefix":0.009,"Tests\\Console\\ProcessTest::it_removes_ansi_codes":0,"Tests\\Console\\ProcessTest::it_leaves_ansi_codes_when_colorizing":0,"Tests\\Console\\ProcessTest::it_can_run_process_on_custom_path":0.005,"Tests\\Console\\ProcessTest::it_can_detect_if_process_had_errors":0.011,"Tests\\Console\\ProcessTest::it_resets_has_error_check_on_each_run":0.013,"Tests\\Console\\ProcessTest::it_can_log_error_output":0.003,"Tests\\Console\\ProcessTest::it_can_run_without_logging_errors":0.002,"Tests\\Console\\ProcessTest::it_can_get_cloned_process_for_running_commands_from_parent_path":0,"Tests\\Data\\Assets\\AssetQueryBuilderTest::it_can_get_assets":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_in":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_not_in":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_date":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_month":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_day":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_year":0.014,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_time":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_not_null":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_null":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_not_null":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_nested_where":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_nested_where_in":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_between":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_not_between":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_between":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_not_between":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_json_contains":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_json_doesnt_contain":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_json_contains":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_or_where_json_doesnt_contain":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_json_length":0.008,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_array_of_wheres":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::results_are_found_using_where_with_json_value":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_where_column":0.009,"Tests\\Data\\Assets\\AssetQueryBuilderTest::it_can_get_assets_using_when":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::it_can_get_assets_using_unless":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::it_can_get_assets_using_tap":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::assets_are_found_using_offset":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::querying_doesnt_generate_meta_files_unnecessarily":0.001,"Tests\\Data\\Assets\\AssetQueryBuilderTest::querying_a_data_field_will_generate_meta_files":0.003,"Tests\\Data\\Assets\\AssetQueryBuilderTest::values_can_be_plucked":0.001,"Tests\\Data\\AugmentedCollectionTest::it_calls_toArray_on_each_item":0.001,"Tests\\Data\\AugmentedCollectionTest::values_get_flagged_shallow_when_calling_toArray_with_flag":0.001,"Tests\\Data\\AugmentedCollectionTest::values_do_not_get_flagged_shallow_when_calling_toArray_without_flag":0,"Tests\\Data\\AugmentedCollectionTest::augmentables_get_converted_to_shallow_array_with_flag":0.001,"Tests\\Data\\AugmentedCollectionTest::it_converts_value_objects_to_their_augmented_values_with_flag":0,"Tests\\Data\\AugmentedCollectionTest::it_does_not_convert_value_objects_to_their_augmented_values_with_explicit_flag_or_without_any_flag":0,"Tests\\Data\\AugmentedCollectionTest::it_json_serializes":0,"Tests\\Data\\AugmentedCollectionTest::augmentables_get_shallow_augmented_when_json_serializing_with_flag":0,"Tests\\Data\\AugmentedTest::it_gets_a_single_value_by_key":0,"Tests\\Data\\AugmentedTest::it_can_use_null_as_a_supplement_value":0,"Tests\\Data\\AugmentedTest::it_gets_a_single_value_by_key_using_the_value_method_if_it_exists":0,"Tests\\Data\\AugmentedTest::it_gets_a_value_from_the_thing_if_theres_a_corresponding_method_for_a_key":0,"Tests\\Data\\AugmentedTest::it_gets_a_value_from_the_augmented_thing_if_theres_a_method":0,"Tests\\Data\\AugmentedTest::if_an_augmented_things_method_returns_a_value_instance_then_use_it":0,"Tests\\Data\\AugmentedTest::the_value_object_returned_contains_appropriate_fieldtype_if_the_thing_has_a_blueprint_and_theres_a_matching_field":0.001,"Tests\\Data\\AugmentedTest::if_the_augmented_thing_has_a_method_with_a_corresponding_blueprint_field_it_will_not_use_that_fieldtype":0,"Tests\\Data\\AugmentedTest::it_can_select_multiple_keys":0.001,"Tests\\Data\\AugmentedTest::no_infinite_loop_when_getting_keys_that_match_methods":0,"Tests\\Data\\DataCollectionTest::it_sorts":0,"Tests\\Data\\DataCollectionTest::it_sorts_by_first_item_in_arrays":0,"Tests\\Data\\DataRepositoryTest::it_splits_the_repository_and_key_if_the_repository_exists":0.001,"Tests\\Data\\DataRepositoryTest::it_splits_the_repository_and_key_even_if_there_are_multiple_delimiters":0.001,"Tests\\Data\\DataRepositoryTest::it_returns_the_key_as_is_if_theres_no_delimiter":0,"Tests\\Data\\DataRepositoryTest::it_proxies_find_to_a_repository":0.001,"Tests\\Data\\DataRepositoryTest::it_bails_early_when_finding_null":0,"Tests\\Data\\DataRepositoryTest::when_a_repository_key_isnt_provided_it_will_loop_through_repositories":0.002,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#root":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#root with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#root with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#root with query and slash":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#dir":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#dir with slash":0.018,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#dir with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#dir with query and slash":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#missing":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#missing with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#missing with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url#missing with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#root":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#root with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#root with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#root with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#missing":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#missing with slash":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#missing with query":0.019,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#missing with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#home":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#home with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#home with query":0.012,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#home with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr home":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr home with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr home with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr home with query and slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#dir":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#dir with slash":0.01,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#dir with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#dir with query and slash":0.017,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr dir":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr dir with slash":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr dir with query":0.011,"Tests\\Data\\DataRepositoryTest::it_finds_by_request_url_with_no_root_site#fr dir with query and slash":0.01,"Tests\\Data\\Entries\\AugmentedEntryTest::it_has_a_parent_method":0.007,"Tests\\Data\\Entries\\AugmentedEntryTest::it_gets_values":0.01,"Tests\\Data\\Entries\\AugmentedEntryTest::it_gets_the_mount_from_the_value_first_if_it_exists":0.004,"Tests\\Data\\Entries\\AugmentedEntryTest::authors_is_just_the_value_if_its_not_in_the_blueprint":0.003,"Tests\\Data\\Entries\\AugmentedEntryTest::it_gets_the_authors_from_the_value_if_its_in_the_blueprint":0.006,"Tests\\Data\\Entries\\AugmentedEntryTest::it_doesnt_evaluated_computed_callbacks_when_getting_keys":0.004,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_handle":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_routes":0.001,"Tests\\Data\\Entries\\CollectionTest::it_sets_all_the_routes_identically":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_title_formats":0.001,"Tests\\Data\\Entries\\CollectionTest::it_sets_all_the_title_formats_identically":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_template":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_layout":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_create_label":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_title":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_sites_it_can_be_used_in_when_using_multiple_sites":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_the_default_site_when_in_single_site_mode":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_propagation_setting":0,"Tests\\Data\\Entries\\CollectionTest::it_stores_cascading_data_in_a_collection":0,"Tests\\Data\\Entries\\CollectionTest::it_sets_all_the_cascade_data_when_passing_an_array":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_values_from_the_cascade_with_fallbacks":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_entry_blueprints":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_first_non_hidden_entry_blueprint":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_first_entry_blueprint_when_they_are_all_hidden":0.001,"Tests\\Data\\Entries\\CollectionTest::no_existing_blueprints_will_fall_back_to_a_default_named_after_the_singular_collection":0.001,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_an_event_when_getting_entry_blueprint":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_sort_field_and_direction":0.001,"Tests\\Data\\Entries\\CollectionTest::setting_custom_sort_field_will_set_the_sort_direction_to_asc_when_not_explicitly_set":0,"Tests\\Data\\Entries\\CollectionTest::it_saves_the_collection_through_the_api":0.002,"Tests\\Data\\Entries\\CollectionTest::it_saves_quietly":0.001,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_collection_saved":0.002,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_collection_saving":0.001,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_collection_creating":0.001,"Tests\\Data\\Entries\\CollectionTest::it_dispatches_collection_created_only_once":0.001,"Tests\\Data\\Entries\\CollectionTest::if_creating_event_returns_false_the_collection_doesnt_save":0,"Tests\\Data\\Entries\\CollectionTest::if_saving_event_returns_false_the_collection_doesnt_save":0.001,"Tests\\Data\\Entries\\CollectionTest::it_sets_future_date_behavior":0,"Tests\\Data\\Entries\\CollectionTest::it_sets_past_date_behavior":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_default_publish_state":0,"Tests\\Data\\Entries\\CollectionTest::default_publish_state_is_always_false_when_using_revisions":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_the_origin_behavior":0.001,"Tests\\Data\\Entries\\CollectionTest::it_throw_exception_when_setting_invalid_origin_behavior":0.001,"Tests\\Data\\Entries\\CollectionTest::it_sets_and_gets_structure":0.001,"Tests\\Data\\Entries\\CollectionTest::setting_a_structure_overrides_the_existing_inline_structure":0.001,"Tests\\Data\\Entries\\CollectionTest::setting_an_inline_structure_removes_the_existing_structure":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_the_handle_when_casting_to_a_string":0.001,"Tests\\Data\\Entries\\CollectionTest::it_augments":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Data\\Entries\\CollectionTest::it_is_arrayable":0.001,"Tests\\Data\\Entries\\CollectionTest::it_augments_in_the_parser":0.002,"Tests\\Data\\Entries\\CollectionTest::it_gets_the_uri_and_url_from_the_mounted_entry":0.002,"Tests\\Data\\Entries\\CollectionTest::it_updates_entry_uris_through_the_repository":0,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_preview_targets#through object":0.001,"Tests\\Data\\Entries\\CollectionTest::it_gets_and_sets_preview_targets#through facade":0.001,"Tests\\Data\\Entries\\CollectionTest::it_trucates_entries":0.01,"Tests\\Data\\Entries\\CollectionTest::it_cannot_view_collections_from_sites_that_the_user_is_not_authorized_to_see":0.005,"Tests\\Data\\Entries\\CollectionTest::it_fires_a_deleting_event":0.002,"Tests\\Data\\Entries\\CollectionTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Data\\Entries\\CollectionTest::it_deletes_quietly":0.002,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entry_is_found_within_all_created_entries_using_entry_facade_with_find_method":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entry_is_found_within_all_created_entries_and_select_query_columns_are_set_using_entry_facade_with_find_method_with_columns_param":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_in":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_not_in":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_date":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_month":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_day":0.009,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_year":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_time":0.009,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_not_null":0.009,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_null":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_not_null":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_column":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_nested_where":0.011,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_nested_where_in":0.011,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_between":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_not_between":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_between":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_not_between":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_json_contains":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_json_doesnt_contain":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_json_contains":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_or_where_json_doesnt_contain":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_json_length":0.013,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_array_of_wheres":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_where_with_json_value":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_when":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_unless":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_tap":0.007,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_substitutes_entries_by_id":0.009,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_substitutes_entries_by_uri":0.008,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_substitutes_entries_by_uri_and_site":0.012,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_offset":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo%":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%world":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%world%":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#_oo":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#o_":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo_bar":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo__bar":0.019,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#fo__bar":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#foo\\_bar":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#20\\%":0.019,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#20\\%%":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%3.14%":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%[4%":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#\/":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%\/":0.021,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#\/%":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_like#%\/%":0.02,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_chunk":0.005,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_are_found_using_lazy":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::filtering_using_where_status_column_writes_deprecation_log":0.006,"Tests\\Data\\Entries\\EntryQueryBuilderTest::filtering_using_whereIn_status_column_writes_deprecation_log":0.005,"Tests\\Data\\Entries\\EntryQueryBuilderTest::filtering_by_unexpected_status_throws_exception":0.001,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#draft":0.025,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#published":0.03,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#scheduled":0.028,"Tests\\Data\\Entries\\EntryQueryBuilderTest::it_filters_by_status#expired":0.027,"Tests\\Data\\Entries\\EntryTest::it_sets_and_gets_the_locale":0,"Tests\\Data\\Entries\\EntryTest::it_gets_the_site":0.001,"Tests\\Data\\Entries\\EntryTest::it_sets_and_gets_the_slug":0.001,"Tests\\Data\\Entries\\EntryTest::the_slug_gets_slugified":0.001,"Tests\\Data\\Entries\\EntryTest::explicitly_setting_slug_to_null_will_return_null":0.001,"Tests\\Data\\Entries\\EntryTest::if_the_slug_is_a_function_it_will_resolve_it":0.001,"Tests\\Data\\Entries\\EntryTest::if_the_slug_is_a_function_it_will_only_resolve_it_once":0.001,"Tests\\Data\\Entries\\EntryTest::it_resolves_the_slug_when_serializing":0.001,"Tests\\Data\\Entries\\EntryTest::it_sets_gets_and_removes_data_values":0.002,"Tests\\Data\\Entries\\EntryTest::it_sets_data_values_using_magic_properties":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_evaluated_augmented_value_using_magic_property":0.002,"Tests\\Data\\Entries\\EntryTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.002,"Tests\\Data\\Entries\\EntryTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.002,"Tests\\Data\\Entries\\EntryTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.002,"Tests\\Data\\Entries\\EntryTest::calling_unknown_method_throws_exception":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_all_data":0,"Tests\\Data\\Entries\\EntryTest::it_merges_in_additional_data":0,"Tests\\Data\\Entries\\EntryTest::values_fall_back_to_the_origin_then_the_collection":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_values_from_origin_and_collection":0.005,"Tests\\Data\\Entries\\EntryTest::if_the_value_is_explicitly_set_to_null_then_it_should_not_fall_back":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_custom_computed_data":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_empty_computed_data_by_default":0.001,"Tests\\Data\\Entries\\EntryTest::it_doesnt_recursively_get_computed_data_when_callback_uses_value_methods":0.001,"Tests\\Data\\Entries\\EntryTest::it_can_use_actual_data_to_compose_computed_data":0.001,"Tests\\Data\\Entries\\EntryTest::it_can_use_origin_data_to_compose_computed_data":0.004,"Tests\\Data\\Entries\\EntryTest::it_properly_scopes_custom_computed_data_by_collection_handle":0.002,"Tests\\Data\\Entries\\EntryTest::it_only_evaluates_computed_data_closures_when_getting_values":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_the_url_from_the_collection":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_the_uri_from_the_structure":0.002,"Tests\\Data\\Entries\\EntryTest::entries_in_a_collection_without_a_route_dont_have_a_uri":0.001,"Tests\\Data\\Entries\\EntryTest::a_localized_entry_without_a_route_for_that_site_doesnt_have_a_uri":0.001,"Tests\\Data\\Entries\\EntryTest::entries_in_a_structured_collection_without_a_route_dont_have_a_uri":0.001,"Tests\\Data\\Entries\\EntryTest::a_localized_entry_in_a_structured_collection_without_a_route_for_that_site_doesnt_have_a_uri":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_urls_for_first_child_redirects#string":0.009,"Tests\\Data\\Entries\\EntryTest::it_gets_urls_for_first_child_redirects#array":0.009,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_supplemental_data":0,"Tests\\Data\\Entries\\EntryTest::it_compiles_augmented_array_data":0.002,"Tests\\Data\\Entries\\EntryTest::setting_queried_keys_will_filter_the_arrayable_array":0.002,"Tests\\Data\\Entries\\EntryTest::it_converts_to_an_array":0.002,"Tests\\Data\\Entries\\EntryTest::only_requested_relationship_fields_are_included_in_to_array":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_initial_path":0,"Tests\\Data\\Entries\\EntryTest::it_gets_the_path_and_excludes_locale_when_theres_a_single_site":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_the_path_and_includes_locale_when_theres_multiple_sites":0.002,"Tests\\Data\\Entries\\EntryTest::the_path_uses_the_slug_if_set_even_if_slugs_arent_required":0.001,"Tests\\Data\\Entries\\EntryTest::the_path_uses_the_id_if_slug_is_not_set":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#no date explicitly set, time not explicitly enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#no date explicitly set, time enabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#no date explicitly set, time enabled, seconds disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time not explicitly enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time enabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time enabled, seconds disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time not explicitly enabled":0.007,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time enabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time enabled, seconds disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time not explicitly enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time enabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time enabled, seconds disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#date set, time disabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime set, time disabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time disabled":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_dated_collection_entries#datetime with seconds set, time disabled, seconds enabled":0.002,"Tests\\Data\\Entries\\EntryTest::date_is_null_if_a_collection_hasnt_been_set":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_dates_for_non_dated_collection_entries":0.003,"Tests\\Data\\Entries\\EntryTest::setting_date_on_non_dated_collection_throws_exception":0.002,"Tests\\Data\\Entries\\EntryTest::setting_date_on_entry_that_doesnt_have_a_collection_set_throws_exception":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_the_order_from_the_collections_structure":0.008,"Tests\\Data\\Entries\\EntryTest::it_gets_the_order_from_the_data_if_not_structured":0.006,"Tests\\Data\\Entries\\EntryTest::future_dated_entries_are_private_when_configured_in_the_collection":0.002,"Tests\\Data\\Entries\\EntryTest::past_dated_entries_are_private_when_configured_in_the_collection":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_published_state":0,"Tests\\Data\\Entries\\EntryTest::it_gets_the_blueprint_when_defined_on_itself":0.002,"Tests\\Data\\Entries\\EntryTest::it_can_set_a_blueprint_using_an_instance":0.006,"Tests\\Data\\Entries\\EntryTest::it_gets_the_blueprint_when_defined_in_a_value":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_the_blueprint_when_defined_in_an_origin_value":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_the_blueprint_when_defined_in_an_origin_property":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_the_default_collection_blueprint_when_undefined":0.001,"Tests\\Data\\Entries\\EntryTest::the_blueprint_is_blinked_when_getting_and_flushed_when_setting":0.002,"Tests\\Data\\Entries\\EntryTest::it_dispatches_an_event_when_getting_blueprint":0.001,"Tests\\Data\\Entries\\EntryTest::it_saves_through_the_api":0.001,"Tests\\Data\\Entries\\EntryTest::it_dispatches_entry_created_only_once":0.001,"Tests\\Data\\Entries\\EntryTest::it_saves_quietly":0.001,"Tests\\Data\\Entries\\EntryTest::when_saving_quietly_the_cached_entrys_withEvents_flag_will_be_set_back_to_true":0.009,"Tests\\Data\\Entries\\EntryTest::it_clears_blink_caches_when_saving":0.005,"Tests\\Data\\Entries\\EntryTest::it_performs_callbacks_after_saving_but_before_the_saved_event_and_only_once":0.003,"Tests\\Data\\Entries\\EntryTest::it_propagates_entry_if_configured":0.005,"Tests\\Data\\Entries\\EntryTest::it_propagates_entry_from_non_default_site_if_configured":0.005,"Tests\\Data\\Entries\\EntryTest::it_does_not_propagate_if_not_configured":0.004,"Tests\\Data\\Entries\\EntryTest::it_does_not_propagate_existing_entries":0.004,"Tests\\Data\\Entries\\EntryTest::if_creating_event_returns_false_the_entry_doesnt_save":0.002,"Tests\\Data\\Entries\\EntryTest::it_adds_propagated_entry_to_structure":0.017,"Tests\\Data\\Entries\\EntryTest::if_saving_event_returns_false_the_entry_doesnt_save":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_file_contents_for_saving":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_file_contents_for_saving_a_localized_entry":0.003,"Tests\\Data\\Entries\\EntryTest::the_default_blueprint_is_added_to_the_file_contents_when_one_hasnt_been_explicitly_defined":0.001,"Tests\\Data\\Entries\\EntryTest::the_explicit_blueprint_is_added_to_the_file_contents":0.001,"Tests\\Data\\Entries\\EntryTest::the_blueprint_is_not_added_to_the_localized_file_contents":0.002,"Tests\\Data\\Entries\\EntryTest::the_blueprint_is_added_to_the_localized_file_contents_if_explicitly_different_from_the_origin":0.007,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_template":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_an_inferred_template_from_blueprint":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_layout":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_the_last_modified_time":0.002,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_collection":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_and_sets_the_id":0.001,"Tests\\Data\\Entries\\EntryTest::it_deletes_through_the_api":0.007,"Tests\\Data\\Entries\\EntryTest::it_fires_a_deleting_event":0.004,"Tests\\Data\\Entries\\EntryTest::it_deletes_quietly":0.003,"Tests\\Data\\Entries\\EntryTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Data\\Entries\\EntryTest::it_prevents_deleting_if_there_are_descendants":0.005,"Tests\\Data\\Entries\\EntryTest::it_deletes_descendants":0.006,"Tests\\Data\\Entries\\EntryTest::it_deletes_descendants_quietly":0.005,"Tests\\Data\\Entries\\EntryTest::it_detaches_localizations":0.006,"Tests\\Data\\Entries\\EntryTest::it_gets_the_corresponding_page_from_the_collections_structure":0.004,"Tests\\Data\\Entries\\EntryTest::no_page_is_returned_when_the_collection_isnt_using_a_structure":0.001,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#antlers":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#mustache":0.005,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#antlers nested":0.009,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#mustache nested with colons":0.007,"Tests\\Data\\Entries\\EntryTest::it_gets_the_auto_generated_title#mustache nested with dots":0.007,"Tests\\Data\\Entries\\EntryTest::it_gets_preview_targets":0.018,"Tests\\Data\\Entries\\EntryTest::it_has_a_dirty_state":0.004,"Tests\\Data\\Entries\\EntryTest::it_syncs_original_at_the_right_time":0.004,"Tests\\Data\\Entries\\EntryTest::it_gets_all_descendants":0.008,"Tests\\Data\\Entries\\EntryTest::it_gets_direct_descendants":0.008,"Tests\\Data\\Entries\\EntryTest::it_gets_ancestors":0.007,"Tests\\Data\\Entries\\EntryTest::it_updates_the_origin_of_descendants_when_saving_an_entry_with_localizations":0.025,"Tests\\Data\\Entries\\EntryTest::initially_saved_entry_gets_put_into_events":0.014,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#date":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#time":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#time with seconds":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#no date":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#no date but slug with number":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#date with id suffix":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#time with id suffix":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#time with seconds and id suffix":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#no date with id suffix":0,"Tests\\Data\\Entries\\GetDateFromPathTest::it_gets_the_date_from_a_path#no date but slug with number with id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#date":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#time":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#time with seconds":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date but slug thats a number":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date but slug with number":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#date with id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#time with id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#time with seconds and id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date with id suffix":0,"Tests\\Data\\Entries\\GetSlugFromPathTest::it_gets_the_slug_from_a_path#no date but slug with number with id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#date":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#time":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#time with seconds":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#no date":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#no date but slug with number":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#date with id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#time with id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#time with seconds and id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#no date with id suffix":0,"Tests\\Data\\Entries\\GetSuffixFromPathTest::it_gets_the_suffix_from_a_path#no date but slug with number with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#date":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#time":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#no date":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#no date but slug with number":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#date with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#time with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#no date with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#no date but slug with number with id suffix":0,"Tests\\Data\\Entries\\RemoveSuffixFromPathTest::it_removes_the_suffix_from_a_path#date with id suffix but suffix is also in the date":0,"Tests\\Data\\ExistsAsFileTest::it_dumps_yaml_without_front_matter_when_the_file_extension_is_yaml":0,"Tests\\Data\\ExistsAsFileTest::it_dumps_yaml_with_front_matter_when_theres_content":0,"Tests\\Data\\ExistsAsFileTest::it_dumps_yaml_with_front_matter_when_content_is_missing":0,"Tests\\Data\\ExistsAsFileTest::it_dumps_yaml_without_front_matter_when_content_is_literally_null":0,"Tests\\Data\\Globals\\GlobalSetTest::it_gets_file_contents_for_saving_with_a_single_site":0.001,"Tests\\Data\\Globals\\GlobalSetTest::it_gets_file_contents_for_saving_with_multiple_sites":0.001,"Tests\\Data\\Globals\\GlobalSetTest::it_saves_through_the_api":0.002,"Tests\\Data\\Globals\\GlobalSetTest::saving_a_new_global_set_will_create_its_localizations":0.003,"Tests\\Data\\Globals\\GlobalSetTest::saving_an_existing_global_set_will_save_or_delete_its_localizations":0.004,"Tests\\Data\\Globals\\GlobalSetTest::it_dispatches_global_set_created_only_once":0.002,"Tests\\Data\\Globals\\GlobalSetTest::it_saves_quietly":0.002,"Tests\\Data\\Globals\\GlobalSetTest::if_creating_event_returns_false_the_global_set_doesnt_save":0.001,"Tests\\Data\\Globals\\GlobalSetTest::if_saving_event_returns_false_the_global_set_doesnt_save":0.001,"Tests\\Data\\Globals\\GlobalSetTest::it_updates_the_origin_of_descendants_when_saving_an_entry_with_localizations":0.01,"Tests\\Data\\Globals\\GlobalSetTest::it_gets_available_sites_from_localizations":0.003,"Tests\\Data\\Globals\\GlobalSetTest::it_cannot_view_global_sets_from_sites_that_the_user_is_not_authorized_to_see":0.006,"Tests\\Data\\Globals\\GlobalSetTest::it_fires_a_deleting_event":0.001,"Tests\\Data\\Globals\\GlobalSetTest::it_does_not_delete_when_a_deleting_event_returns_false":0,"Tests\\Data\\Globals\\GlobalSetTest::it_deletes_quietly":0.001,"Tests\\Data\\Globals\\VariablesTest::it_gets_file_contents_for_saving":0,"Tests\\Data\\Globals\\VariablesTest::it_gets_file_contents_for_saving_a_localized_set":0.001,"Tests\\Data\\Globals\\VariablesTest::if_the_value_is_explicitly_set_to_null_then_it_should_not_fall_back":0.001,"Tests\\Data\\Globals\\VariablesTest::it_sets_data_values_using_magic_properties":0,"Tests\\Data\\Globals\\VariablesTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Data\\Globals\\VariablesTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#statamic":0.001,"Tests\\Data\\Globals\\VariablesTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#database":0.001,"Tests\\Data\\Globals\\VariablesTest::it_has_magic_property_and_methods_for_fields_that_augment_to_query_builders#eloquent":0.001,"Tests\\Data\\Globals\\VariablesTest::calling_unknown_method_throws_exception":0.001,"Tests\\Data\\Globals\\VariablesTest::it_converts_to_an_array":0.001,"Tests\\Data\\Globals\\VariablesTest::only_requested_relationship_fields_are_included_in_to_array":0.001,"Tests\\Data\\HasAugmentedDataTest::it_makes_an_augmented_instance":0.001,"Tests\\Data\\HasAugmentedInstanceTest::it_makes_an_augmented_instance":0.001,"Tests\\Data\\HasAugmentedInstanceTest::instance_runs_through_hook":0,"Tests\\Data\\HasAugmentedInstanceTest::augmented_thing_can_define_the_default_array_keys":0,"Tests\\Data\\HasAugmentedInstanceTest::augmented_thing_can_define_the_default_relations":0,"Tests\\Data\\HasAugmentedInstanceTest::it_can_check_for_array_key_existence":0,"Tests\\Data\\StoresComputedFieldCallbacksTest::it_can_store_computed_callback":0,"Tests\\Data\\StoresScopedComputedFieldCallbacksTest::it_can_store_scoped_computed_callbacks":0,"Tests\\Data\\StoresScopedComputedFieldCallbacksTest::it_can_store_scoped_computed_callbacks_for_multiple_scopes":0,"Tests\\Data\\Structures\\AugmentedPageTest::it_gets_page_keys":0.006,"Tests\\Data\\Structures\\AugmentedPageTest::it_gets_entry_keys":0.001,"Tests\\Data\\Structures\\AugmentedPageTest::it_gets_values_from_the_page":0.001,"Tests\\Data\\Structures\\AugmentedPageTest::it_gets_values_from_the_entry":0.001,"Tests\\Data\\Structures\\BranchIdsTest::it_adds_ids_to_branches":0.002,"Tests\\Data\\Structures\\CollectionStructureTest::the_tree_root_cannot_have_children_when_expecting_root":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_evaluated_augmented_value_using_magic_property":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_and_sets_the_handle":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_the_collection":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_makes_a_tree":0,"Tests\\Data\\Structures\\CollectionStructureTest::the_title_comes_from_the_collection":0,"Tests\\Data\\Structures\\CollectionStructureTest::the_title_cannot_be_set":0,"Tests\\Data\\Structures\\CollectionStructureTest::trees_exist_based_on_whether_the_site_is_enabled_on_the_collection":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_sets_and_gets_the_associated_collection":0.001,"Tests\\Data\\Structures\\CollectionStructureTest::the_only_available_collection_is_itself":0,"Tests\\Data\\Structures\\CollectionStructureTest::collections_cannot_be_set":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_an_entry_uri":0.001,"Tests\\Data\\Structures\\CollectionStructureTest::the_entry_uri_is_null_if_the_collection_doesnt_have_a_route":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_the_route_from_the_collection":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_gets_the_route_from_the_collection_when_it_has_multiple":0.001,"Tests\\Data\\Structures\\CollectionStructureTest::entries_may_only_appear_in_the_tree_once":0,"Tests\\Data\\Structures\\CollectionStructureTest::the_tree_root_can_have_children_when_not_expecting_root":0.001,"Tests\\Data\\Structures\\CollectionStructureTest::only_entries_belonging_to_the_associated_collection_may_be_in_the_tree":0,"Tests\\Data\\Structures\\CollectionStructureTest::entries_not_explicitly_in_the_tree_should_be_appended_to_the_end_of_the_tree":0,"Tests\\Data\\Structures\\CollectionStructureTest::it_saves_through_the_collection":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_no_changes":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_additions":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_removals":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_moves":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_moves_within_a_branch":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_additions_and_removals":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::it_sees_multilevel_changes":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::movement_of_an_ancestor_does_not_cause_a_child_to_be_considered_moved":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::moving_a_top_level_item_to_the_start_while_expecting_a_root_will_consider_it_an_ancestry_change":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::moving_a_top_level_item_to_the_start_while_not_expecting_a_root_will_not_consider_it_an_ancestry_change":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::moving_a_nested_item_to_the_start_while_expecting_a_root_will_not_consider_it_an_ancestry_change":0,"Tests\\Data\\Structures\\CollectionTreeDiffTest::moving_a_nested_item_to_the_start_while_not_expecting_a_root_will_not_consider_it_an_ancestry_change":0,"Tests\\Data\\Structures\\CollectionTreeTest::it_can_get_and_set_the_handle":0,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_structure":0,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_path":0,"Tests\\Data\\Structures\\CollectionTreeTest::it_gets_the_path_when_using_multisite":0.001,"Tests\\Data\\Structures\\CollectionTreeTest::it_does_a_diff":0.001,"Tests\\Data\\Structures\\NavTest::the_tree_root_cannot_have_children_when_expecting_root":0,"Tests\\Data\\Structures\\NavTest::the_tree_root_can_have_children_when_not_expecting_root":0,"Tests\\Data\\Structures\\NavTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Data\\Structures\\NavTest::it_gets_and_sets_the_handle":0,"Tests\\Data\\Structures\\NavTest::it_makes_a_tree":0.001,"Tests\\Data\\Structures\\NavTest::trees_exist_if_they_exist_as_files":0.002,"Tests\\Data\\Structures\\NavTest::it_gets_and_sets_the_title":0,"Tests\\Data\\Structures\\NavTest::it_saves_the_nav_through_the_api":0.001,"Tests\\Data\\Structures\\NavTest::it_deletes_through_the_api":0.001,"Tests\\Data\\Structures\\NavTest::collections_can_be_get_and_set":0.002,"Tests\\Data\\Structures\\NavTest::it_has_cp_urls":0.001,"Tests\\Data\\Structures\\NavTest::it_has_no_route":0.001,"Tests\\Data\\Structures\\NavTest::it_gets_available_sites_from_trees":0.003,"Tests\\Data\\Structures\\NavTest::it_cannot_view_navs_from_sites_that_the_user_is_not_authorized_to_see":0.006,"Tests\\Data\\Structures\\NavTest::it_fires_a_deleting_event":0.008,"Tests\\Data\\Structures\\NavTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_can_get_and_set_the_handle":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_gets_the_structure":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_gets_the_path":0,"Tests\\Data\\Structures\\NavTreeTest::it_gets_the_path_when_using_multisite":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_can_ensure_ids_have_been_generated":0.003,"Tests\\Data\\Structures\\NavTreeTest::it_doesnt_save_tree_when_ensuring_ids_if_nothing_changed":0.008,"Tests\\Data\\Structures\\PageTest::it_gets_and_sets_the_entry":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_entry_dynamically_when_its_set_using_a_string":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_entry_dynamically_when_its_set_using_an_int":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_title":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_title_when_referencing_an_entry":0,"Tests\\Data\\Structures\\PageTest::it_gets_the_custom_title_when_referencing_an_entry":0,"Tests\\Data\\Structures\\PageTest::it_gets_and_sets_the_parent":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_and_sets_the_route":0.001,"Tests\\Data\\Structures\\PageTest::it_builds_a_uri_based_on_the_position_in_the_structure_when_the_structure_has_a_collection":0.003,"Tests\\Data\\Structures\\PageTest::it_builds_a_uri_and_strips_out_file_extensions_from_parent_uri#html":0.002,"Tests\\Data\\Structures\\PageTest::it_builds_a_uri_and_strips_out_file_extensions_from_parent_uri#htm":0.002,"Tests\\Data\\Structures\\PageTest::it_gets_the_entrys_uri_when_the_structure_does_not_have_a_collection":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_the_uri_of_a_redirect_entry":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_the_uri_of_a_hardcoded_relative_link":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_the_uri_of_a_hardcoded_absolute_link":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_the_uri_of_a_hardcoded_text_only_page":0,"Tests\\Data\\Structures\\PageTest::it_gets_child_pages":0.001,"Tests\\Data\\Structures\\PageTest::it_gets_flattened_pages":0,"Tests\\Data\\Structures\\PageTest::it_forwards_calls_to_the_entry":0,"Tests\\Data\\Structures\\PageTest::it_gets_values":0,"Tests\\Data\\Structures\\PageTest::it_gets_values_and_falls_back_to_values_from_the_entry":0.004,"Tests\\Data\\Structures\\PageTest::it_gets_evaluated_augmented_value_using_magic_property":0.012,"Tests\\Data\\Structures\\PageTest::it_is_arrayable":0.006,"Tests\\Data\\Structures\\PagesTest::it_gets_a_list_of_pages":0,"Tests\\Data\\Structures\\PagesTest::it_gets_flattened_pages":0,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_all_structures":0,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_a_nav_structure_by_handle":0,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_a_collection_structure_by_handle":0,"Tests\\Data\\Structures\\StructureRepositoryTest::it_gets_an_entry_by_uri":0,"Tests\\Data\\Structures\\TreeTest::it_gets_the_route_from_the_structure":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_edit_url":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_delete_url":0,"Tests\\Data\\Structures\\TreeTest::it_gets_the_show_url_from_the_structure":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_show_url_with_the_site_query_param_when_there_are_multiple_sites":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_parent":0.015,"Tests\\Data\\Structures\\TreeTest::it_gets_the_root":0,"Tests\\Data\\Structures\\TreeTest::a_tree_not_expecting_a_root_will_have_no_root":0.001,"Tests\\Data\\Structures\\TreeTest::a_tree_expecting_a_root_but_with_no_branches_has_no_root":0.001,"Tests\\Data\\Structures\\TreeTest::it_gets_the_child_pages_including_the_root":0.001,"Tests\\Data\\Structures\\TreeTest::it_find_a_page_by_id":0.001,"Tests\\Data\\Structures\\TreeTest::it_appends_an_entry":0.001,"Tests\\Data\\Structures\\TreeTest::it_appends_an_entry_to_another_page":0.001,"Tests\\Data\\Structures\\TreeTest::it_moves_an_entry_to_another_page":0.001,"Tests\\Data\\Structures\\TreeTest::it_doesnt_get_moved_if_its_already_in_the_target":0.001,"Tests\\Data\\Structures\\TreeTest::it_doesnt_get_moved_to_root_if_its_already_there_and_the_target_is_null":0.001,"Tests\\Data\\Structures\\TreeTest::it_can_move_the_root":0.001,"Tests\\Data\\Structures\\TreeTest::it_fixes_indexes_when_moving":0,"Tests\\Data\\Structures\\TreeTest::the_structure_validates_the_tree_when_getting_it_the_first_time":0.001,"Tests\\Data\\Structures\\TreeTest::it_cannot_move_into_root_if_structure_expects_root":0,"Tests\\Data\\Structures\\TreeTest::it_can_move_into_root_if_structure_does_not_expect_root":0.001,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_gets_terms":0.005,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_wheres":0.005,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_or_wheres":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_or_where_ins":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_or_where_not_ins":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_nested_wheres":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_nested_where_ins":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_using_nested_where_not_ins":0.012,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_by_taxonomy":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_sorts":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_where_column":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_filters_usage_in_collections":0.02,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_substitutes_terms_by_id":0.004,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_substitutes_terms_by_uri":0.004,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::it_substitutes_terms_by_uri_and_site":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_date":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_month":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_day":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_year":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::entries_are_found_using_where_time":0.007,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_where_json_contains":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_where_json_doesnt_contain":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_or_where_json_contains":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_or_where_json_doesnt_contain":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_where_json_length":0.006,"Tests\\Data\\Taxonomies\\TermQueryBuilderTest::terms_are_found_using_offset":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::the_taxonomy_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_taxonomy_url_if_the_view_exists":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::the_term_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_term_url_if_the_view_exists":0.005,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_localized_term_url_if_the_view_exists":0.006,"Tests\\Data\\Taxonomies\\ViewsTest::the_collection_specific_taxonomy_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_collection_specific_taxonomy_url_if_the_view_exists":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::the_collection_specific_term_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_collection_specific_term_url_if_the_view_exists":0.01,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_localized_collection_specific_taxonomy_url_if_the_view_exists":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_localized_collection_specific_term_url_if_the_view_exists":0.005,"Tests\\Data\\Taxonomies\\ViewsTest::the_unmounted_collection_specific_taxonomy_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_unmounted_collection_specific_taxonomy_url_if_the_view_exists":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::the_unmounted_collection_specific_term_url_404s_if_the_view_doesnt_exist":0.004,"Tests\\Data\\Taxonomies\\ViewsTest::it_loads_the_unmounted_collection_specific_term_url_if_the_view_exists":0.005,"Tests\\Data\\TracksLastModifiedTest::it_gets_last_updated_at_from_file":0.001,"Tests\\Data\\TracksLastModifiedTest::it_updates_and_gets_last_updated_with_user":0.004,"Tests\\Data\\TracksLastModifiedTest::it_updates_and_gets_last_updated_without_user":0.003,"Tests\\Data\\TracksLastModifiedTest::it_updates_and_changes_last_updated_by_user":0.005,"Tests\\Data\\TracksLastModifiedTest::it_updates_and_nulls_last_updated_by_user":0.004,"Tests\\Data\\TracksLastModifiedTest::it_can_touch_item_similar_to_eloquent":0.004,"Tests\\Data\\TracksLastModifiedTest::it_can_touch_item_with_user":0.003,"Tests\\Data\\TracksLastModifiedTest::it_will_not_update_when_config_disables_last_update_tracking":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where":0.003,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where_in":0.003,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where_not_in":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_nested_where":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_nested_where_in":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_with_json_value":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_column":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_when":0.003,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_unless":0.003,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_tap":0.002,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_group":0.004,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_group_in":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where_group":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_role":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_where_role_in":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::users_are_found_using_or_where_role":0.005,"Tests\\Data\\Users\\UserQueryBuilderTest::values_can_be_plucked":0.003,"Tests\\Events\\MacroTest::it_can_forget_a_listener_using_string_notation":0,"Tests\\Events\\MacroTest::it_can_forget_a_listener_using_array_notation":0,"Tests\\Events\\MacroTest::forgetting_a_listener_doesnt_affect_other_events_or_listeners":0,"Tests\\Events\\SubscriberTest::it_handles_dispatched_events":0,"Tests\\Events\\SubscriberTest::it_can_temporarily_disable_and_re_enable_subscriber_handled_listeners":0,"Tests\\Events\\SubscriberTest::it_can_temporarily_disable_listeners_on_code_run_within_a_callback":0,"Tests\\Events\\SubscriberTest::disabling_one_subscriber_does_not_affect_other_subscribers":0,"Statamic\\Testing\\Extend\\AddonTest::it_creates_an_instance_with_a_name":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_id":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_handle":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_slug":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_vendor_name":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_package_name":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_editions":0,"Statamic\\Testing\\Extend\\AddonTest::it_throws_exception_for_invalid_edition":0,"Statamic\\Testing\\Extend\\AddonTest::it_creates_an_instance_from_a_package":0.001,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_a_file_exists":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_file_contents":0,"Statamic\\Testing\\Extend\\AddonTest::it_writes_file_contents":0,"Statamic\\Testing\\Extend\\AddonTest::it_doesnt_allow_getting_files_if_no_provider_is_set":0,"Statamic\\Testing\\Extend\\AddonTest::it_doesnt_allow_checking_for_files_if_no_provider_is_set":0,"Statamic\\Testing\\Extend\\AddonTest::it_doesnt_allow_writing_files_if_no_provider_is_set":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_name_from_id_if_it_wasnt_specified":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_commercial":0,"Statamic\\Testing\\Extend\\AddonTest::it_gets_the_license":0.001,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#0":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#1":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#2":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#3":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#4":0,"Statamic\\Testing\\Extend\\AddonTest::it_checks_if_its_the_latest_version#5":0,"Tests\\Facades\\ConfigTest::gets_config_var":0,"Tests\\Facades\\ConfigTest::gets_scoped_var":0,"Tests\\Facades\\ConfigTest::sets_var":0,"Tests\\Facades\\ConfigTest::gets_all_variables":0,"Tests\\Facades\\ConfigTest::gets_app_key":0,"Tests\\Facades\\ConfigTest::gets_license_key":0,"Tests\\Facades\\ConfigTest::gets_site":0,"Tests\\Facades\\ConfigTest::gets_full_locale":0,"Tests\\Facades\\ConfigTest::gets_short_locale":0,"Tests\\Facades\\ConfigTest::gets_locale_name":0.001,"Tests\\Facades\\ConfigTest::gets_locale_handles":0,"Tests\\Facades\\ConfigTest::gets_default_locale":0,"Tests\\Facades\\ConfigTest::gets_other_locale_handles":0,"Tests\\Facades\\ConfigTest::gets_site_url":0.001,"Tests\\Facades\\ParseTest::it_parses_front_matter":0,"Tests\\Facades\\ParseTest::it_parses_front_matter_with_crlf":0,"Tests\\Facades\\ParseTest::it_parses_front_matter_when_theres_no_fence":0,"Tests\\Facades\\PathTest::makes_paths_relative":0,"Tests\\Facades\\PathTest::it_gets_the_extension#with extension":0,"Tests\\Facades\\PathTest::it_gets_the_extension#without extension":0,"Tests\\Facades\\PathTest::it_gets_the_extension#url with query string":0,"Tests\\Facades\\PathTest::it_gets_the_extension#instagram url":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#foo":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#%foo":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#foo%":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#%foo%":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#_foo":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#foo_":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#_foo_":0,"Tests\\Facades\\PatternTest::it_escapes_sql_like_syntax#f_o":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%world":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%world%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#_oo":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#o_":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo_bar":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo__bar":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#fo__bar":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#foo\\_bar":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#20\\%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#20\\%%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%3.14%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%[4%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#\/":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%\/":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#\/%":0,"Tests\\Facades\\PatternTest::it_converts_sql_like_syntax_to_regex#%\/%":0,"Tests\\Facades\\UrlTest::testPrependsSiteUrl":0,"Tests\\Facades\\UrlTest::testPrependsSiteUrlWithController":0,"Tests\\Facades\\UrlTest::testPrependsSiteUrlWithoutController":0,"Tests\\Facades\\UrlTest::testDeterminesExternalUrl":0,"Tests\\Facades\\UrlTest::testDeterminesExternalUrlWhenUsingRelativeInConfig":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory to directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to nested directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage to nested directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to directory with similar name":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory with trailing slash to directory with similar name":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to directory with similar name with trailing slash ":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory to directory with trailing slashes":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory to nested directory with trailing slashes":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage to nested directory with trailing slashes":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory with trailing slashes to directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory with trailing slashes to nested directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage with query string to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory with query string to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory with query string to homepage":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#nested directory with query string to directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#directory with query string to nested directory":0,"Tests\\Facades\\UrlTest::it_checks_whether_a_url_is_an_ancestor_of_another#homepage with query string to nested directory":0,"Tests\\Facades\\UrlTest::gets_site_url":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#0":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#1":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#2":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#3":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#4":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#5":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#6":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#7":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#8":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#9":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#10":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#11":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#12":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#13":0,"Tests\\Facades\\UrlTest::it_makes_urls_absolute#14":0,"Tests\\Facades\\UrlTest::makes_urls_relative#0":0,"Tests\\Facades\\UrlTest::makes_urls_relative#1":0,"Tests\\Facades\\UrlTest::makes_urls_relative#2":0,"Tests\\Facades\\UrlTest::makes_urls_relative#3":0,"Tests\\Facades\\UrlTest::makes_urls_relative#4":0,"Tests\\Facades\\UrlTest::makes_urls_relative#5":0,"Tests\\Facades\\UrlTest::makes_urls_relative#6":0,"Tests\\Facades\\UrlTest::makes_urls_relative#7":0,"Tests\\Facades\\UrlTest::makes_urls_relative#8":0,"Tests\\Facades\\UrlTest::makes_urls_relative#9":0,"Tests\\Facades\\UrlTest::makes_urls_relative#10":0,"Tests\\Facades\\UrlTest::makes_urls_relative#11":0,"Tests\\Facades\\UrlTest::makes_urls_relative#12":0,"Tests\\Facades\\UrlTest::makes_urls_relative#13":0,"Tests\\Facades\\UrlTest::makes_urls_relative#14":0,"Tests\\Facades\\UrlTest::makes_urls_relative#15":0,"Tests\\Facades\\UrlTest::makes_urls_relative#16":0,"Tests\\Facades\\UrlTest::makes_urls_relative#17":0,"Tests\\Facades\\UrlTest::makes_urls_relative#18":0,"Tests\\Facades\\UrlTest::makes_urls_relative#19":0,"Tests\\Facades\\UrlTest::makes_urls_relative#20":0,"Tests\\Facades\\UrlTest::makes_urls_relative#21":0,"Tests\\Facades\\UrlTest::makes_urls_relative#22":0,"Tests\\Facades\\UrlTest::makes_urls_relative#23":0,"Tests\\Facades\\UrlTest::makes_urls_relative#24":0,"Tests\\Facades\\UrlTest::makes_urls_relative#25":0,"Tests\\Facades\\UrlTest::makes_urls_relative#26":0,"Tests\\Facades\\UrlTest::makes_urls_relative#27":0,"Tests\\Facades\\UrlTest::makes_urls_relative#28":0,"Tests\\Facades\\UrlTest::makes_urls_relative#29":0,"Tests\\Facades\\UrlTest::makes_urls_relative#30":0,"Tests\\Facades\\UrlTest::makes_urls_relative#31":0,"Tests\\Facades\\UrlTest::makes_urls_relative#32":0,"Tests\\Facades\\UrlTest::makes_urls_relative#33":0,"Tests\\Facades\\UrlTest::makes_urls_relative#34":0,"Tests\\Facades\\UrlTest::makes_urls_relative#35":0,"Tests\\Facades\\UrlTest::makes_urls_relative#36":0,"Tests\\Facades\\UrlTest::makes_urls_relative#37":0,"Tests\\Facades\\UrlTest::makes_urls_relative#38":0,"Tests\\Facades\\UrlTest::makes_urls_relative#39":0,"Tests\\Facades\\UrlTest::makes_urls_relative#40":0,"Tests\\Facades\\UrlTest::makes_urls_relative#41":0,"Tests\\Facades\\UrlTest::makes_urls_relative#42":0,"Tests\\Facades\\UrlTest::makes_urls_relative#43":0,"Tests\\Facades\\UrlTest::it_can_remove_query_and_fragment":0,"Tests\\Feature\\AssetContainers\\EditAssetContainerTest::it_shows_the_form":0.045,"Tests\\Feature\\AssetContainers\\EditAssetContainerTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\AssetContainers\\ListAssetContainersTest::it_lists_containers_you_have_access_to_when_requested_as_json":0.008,"Tests\\Feature\\AssetContainers\\ListAssetContainersTest::it_loads_a_view_when_requested_normally":0.029,"Tests\\Feature\\AssetContainers\\UpdateAssetContainerTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\AssetContainers\\UpdateAssetContainerTest::it_updates_a_container":0.01,"Tests\\Feature\\AssetContainers\\UpdateAssetContainerTest::it_fails_validation_without_required_fields":0.01,"Tests\\Feature\\Assets\\AssetIndexTest::it_redirects_to_the_first_authorized_containers_browse_url":0.008,"Tests\\Feature\\Assets\\AssetIndexTest::it_shows_the_empty_state_if_there_are_no_containers_and_you_have_permission_to_create":0.03,"Tests\\Feature\\Assets\\AssetIndexTest::it_denies_access_if_there_are_no_containers_and_you_dont_have_permission_to_create":0.012,"Tests\\Feature\\Assets\\BrowserTest::it_redirects_to_the_first_container_from_the_index":0.008,"Tests\\Feature\\Assets\\BrowserTest::it_redirects_to_the_first_authorized_container_from_the_index":0.007,"Tests\\Feature\\Assets\\BrowserTest::no_authorized_containers_results_in_a_403_from_the_index":0.007,"Tests\\Feature\\Assets\\BrowserTest::no_containers_at_all_results_in_a_403_from_the_index":0.011,"Tests\\Feature\\Assets\\BrowserTest::no_containers_but_permission_to_create_redirects_to_the_index":0.006,"Tests\\Feature\\Assets\\BrowserTest::it_denies_access":0.007,"Tests\\Feature\\Assets\\BrowserTest::it_shows_the_page":0.029,"Tests\\Feature\\Assets\\BrowserTest::it_lists_assets_in_the_root_folder":0.024,"Tests\\Feature\\Assets\\BrowserTest::it_lists_assets_in_a_subfolder":0.034,"Tests\\Feature\\Assets\\BrowserTest::it_denies_access_to_the_root_folder_without_permission":0.009,"Tests\\Feature\\Assets\\BrowserTest::it_denies_access_to_a_subfolder_without_permission":0.009,"Tests\\Feature\\Assets\\BrowserTest::it_404s_when_requesting_a_folder_in_a_container_that_doesnt_exist":0.025,"Tests\\Feature\\Assets\\BrowserTest::it_searches_for_assets":0.028,"Tests\\Feature\\Assets\\BrowserTest::it_shows_an_assets_edit_page":0.037,"Tests\\Feature\\Assets\\BrowserTest::it_404s_when_the_asset_doesnt_exist":0.007,"Tests\\Feature\\Assets\\BrowserTest::it_denies_access_without_permission_to_view_asset":0.009,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_subscribes":0.001,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_deleting":0.001,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_reuploading":0,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_focus_is_added":0.001,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_focus_changes":0,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_doesnt_clear_focus_stays_the_same":0,"Tests\\Feature\\Assets\\ClearAssetGlideCacheTest::it_clears_when_focus_is_removed":0,"Tests\\Feature\\Assets\\ReuploadAssetTest::it_replaces_the_file_when_reuploading":0.002,"Tests\\Feature\\Assets\\ReuploadAssetTest::validation_fails_when_attempting_to_replace_with_a_different_file_extension":0.001,"Tests\\Feature\\Assets\\ReuploadAssetTest::glide_cache_is_cleared_and_presets_are_regenerated_when_reuploading":0.002,"Tests\\Feature\\Assets\\StoreAssetTest::it_uploads_an_asset":0.027,"Tests\\Feature\\Assets\\StoreAssetTest::it_denied_access_without_permission":0.009,"Tests\\Feature\\Assets\\StoreAssetTest::it_denies_access_if_uploads_are_disabled":0.007,"Tests\\Feature\\Assets\\StoreAssetTest::it_doesnt_upload_without_a_container":0.007,"Tests\\Feature\\Assets\\StoreAssetTest::it_doesnt_upload_without_a_folder":0.007,"Tests\\Feature\\Blueprints\\EditCustomBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Blueprints\\EditCustomBlueprintTest::it_lets_you_edit_a_custom_namespace_blueprint":0.03,"Tests\\Feature\\Blueprints\\StoreCustomBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Blueprints\\StoreCustomBlueprintTest::it_lets_you_update_a_custom_namespace_blueprint":0.015,"Tests\\Feature\\Blueprints\\ViewBlueprintListingTest::it_shows_a_list_of_blueprints":0.04,"Tests\\Feature\\Blueprints\\ViewBlueprintListingTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Blueprints\\ViewBlueprintListingTest::it_lets_you_edit_a_custom_namespace_blueprint":0.03,"Tests\\Feature\\Collections\\Blueprints\\CreateBlueprintTest::it_shows_the_form":0.036,"Tests\\Feature\\Collections\\Blueprints\\CreateBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\Blueprints\\EditBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\Blueprints\\EditBlueprintTest::it_provides_the_blueprint":0.03,"Tests\\Feature\\Collections\\Blueprints\\StoreBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\Blueprints\\StoreBlueprintTest::blueprint_gets_created":0.013,"Tests\\Feature\\Collections\\Blueprints\\StoreBlueprintTest::when_creating_the_first_blueprint_the_default_one_is_also_created":0.007,"Tests\\Feature\\Collections\\Blueprints\\StoreBlueprintTest::title_is_required":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::blueprint_gets_saved":0.009,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::title_is_required":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::tabs_are_required":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::tabs_must_be_an_array":0.007,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::width_of_100_gets_stripped_out_for_inline_fields_but_left_in_for_reference_fields_with_config_overrides":0.008,"Tests\\Feature\\Collections\\Blueprints\\UpdateBlueprintTest::localizable_of_false_gets_stripped_out_for_inline_fields_but_left_in_for_reference_fields_with_config_overrides":0.008,"Tests\\Feature\\Collections\\Blueprints\\ViewBlueprintListingTest::it_shows_a_list_of_blueprints":0.03,"Tests\\Feature\\Collections\\Blueprints\\ViewBlueprintListingTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\CreateCollectionTest::it_shows_the_create_page_if_you_have_permission":0.027,"Tests\\Feature\\Collections\\CreateCollectionTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_deletes_the_collection":0.007,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_deletes_the_collection_with_localized_entries":0.012,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_deletes_tree_files":0.015,"Tests\\Feature\\Collections\\DeleteCollectionTest::it_deletes_tree_files_in_a_multisite":0.024,"Tests\\Feature\\Collections\\EditCollectionTest::it_shows_the_edit_page_if_you_have_permission":0.039,"Tests\\Feature\\Collections\\EditCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\ShowRegularCollectionTest::it_shows_the_empty_entry_listing_page_if_you_have_permission_and_there_are_no_entries":0.03,"Tests\\Feature\\Collections\\ShowRegularCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\ShowRegularCollectionTest::it_shows_the_entry_listing_page_if_you_have_permission":0.037,"Tests\\Feature\\Collections\\ShowStructuredCollectionTest::it_shows_the_empty_entry_listing_page_if_you_have_permission_and_there_are_no_entries":0.033,"Tests\\Feature\\Collections\\ShowStructuredCollectionTest::it_denies_access_if_you_dont_have_permission":0.013,"Tests\\Feature\\Collections\\ShowStructuredCollectionTest::it_shows_the_structure_tree_if_you_have_permission":0.035,"Tests\\Feature\\Collections\\StoreCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\StoreCollectionTest::it_stores_a_collection":0.007,"Tests\\Feature\\Collections\\StoreCollectionTest::title_is_required":0.006,"Tests\\Feature\\Collections\\StoreCollectionTest::handle_must_be_alpha_dash":0.006,"Tests\\Feature\\Collections\\StoreCollectionTest::handle_is_a_slugified_title_if_not_provided":0.007,"Tests\\Feature\\Collections\\UpdateCollectionTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Collections\\UpdateCollectionTest::it_updates_a_collection":0.012,"Tests\\Feature\\Collections\\UpdateCollectionTest::setting_links_to_true_will_create_a_blueprint_if_it_doesnt_already_exist":0.012,"Tests\\Feature\\Collections\\UpdateCollectionTest::setting_links_to_true_will_do_nothing_if_an_existing_link_blueprint_already_exists":0.011,"Tests\\Feature\\Collections\\UpdateCollectionTest::setting_links_to_false_will_delete_the_blueprint_if_exists":0.018,"Tests\\Feature\\Collections\\UpdateCollectionTest::settings_links_to_true_will_also_create_the_default_blueprint_if_none_exist":0.011,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#arbitrary handle":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#handle of collection":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#handle ending with collection":0.026,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#handle starting with collection":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_the_tree#handle with collection inside":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_doesnt_update_the_tree_if_theres_a_duplicate_uri_when_expecting_root":0.018,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_doesnt_update_the_tree_if_theres_a_duplicate_uri_when_not_expecting_root":0.017,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_deletes_entries_scheduled_for_deletion":0.02,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_doesnt_delete_entries_if_theres_a_duplicate_uri_validation_error":0.015,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_denies_access_if_you_dont_have_permission_to_reorder":0.007,"Tests\\Feature\\Collections\\UpdateCollectionTreeTest::it_updates_a_specific_sites_tree":0,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_shows_a_list_of_collections":0.032,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_shows_no_results_when_there_are_no_collections":0.034,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_filters_out_collections_the_user_cannot_access":0.029,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_doesnt_filter_out_collections_if_they_have_permission_to_configure":0.029,"Tests\\Feature\\Collections\\ViewCollectionListingTest::it_denies_access_when_there_are_no_permitted_collections":0.007,"Tests\\Feature\\Collections\\ViewCollectionListingTest::create_collection_button_is_visible_with_permission_to_configure":0.027,"Tests\\Feature\\Collections\\ViewCollectionListingTest::create_collection_button_is_not_visible_without_permission_to_configure":0.029,"Tests\\Feature\\Entries\\DeleteEntryTest::it_deletes_entries":0.013,"Tests\\Feature\\Entries\\DeleteEntryTest::entries_get_removed_from_the_structure_tree_and_child_pages_are_moved_to_the_parent":0.023,"Tests\\Feature\\Entries\\DeleteEntryTest::entries_get_removed_from_the_structure_and_child_pages_are_moved_to_the_parent_and_maintain_order":0.001,"Tests\\Feature\\Entries\\EditEntryTest::it_denies_access_if_you_dont_have_permission":0.001,"Tests\\Feature\\Entries\\EditEntryTest::it_shows_the_entry_form":0,"Tests\\Feature\\Entries\\EditEntryTest::it_overrides_values_from_the_working_copy":0,"Tests\\Feature\\Entries\\EditEntryTest::it_marks_as_read_only_if_you_only_have_view_permission":0.001,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_publishes_an_entry":0.014,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_unpublishes_an_entry":0.013,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_creates_a_revision":0.012,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_restores_a_published_entrys_working_copy_to_another_revision":0.013,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_restores_an_unpublished_entrys_contents_to_another_revision":0.013,"Tests\\Feature\\Entries\\GetByTaxonomyTermsTest::it_gets_entries_by_a_single_taxonomy_term":0.009,"Tests\\Feature\\Entries\\GetByTaxonomyTermsTest::it_gets_entries_in_multiple_taxonomy_terms":0.013,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_localizes_an_entry":0.029,"Tests\\Feature\\Entries\\LocalizeEntryTest::site_is_required":0.017,"Tests\\Feature\\Entries\\LocalizeEntryTest::cant_localize_entry_without_edit_permissions":0.016,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_adds_an_entry_to_the_structure_tree_if_its_nested":0.034,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_adds_an_entry_to_the_end_of_the_structure_tree_if_the_parent_is_the_root":0.033,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_adds_an_entry_to_the_end_of_the_structure_tree_if_the_parent_doesnt_exist_in_that_site":0.031,"Tests\\Feature\\Entries\\LocalizeEntryTest::it_localizes_an_entry_with_revisions":0.028,"Tests\\Feature\\Entries\\MountingTest::updating_a_mounted_page_will_update_the_uris_for_each_entry_in_that_collection":0.023,"Tests\\Feature\\Entries\\MountingTest::updating_a_mounted_page_will_not_update_the_uris_when_slug_is_clean":0.023,"Tests\\Feature\\Entries\\PreviewEntryTest::it_creates_a_token_with_entry_for_creation":0.011,"Tests\\Feature\\Entries\\PreviewEntryTest::it_creates_a_token_with_entry_for_editing":0.011,"Tests\\Feature\\Entries\\PreviewEntryTest::it_updates_existing_token_with_entry_for_editing":0.011,"Tests\\Feature\\Entries\\PreviewEntryTest::it_sets_live_preview_to_true_if_theres_no_additional_data":0.01,"Tests\\Feature\\Entries\\ReorderEntriesTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Entries\\ReorderEntriesTest::it_denies_access_if_the_collection_is_not_orderable":0.006,"Tests\\Feature\\Entries\\ReorderEntriesTest::it_reorders_entries":0.018,"Tests\\Feature\\Entries\\ReorderEntriesTest::it_reorders_paginated_entries":0.016,"Tests\\Feature\\Entries\\StoreEntryTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Entries\\StoreEntryTest::entry_gets_created":0.011,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_if_slug_is_in_blueprint":0.011,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_if_slug_is_in_blueprint_and_use_entry_language#English":0.017,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_if_slug_is_in_blueprint_and_use_entry_language#Danish":0.012,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_be_null_if_slug_is_not_in_the_blueprint":0.01,"Tests\\Feature\\Entries\\StoreEntryTest::slug_is_not_required_and_will_get_created_from_auto_generated_title_when_using_title_format":0.011,"Tests\\Feature\\Entries\\StoreEntryTest::submitted_slug_is_favored_over_auto_generated_title_when_using_title_format":0.011,"Tests\\Feature\\Entries\\StoreEntryTest::slug_and_auto_title_get_generated_after_save":0.012,"Tests\\Feature\\Entries\\StoreEntryTest::it_can_validate_against_published_value":0.015,"Tests\\Feature\\Entries\\SubstitutesEntryForLivePreviewTest::it_substitutes":0.005,"Tests\\Feature\\Entries\\SubstitutesEntryForLivePreviewTest::it_doesnt_substitute":0.004,"Tests\\Feature\\Entries\\UpdateEntryTest::it_denies_access_if_you_dont_have_edit_permission":0.009,"Tests\\Feature\\Entries\\UpdateEntryTest::it_denies_access_if_you_dont_have_site_permission":0.016,"Tests\\Feature\\Entries\\UpdateEntryTest::entry_gets_updated":0.012,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_if_slug_is_in_the_blueprint_and_the_submitted_slug_was_empty":0.012,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_and_correct_language_if_slug_is_in_the_blueprint_and_the_submitted_slug_was_empty#English":0.019,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_get_created_from_the_submitted_title_and_correct_language_if_slug_is_in_the_blueprint_and_the_submitted_slug_was_empty#Danish":0.012,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_be_null_if_slug_is_not_in_the_blueprint":0.011,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_is_not_required_and_will_get_created_from_auto_generated_title_when_using_title_format":0.014,"Tests\\Feature\\Entries\\UpdateEntryTest::submitted_slug_is_favored_over_auto_generated_title_when_using_title_format":0.013,"Tests\\Feature\\Entries\\UpdateEntryTest::slug_and_auto_title_get_generated_after_save":0.013,"Tests\\Feature\\Entries\\UpdateEntryTest::auto_title_only_gets_saved_on_localization_when_different_from_origin":0.028,"Tests\\Feature\\Entries\\UpdateEntryTest::it_can_validate_against_published_value":0.01,"Tests\\Feature\\Entries\\UpdateEntryTest::published_entry_gets_saved_to_working_copy":0,"Tests\\Feature\\Entries\\UpdateEntryTest::draft_entry_gets_saved_to_content":0,"Tests\\Feature\\Entries\\UpdateEntryTest::validation_error_returns_back":0.001,"Tests\\Feature\\Entries\\UpdateEntryTest::user_without_permission_to_manage_publish_state_cannot_change_publish_status":0.001,"Tests\\Feature\\Entries\\UpdateEntryTest::validates_max_depth":0.017,"Tests\\Feature\\Entries\\UpdateEntryTest::does_not_validate_max_depth_when_collection_max_depth_is_null":0.02,"Tests\\Feature\\Entries\\ViewEntryListingTest::it_shows_entries_index":0.016,"Tests\\Feature\\Entries\\ViewEntryListingTest::it_shows_only_entries_in_index_for_sites_user_can_access":0.021,"Tests\\Feature\\Fieldsets\\CreateFieldsetTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Fieldsets\\EditFieldsetTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Fieldsets\\EditFieldsetTest::it_provides_the_fieldset":0.029,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::fieldset_gets_created":0.007,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::title_is_required":0.007,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::handle_is_required":0.007,"Tests\\Feature\\Fieldsets\\StoreFieldsetTest::handle_must_be_alpha_dash":0.006,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::fieldset_gets_saved":0.008,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::title_is_required":0.007,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::fields_are_required":0.006,"Tests\\Feature\\Fieldsets\\UpdateFieldsetTest::fields_must_be_an_array":0.007,"Tests\\Feature\\Fieldsets\\ViewFieldsetListingTest::it_shows_a_list_of_fieldsets":0.03,"Tests\\Feature\\Fieldsets\\ViewFieldsetListingTest::it_denies_access_if_you_dont_have_permission":0.012,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#no container":0.008,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#container with no preset":0.007,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#container with preset":0.009,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#non-image with container":0.014,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#non-image with container with no preset":0.008,"Tests\\Feature\\Fieldtypes\\FilesTest::it_uploads_a_file#non-image with container with preset":0.007,"Tests\\Feature\\Forms\\CreateFormTest::it_shows_the_create_page_if_you_have_permission":0.029,"Tests\\Feature\\Forms\\CreateFormTest::it_denies_access_if_you_dont_have_permission":0.013,"Tests\\Feature\\Forms\\DeleteFormTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Forms\\DeleteFormTest::it_deletes_the_form":0.007,"Tests\\Feature\\Forms\\EditFormTest::it_shows_the_edit_page_if_you_have_permission":0.035,"Tests\\Feature\\Forms\\EditFormTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Forms\\StoreFormTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Forms\\StoreFormTest::it_stores_a_form":0.008,"Tests\\Feature\\Forms\\StoreFormTest::title_is_required":0.007,"Tests\\Feature\\Forms\\StoreFormTest::handle_must_be_alpha_dash":0.007,"Tests\\Feature\\Forms\\StoreFormTest::handle_is_a_slugified_title_if_not_provided":0.007,"Tests\\Feature\\Forms\\UpdateFormTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Forms\\UpdateFormTest::it_updates_a_form":0.009,"Tests\\Feature\\Forms\\UpdateFormTest::it_updates_emails":0.018,"Tests\\Feature\\GlobalSearch\\GlobalSearchTest::it_performs_a_global_search":0.016,"Tests\\Feature\\Globals\\ConfigureGlobalsTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Globals\\ConfigureGlobalsTest::it_shows_the_form":0.037,"Tests\\Feature\\Globals\\EditGlobalVariablesTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Globals\\EditGlobalVariablesTest::it_shows_the_form":0.031,"Tests\\Feature\\Globals\\UpdateGlobalVariablesTest::it_denies_access_if_you_dont_have_edit_permission":0.007,"Tests\\Feature\\Globals\\UpdateGlobalVariablesTest::it_denies_access_if_you_dont_have_site_permission":0.014,"Tests\\Feature\\Globals\\UpdateGlobalVariablesTest::global_variables_get_updated":0.009,"Tests\\Feature\\Globals\\ViewGlobalsListingTest::it_lists_globals":0.03,"Tests\\Feature\\Globals\\ViewGlobalsListingTest::it_uses_the_configure_url_if_it_doesnt_exist_in_the_selected_site_but_you_have_permission":0.032,"Tests\\Feature\\Globals\\ViewGlobalsListingTest::it_filters_out_globals_if_it_doesnt_exist_in_the_selected_site_and_you_dont_have_permission_to_configure":0.037,"Tests\\Feature\\Globals\\ViewGlobalsListingTest::it_filters_out_globals_in_sites_you_dont_have_permission_to_access":0.03,"Tests\\Feature\\GraphQL\\AssetContainerTest::query_only_works_if_enabled":0.035,"Tests\\Feature\\GraphQL\\AssetContainerTest::it_queries_an_asset_container_by_handle":0.011,"Tests\\Feature\\GraphQL\\AssetContainerTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\GraphQL\\AssetContainersTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\AssetContainersTest::it_queries_asset_containers":0.003,"Tests\\Feature\\GraphQL\\AssetContainersTest::it_queries_only_allowed_sub_resources":0.003,"Tests\\Feature\\GraphQL\\AssetTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\AssetTest::it_cannot_query_against_non_allowed_sub_resource_with_container_arg":0.012,"Tests\\Feature\\GraphQL\\AssetTest::it_cannot_query_against_non_allowed_sub_resource_with_id_arg":0.006,"Tests\\Feature\\GraphQL\\AssetTest::it_queries_an_asset_by_id":0.01,"Tests\\Feature\\GraphQL\\AssetTest::it_queries_an_asset_by_container_and_path":0.005,"Tests\\Feature\\GraphQL\\AssetTest::it_can_add_custom_fields_to_interface":0.006,"Tests\\Feature\\GraphQL\\AssetTest::it_can_add_custom_fields_to_an_implementation":0.005,"Tests\\Feature\\GraphQL\\AssetTest::adding_custom_field_to_an_implementation_does_not_add_it_to_the_interface":0.005,"Tests\\Feature\\GraphQL\\AssetTest::it_resolves_query_builders":0.011,"Tests\\Feature\\GraphQL\\AssetsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\AssetsTest::it_queries_assets":0.014,"Tests\\Feature\\GraphQL\\AssetsTest::it_cannot_query_against_non_allowed_sub_resource":0.004,"Tests\\Feature\\GraphQL\\AssetsTest::it_paginates_assets":0.006,"Tests\\Feature\\GraphQL\\AssetsTest::it_queries_blueprint_specific_fields":0.006,"Tests\\Feature\\GraphQL\\AssetsTest::it_cannot_filter_assets_by_default":0.005,"Tests\\Feature\\GraphQL\\AssetsTest::it_can_filter_assets_when_configuration_allows_for_it":0.005,"Tests\\Feature\\GraphQL\\AssetsTest::it_filters_assets_with_equalto_shorthand":0.006,"Tests\\Feature\\GraphQL\\AssetsTest::it_filters_assets_with_multiple_conditions_of_the_same_type":0.007,"Tests\\Feature\\GraphQL\\AssetsTest::it_sorts_assets":0.006,"Tests\\Feature\\GraphQL\\AssetsTest::it_sorts_assets_descending":0.007,"Tests\\Feature\\GraphQL\\AssetsTest::it_sorts_assets_on_multiple_fields":0.008,"Tests\\Feature\\GraphQL\\CollectionTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\CollectionTest::it_queries_a_collection_by_handle":0.004,"Tests\\Feature\\GraphQL\\CollectionTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\GraphQL\\CollectionTest::it_queries_the_structure_and_its_tree":0.019,"Tests\\Feature\\GraphQL\\CollectionTest::it_can_add_custom_fields":0.003,"Tests\\Feature\\GraphQL\\CollectionsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\CollectionsTest::it_queries_collections":0.003,"Tests\\Feature\\GraphQL\\CollectionsTest::it_queries_only_allowed_sub_resources":0.003,"Tests\\Feature\\GraphQL\\CustomMiddlewareTest::custom_middleware_does_not_yet_exist":0.008,"Tests\\Feature\\GraphQL\\CustomMiddlewareTest::a_custom_middleware_can_be_added_to_the_default_schema":0.002,"Tests\\Feature\\GraphQL\\CustomMiddlewareTest::a_custom_middleware_can_be_added_to_the_default_schema_through_config":0.002,"Tests\\Feature\\GraphQL\\CustomQueryTest::custom_query_does_not_yet_exist":0.002,"Tests\\Feature\\GraphQL\\CustomQueryTest::a_custom_query_can_be_added_to_the_default_schema":0.002,"Tests\\Feature\\GraphQL\\CustomQueryTest::a_custom_query_can_be_added_to_the_default_schema_through_config":0.002,"Tests\\Feature\\GraphQL\\DisablesRoutesTest::it_disables_routes":0.003,"Tests\\Feature\\GraphQL\\EntriesTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_all_entries":0.018,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_all_entries_in_a_specific_site":0.027,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_only_entries_on_allowed_sub_resources":0.017,"Tests\\Feature\\GraphQL\\EntriesTest::it_cannot_query_against_non_allowed_sub_resource":0.016,"Tests\\Feature\\GraphQL\\EntriesTest::it_paginates_entries":0.02,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_entries_from_a_single_collection":0.024,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_entries_from_multiple_collections":0.018,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_entries_from_multiple_collections_using_variables":0.02,"Tests\\Feature\\GraphQL\\EntriesTest::it_queries_blueprint_specific_fields":0.018,"Tests\\Feature\\GraphQL\\EntriesTest::it_cannot_filter_entries_by_default":0.016,"Tests\\Feature\\GraphQL\\EntriesTest::it_can_filter_collection_entries_when_configuration_allows_for_it":0.022,"Tests\\Feature\\GraphQL\\EntriesTest::it_can_filter_all_entries_when_configuration_allows_for_it":0.023,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_entries_with_multiple_conditions":0.029,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_entries_with_multiple_conditions_of_the_same_type":0.023,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_entries_with_equalto_shorthand":0.018,"Tests\\Feature\\GraphQL\\EntriesTest::it_sorts_entries":0.019,"Tests\\Feature\\GraphQL\\EntriesTest::it_sorts_entries_descending":0.026,"Tests\\Feature\\GraphQL\\EntriesTest::it_sorts_entries_on_multiple_fields":0.01,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_out_drafts_by_default":0.027,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_out_future_entries_from_future_private_collection":0.01,"Tests\\Feature\\GraphQL\\EntriesTest::it_filters_out_past_entries_from_past_private_collection":0.017,"Tests\\Feature\\GraphQL\\EntryTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_query_against_non_allowed_sub_resource_with_collection_arg":0.003,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_query_against_non_allowed_sub_resource_with_other_args#0":0.01,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_query_against_non_allowed_sub_resource_with_other_args#1":0.004,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_query_against_non_allowed_sub_resource_with_other_args#2":0.004,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_by_id":0.005,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_by_slug":0.014,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_by_slug_and_collection":0.007,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_by_uri":0.005,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_entry_in_a_specific_site":0.007,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_an_existing_entry_parent":0.008,"Tests\\Feature\\GraphQL\\EntryTest::it_queries_a_non_existing_entry_parent":0.007,"Tests\\Feature\\GraphQL\\EntryTest::it_cannot_filter_entry_by_default":0.005,"Tests\\Feature\\GraphQL\\EntryTest::it_can_filter_entry_when_configuration_allows_for_it":0.006,"Tests\\Feature\\GraphQL\\EntryTest::it_filters_entries_with_equalto_shorthand":0.006,"Tests\\Feature\\GraphQL\\EntryTest::it_filters_entries_with_multiple_conditions_of_the_same_type":0.006,"Tests\\Feature\\GraphQL\\EntryTest::it_can_add_custom_fields_to_interface":0.004,"Tests\\Feature\\GraphQL\\EntryTest::it_can_add_custom_fields_to_an_implementation":0.005,"Tests\\Feature\\GraphQL\\EntryTest::adding_custom_field_to_an_implementation_does_not_add_it_to_the_interface":0.005,"Tests\\Feature\\GraphQL\\EntryTest::it_only_shows_published_entries_by_default":0.012,"Tests\\Feature\\GraphQL\\Fieldtypes\\ArrFieldtypeTest::it_gets_arrays":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\AssetsFieldtypeTest::it_gets_multiple_assets":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\AssetsFieldtypeTest::it_gets_single_asset":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields#grouped sets (new)":0.013,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields#ungrouped sets (old)":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields_with_set_and_manual_id#grouped sets (new)":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields_with_set_and_manual_id#ungrouped sets (old)":0.011,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_a_string_for_bard_fields_with_no_sets":0.015,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_nested_bard_fields":0.011,"Tests\\Feature\\GraphQL\\Fieldtypes\\BardFieldtypeTest::it_outputs_bard_fields_with_value_based_subfields":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\ButtonGroupFieldtypeTest::it_gets_values_and_labels":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\CheckboxesFieldtypeTest::it_gets_values_and_labels":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\CodeFieldtypeTest::it_gets_code":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\CollectionsFieldtypeTest::it_gets_multiple_collections":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\CollectionsFieldtypeTest::it_gets_single_collection":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\DateFieldtypeTest::it_gets_dates":0.012,"Tests\\Feature\\GraphQL\\Fieldtypes\\DateFieldtypeTest::it_gets_date_ranges":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\EntriesFieldtypeTest::it_gets_multiple_entries":0.009,"Tests\\Feature\\GraphQL\\Fieldtypes\\EntriesFieldtypeTest::it_gets_single_entry":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\GridFieldtypeTest::it_outputs_grid_fields":0.018,"Tests\\Feature\\GraphQL\\Fieldtypes\\GridFieldtypeTest::it_outputs_nested_grid_fields":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\GridFieldtypeTest::it_outputs_grid_fields_with_value_based_subfields":0.009,"Tests\\Feature\\GraphQL\\Fieldtypes\\IntegerFieldtypeTest::it_gets_an_integer":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_null_when_undefined":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_a_hardcoded_url":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_an_entry":0.006,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_a_child_url":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\LinkFieldtypeTest::it_gets_a_404":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\ListFieldtypeTest::it_gets_a_list":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\MarkdownFieldtypeTest::it_gets_markdown":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\RadioFieldtypeTest::it_gets_values_and_labels":0.01,"Tests\\Feature\\GraphQL\\Fieldtypes\\RangeFieldtypeTest::it_gets_an_integer":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\ReplicatorFieldtypeTest::it_outputs_replicator_fields#grouped sets (new)":0.013,"Tests\\Feature\\GraphQL\\Fieldtypes\\ReplicatorFieldtypeTest::it_outputs_replicator_fields#ungrouped sets (old)":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\ReplicatorFieldtypeTest::it_outputs_nested_replicator_fields":0.009,"Tests\\Feature\\GraphQL\\Fieldtypes\\ReplicatorFieldtypeTest::it_outputs_replicator_fields_with_value_based_subfields":0.009,"Tests\\Feature\\GraphQL\\Fieldtypes\\SelectFieldtypeTest::it_gets_values_and_labels_of_single_select_field":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\SelectFieldtypeTest::it_gets_values_and_labels_of_multi_select_field":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\TableFieldtypeTest::it_gets_a_table":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\TaggableFieldtypeTest::it_gets_a_taggable":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\TaxonomiesFieldtypeTest::it_gets_multiple_taxonomies":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\TaxonomiesFieldtypeTest::it_gets_single_taxonomy":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\TemplateFieldtypeTest::it_gets_the_template":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\TermsFieldtypeTest::it_gets_multiple_terms":0.012,"Tests\\Feature\\GraphQL\\Fieldtypes\\TermsFieldtypeTest::it_gets_single_entry":0.011,"Tests\\Feature\\GraphQL\\Fieldtypes\\TextFieldtypeTest::it_gets_text":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\TimeFieldtypeTest::it_gets_the_time":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\ToggleFieldtypeTest::it_gets_a_boolean":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\UserGroupsFieldtypeTest::it_gets_multiple_groups":0.014,"Tests\\Feature\\GraphQL\\Fieldtypes\\UserGroupsFieldtypeTest::it_gets_single_collection":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\UserRolesFieldtypeTest::it_gets_multiple_roles":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\UserRolesFieldtypeTest::it_gets_single_role":0.007,"Tests\\Feature\\GraphQL\\Fieldtypes\\UsersFieldtypeTest::it_gets_multiple_users":0.016,"Tests\\Feature\\GraphQL\\Fieldtypes\\UsersFieldtypeTest::it_gets_single_user":0.008,"Tests\\Feature\\GraphQL\\Fieldtypes\\VideoFieldtypeTest::it_gets_the_video_url":0.006,"Tests\\Feature\\GraphQL\\Fieldtypes\\YamlFieldtypeTest::it_gets_yaml":0.007,"Tests\\Feature\\GraphQL\\FormTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\FormTest::it_queries_a_form_by_handle":0.004,"Tests\\Feature\\GraphQL\\FormTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\GraphQL\\FormTest::it_queries_the_fields":0.005,"Tests\\Feature\\GraphQL\\FormTest::it_queries_the_validation_rules":0.004,"Tests\\Feature\\GraphQL\\FormsTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\FormsTest::it_queries_forms":0.004,"Tests\\Feature\\GraphQL\\FormsTest::it_queries_only_allowed_sub_resources":0.003,"Tests\\Feature\\GraphQL\\GlobalTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\GlobalTest::it_queries_a_global_set_by_handle":0.006,"Tests\\Feature\\GraphQL\\GlobalTest::it_cannot_query_against_non_allowed_sub_resource":0.003,"Tests\\Feature\\GraphQL\\GlobalTest::it_queries_a_global_set_in_a_specific_site":0.005,"Tests\\Feature\\GraphQL\\GlobalTest::it_can_add_custom_fields_to_interface":0.005,"Tests\\Feature\\GraphQL\\GlobalTest::it_can_add_custom_fields_to_an_implementation":0.004,"Tests\\Feature\\GraphQL\\GlobalsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\GlobalsTest::it_queries_global_sets":0.006,"Tests\\Feature\\GraphQL\\GlobalsTest::it_cannot_query_against_non_allowed_sub_resource":0.005,"Tests\\Feature\\GraphQL\\HandlesTokensTest::it_handles_tokens":0.001,"Tests\\Feature\\GraphQL\\NavTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\NavTest::it_queries_a_nav_by_handle":0.016,"Tests\\Feature\\GraphQL\\NavTest::it_cannot_query_against_non_allowed_sub_resource":0.008,"Tests\\Feature\\GraphQL\\NavTest::it_queries_the_tree_inside_a_nav":0.011,"Tests\\Feature\\GraphQL\\NavTest::it_queries_the_tree_inside_a_nav_using_fragments_for_pseudo_recursion":0.012,"Tests\\Feature\\GraphQL\\NavTest::it_queries_the_tree_inside_a_nav_with_entries":0.021,"Tests\\Feature\\GraphQL\\NavTest::it_queries_the_tree_inside_a_nav_in_a_specific_site":0.009,"Tests\\Feature\\GraphQL\\NavsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\NavsTest::it_queries_navs":0.004,"Tests\\Feature\\GraphQL\\NavsTest::it_queries_only_allowed_sub_resources":0.004,"Tests\\Feature\\GraphQL\\PageTest::custom_fields_can_be_added_to_interface":0.018,"Tests\\Feature\\GraphQL\\PingPongTest::it_pongs_when_pinged":0.002,"Tests\\Feature\\GraphQL\\QueryAuthorizationTest::it_authorizes_by_default":0.002,"Tests\\Feature\\GraphQL\\QueryAuthorizationTest::it_provides_custom_passing_authorization_logic":0.002,"Tests\\Feature\\GraphQL\\QueryAuthorizationTest::it_provides_custom_failing_authorization_logic":0.003,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_caches_a_request":0.007,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_caches_endpoint_using_configured_expiry":0.002,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_bypasses_cache_when_using_a_valid_token#0":0.003,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_bypasses_cache_when_using_a_valid_token#1":0.003,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_doesnt_bypass_cache_when_using_an_invalid_token#0":0.002,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_doesnt_bypass_cache_when_using_an_invalid_token#1":0.002,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_busts_whole_cache_when_content_is_saved":0.006,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_ignores_configured_events":0.007,"Tests\\Feature\\GraphQL\\RequestCacheTest::it_can_disable_caching":0.003,"Tests\\Feature\\GraphQL\\ResolvesValuesTest::it_resolves_values_in_entries":0.004,"Tests\\Feature\\GraphQL\\ResolvesValuesTest::it_resolves_values_in_terms":0.003,"Tests\\Feature\\GraphQL\\ResolvesValuesTest::it_resolves_values_in_users":0.001,"Tests\\Feature\\GraphQL\\ResolvesValuesTest::it_resolves_values_in_globals":0.002,"Tests\\Feature\\GraphQL\\SitesTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\SitesTest::it_queries_global_sets":0.003,"Tests\\Feature\\GraphQL\\StatamicProRequiredTest::it_throws_exception_if_pro_is_disabled":0.001,"Tests\\Feature\\GraphQL\\TaxonomiesTest::query_only_works_if_enabled":0.003,"Tests\\Feature\\GraphQL\\TaxonomiesTest::it_queries_taxonomies":0.003,"Tests\\Feature\\GraphQL\\TaxonomiesTest::it_queries_only_allowed_sub_resources":0.003,"Tests\\Feature\\GraphQL\\TermsTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_all_terms":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_only_terms_on_allowed_sub_resources":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_cannot_query_against_non_allowed_sub_resource":0.01,"Tests\\Feature\\GraphQL\\TermsTest::it_paginates_terms":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_terms_from_a_single_taxonomy":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_terms_from_multiple_taxonomies":0.019,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_blueprint_specific_fields":0.014,"Tests\\Feature\\GraphQL\\TermsTest::it_cannot_filter_terms_by_default":0.01,"Tests\\Feature\\GraphQL\\TermsTest::it_can_filter_taxonomy_terms_when_configuration_allows_for_it":0.011,"Tests\\Feature\\GraphQL\\TermsTest::it_can_filter_all_terms_when_configuration_allows_for_it":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_filters_terms_with_equalto_shorthand":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_filters_terms_with_multiple_conditions_of_the_same_type":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_sorts_terms":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_sorts_terms_descending":0.012,"Tests\\Feature\\GraphQL\\TermsTest::it_sorts_terms_on_multiple_fields":0.017,"Tests\\Feature\\GraphQL\\UserTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\UserTest::it_queries_a_user_by_id":0.008,"Tests\\Feature\\GraphQL\\UserTest::it_queries_a_user_by_email":0.008,"Tests\\Feature\\GraphQL\\UserTest::it_can_add_custom_fields":0.008,"Tests\\Feature\\GraphQL\\UserTest::it_can_register_custom_types":0.009,"Tests\\Feature\\GraphQL\\UsersTest::query_only_works_if_enabled":0.002,"Tests\\Feature\\GraphQL\\UsersTest::it_queries_all_users":0.008,"Tests\\Feature\\GraphQL\\UsersTest::it_paginates_users":0.008,"Tests\\Feature\\GraphQL\\UsersTest::it_queries_blueprint_specific_fields":0.011,"Tests\\Feature\\GraphQL\\UsersTest::it_cannot_filter_users_by_default":0.017,"Tests\\Feature\\GraphQL\\UsersTest::it_can_filter_users_when_configuration_allows_for_it":0.01,"Tests\\Feature\\GraphQL\\UsersTest::it_filters_users_with_equalto_shorthand":0.007,"Tests\\Feature\\GraphQL\\UsersTest::it_filters_users_with_multiple_conditions_of_the_same_type":0.009,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password:is":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password:regex":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password_hash":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password_hash:is":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_doesnt_allow_filtering_users_by_password#password_hash:regex":0.005,"Tests\\Feature\\GraphQL\\UsersTest::it_sorts_users":0.008,"Tests\\Feature\\GraphQL\\UsersTest::it_sorts_users_descending":0.008,"Tests\\Feature\\GraphQL\\UsersTest::it_sorts_users_on_multiple_fields":0.007,"Tests\\Feature\\Navigation\\CreateNavigationPageTest::it_gets_the_values_for_a_regular_nav_item":0.008,"Tests\\Feature\\Navigation\\CreateNavigationPageTest::it_gets_the_values_for_an_entry_nav_item":0.011,"Tests\\Feature\\Navigation\\CreateNavigationTest::it_shows_the_create_page_if_you_have_permission":0.031,"Tests\\Feature\\Navigation\\CreateNavigationTest::it_denies_access_if_you_dont_have_permission":0.006,"Tests\\Feature\\Navigation\\DeleteNavigationTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Navigation\\DeleteNavigationTest::it_deletes_the_navigation":0.007,"Tests\\Feature\\Navigation\\EditNavigationPageTest::it_gets_the_values_for_a_regular_nav_item":0.008,"Tests\\Feature\\Navigation\\EditNavigationPageTest::it_gets_the_values_for_a_text_only_nav_item":0.015,"Tests\\Feature\\Navigation\\EditNavigationPageTest::it_gets_the_values_for_an_entry_nav_item":0.011,"Tests\\Feature\\Navigation\\EditNavigationTest::it_shows_the_edit_form_if_user_has_configure_permission":0.032,"Tests\\Feature\\Navigation\\EditNavigationTest::it_denies_access_if_user_doesnt_have_configure_permission":0.006,"Tests\\Feature\\Navigation\\StoreNavigationTest::it_denies_access_if_you_dont_have_permission":0.013,"Tests\\Feature\\Navigation\\StoreNavigationTest::it_stores_a_nav":0.008,"Tests\\Feature\\Navigation\\StoreNavigationTest::title_is_required":0.006,"Tests\\Feature\\Navigation\\StoreNavigationTest::handle_must_be_alpha_dash":0.006,"Tests\\Feature\\Navigation\\UpdateNavigationTest::it_denies_access_if_you_dont_have_permission":0.008,"Tests\\Feature\\Navigation\\UpdateNavigationTest::it_updates_a_nav":0.01,"Tests\\Feature\\Navigation\\UpdateNavigationTest::it_updates_a_nav_with_multiple_sites":0.013,"Tests\\Feature\\Navigation\\UpdateNavigationTest::title_is_required":0.01,"Tests\\Feature\\Navigation\\UpdateNavigationTreeTest::it_updates_the_tree":0.011,"Tests\\Feature\\Navigation\\UpdateNavigationTreeTest::it_denies_access_if_you_dont_have_permission_to_reorder":0.007,"Tests\\Feature\\Navigation\\UpdateNavigationTreeTest::it_denies_access_if_you_dont_have_site_permission":0.008,"Tests\\Feature\\Navigation\\UpdateNavigationTreeTest::it_updates_a_specific_sites_tree":0.015,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_shows_a_list_of_nav_structures":0.028,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_shows_no_results_when_there_are_no_structures":0.029,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_filters_out_structures_the_user_cannot_access":0.028,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_doesnt_filter_out_structures_if_they_have_permission_to_configure":0.035,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::it_denies_access_when_there_are_no_permitted_structures":0.007,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::create_structure_button_is_visible_with_permission_to_configure":0.034,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::create_structure_button_is_not_visible_without_permission_to_configure":0.004,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::delete_button_is_visible_with_permission_to_configure":0.03,"Tests\\Feature\\Navigation\\ViewNavigationListingTest::delete_button_is_not_visible_without_permission_to_configure":0.001,"Tests\\Feature\\Revisions\\RevisionsTest::a_revision_can_be_made_from_an_entry":0.002,"Tests\\Feature\\Revisions\\RevisionsTest::a_revision_can_be_made_from_a_dated_entry":0.003,"Tests\\Feature\\Roles\\StoreRoleTest::it_denies_access_without_permission_to_create_roles":0.007,"Tests\\Feature\\Roles\\StoreRoleTest::it_stores_a_role":0.007,"Tests\\Feature\\Roles\\StoreRoleTest::super_users_can_mark_a_role_as_super":0.007,"Tests\\Feature\\Roles\\StoreRoleTest::non_super_users_may_not_mark_a_role_as_super":0.007,"Tests\\Feature\\Roles\\StoreRoleTest::cannot_sneak_a_super_into_permissions_array":0.007,"Tests\\Feature\\Roles\\UpdateRoleTest::it_denies_access_without_permission_to_edit_roles":0.007,"Tests\\Feature\\Roles\\UpdateRoleTest::it_updates_a_role":0.007,"Tests\\Feature\\Roles\\UpdateRoleTest::super_users_can_mark_a_role_as_super":0.013,"Tests\\Feature\\Roles\\UpdateRoleTest::non_super_users_may_not_mark_a_role_as_super":0.007,"Tests\\Feature\\Roles\\UpdateRoleTest::cannot_sneak_a_super_into_permissions_array":0.01,"Tests\\Feature\\Sites\\SelectSiteTest::site_can_be_selected":0.012,"Tests\\Feature\\Sites\\SelectSiteTest::invalid_site_cannot_be_selected":0.007,"Tests\\Feature\\Sites\\SelectSiteTest::site_cannot_be_selected_without_permission":0.014,"Feature\\SlugTest::it_generates_a_slug#single word":0.008,"Feature\\SlugTest::it_generates_a_slug#multiple words":0.007,"Feature\\SlugTest::it_generates_a_slug#apples":0.006,"Feature\\SlugTest::it_generates_a_slug#smart quotes":0.006,"Feature\\SlugTest::it_generates_a_slug#hyphens separated by spaces":0.006,"Feature\\SlugTest::it_generates_a_slug#chinese characters":0.007,"Feature\\SlugTest::it_generates_a_slug#german characters":0.007,"Feature\\SlugTest::it_generates_a_slug#arabic characters":0.007,"Feature\\SlugTest::it_generates_a_slug#alternate separator":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\CreateBlueprintTest::it_shows_the_form":0.029,"Tests\\Feature\\Taxonomies\\Blueprints\\CreateBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\EditBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\EditBlueprintTest::it_provides_the_blueprint":0.031,"Tests\\Feature\\Taxonomies\\Blueprints\\StoreBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\StoreBlueprintTest::blueprint_gets_created":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\StoreBlueprintTest::when_creating_the_first_blueprint_the_default_one_is_also_created":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\StoreBlueprintTest::title_is_required":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::blueprint_gets_saved":0.008,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::title_is_required":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::tabs_are_required":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::tabs_must_be_an_array":0.007,"Tests\\Feature\\Taxonomies\\Blueprints\\UpdateBlueprintTest::width_of_100_gets_stripped_out_for_inline_fields_but_left_in_for_reference_fields_with_config_overrides":0.008,"Tests\\Feature\\Taxonomies\\Blueprints\\ViewBlueprintListingTest::it_shows_a_list_of_blueprints":0.036,"Tests\\Feature\\Taxonomies\\Blueprints\\ViewBlueprintListingTest::it_denies_access_if_you_dont_have_permission":0.007,"Tests\\Feature\\Taxonomies\\TermEntriesTest::it_gets_and_counts_entries_for_a_term_across_collections":0.014,"Tests\\Feature\\Taxonomies\\TermEntriesTest::it_gets_and_counts_entries_for_a_term_for_a_single_collection":0.016,"Tests\\Feature\\Taxonomies\\TermEntriesTest::it_gets_and_counts_entries_for_a_localized_term_across_collections":0.023,"Tests\\Feature\\Taxonomies\\TermEntriesTest::it_gets_and_counts_entries_for_a_localized_term_for_a_single_collection":0.025,"Tests\\Feature\\UserGroups\\StoreGroupTest::it_denies_access_without_permission_to_edit_groups":0.007,"Tests\\Feature\\UserGroups\\StoreGroupTest::it_stores_a_group":0.008,"Tests\\Feature\\UserGroups\\StoreGroupTest::it_assigns_roles_with_permission":0.014,"Tests\\Feature\\UserGroups\\StoreGroupTest::it_discards_roles_without_permission":0.008,"Tests\\Feature\\UserGroups\\UpdateGroupTest::it_denies_access_without_permission_to_edit_groups":0.007,"Tests\\Feature\\UserGroups\\UpdateGroupTest::it_updates_a_group":0.008,"Tests\\Feature\\UserGroups\\UpdateGroupTest::it_assigns_roles_with_permission":0.008,"Tests\\Feature\\UserGroups\\UpdateGroupTest::it_discards_roles_without_permission":0.015,"UpdateUserTest::it_saves_a_user":0.01,"UpdateUserTest::super_users_can_promote_others_to_super":0.01,"UpdateUserTest::non_super_users_cannot_promote_others_to_super":0.016,"UpdateUserTest::super_users_can_demote_other_from_super":0.009,"UpdateUserTest::non_super_users_cannot_demote_others_from_super":0.018,"Tests\\Feature\\Users\\UserRegistrationTest::events_dispatched_when_user_registered":0.118,"Tests\\Feature\\Users\\UserRegistrationTest::user_not_saved_when_user_registration_returns_false":0.11,"Tests\\Fields\\ArrayableStringTest::it_gets_the_value_and_extra":0,"Tests\\Fields\\ArrayableStringTest::it_converts_to_a_string":0,"Tests\\Fields\\ArrayableStringTest::it_converts_to_an_array":0,"Tests\\Fields\\ArrayableStringTest::it_converts_to_json":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_a_blueprint":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_a_blueprint_in_a_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_a_blueprint_in_a_custom_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_an_overidden_blueprint_in_a_custom_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_returns_null_if_blueprint_doesnt_exist":0,"Tests\\Fields\\BlueprintRepositoryTest::it_returns_null_if_blueprint_doesnt_exist_in_a_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_fallback_blueprint":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_namespaced_fallback_blueprint":0,"Tests\\Fields\\BlueprintRepositoryTest::getting_a_non_existent_namespaced_blueprint_will_not_return_the_non_namespaced_fallback":0,"Tests\\Fields\\BlueprintRepositoryTest::it_saves_to_disk":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_blueprints_in_a_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_returns_empty_collection_if_directory_doesnt_exist":0,"Tests\\Fields\\BlueprintRepositoryTest::it_sets_the_namespace_when_passed_when_making":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_a_blueprint_using_find_or_fail":0,"Tests\\Fields\\BlueprintRepositoryTest::find_or_fail_throws_exception_when_blueprint_does_not_exist":0.001,"Tests\\Fields\\BlueprintTest::it_gets_the_handle":0,"Tests\\Fields\\BlueprintTest::it_gets_contents":0,"Tests\\Fields\\BlueprintTest::it_gets_the_title":0,"Tests\\Fields\\BlueprintTest::it_gets_the_hidden_property_which_is_false_by_default":0,"Tests\\Fields\\BlueprintTest::the_title_falls_back_to_a_humanized_handle":0,"Tests\\Fields\\BlueprintTest::it_gets_tabs":0,"Tests\\Fields\\BlueprintTest::it_puts_top_level_fields_into_a_main_tab":0,"Tests\\Fields\\BlueprintTest::it_converts_top_level_sections_into_tabs":0,"Tests\\Fields\\BlueprintTest::it_can_check_if_has_field":0.001,"Tests\\Fields\\BlueprintTest::it_gets_fields":0,"Tests\\Fields\\BlueprintTest::it_gets_columns":0.001,"Tests\\Fields\\BlueprintTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.012,"Tests\\Fields\\BlueprintTest::converts_to_array_suitable_for_rendering_prefixed_conditional_fields_in_publish_component":0.007,"Tests\\Fields\\BlueprintTest::it_saves_through_the_repository":0,"Tests\\Fields\\BlueprintTest::it_dispatches_blueprint_created_only_once":0,"Tests\\Fields\\BlueprintTest::it_saves_quietly":0,"Tests\\Fields\\BlueprintTest::if_creating_event_returns_false_the_blueprint_doesnt_save":0,"Tests\\Fields\\BlueprintTest::if_saving_event_returns_false_the_blueprint_doesnt_save":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_exists":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_exists_in_a_specific_tab":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_has_config":0.001,"Tests\\Fields\\BlueprintTest::it_merges_previously_undefined_keys_into_the_config_when_ensuring_a_field_exists_and_it_already_exists":0,"Tests\\Fields\\BlueprintTest::it_merges_previously_undefined_keys_into_the_config_when_ensuring_prepended_a_field_exists_and_it_already_exists":0,"Tests\\Fields\\BlueprintTest::it_merges_previously_undefined_keys_into_the_config_when_ensuring_a_field_exists_and_it_already_exists_in_a_specific_tab":0,"Tests\\Fields\\BlueprintTest::it_merges_config_overrides_for_previously_undefined_keys_when_ensuring_a_field_and_it_already_exists_as_a_reference":0,"Tests\\Fields\\BlueprintTest::it_merges_undefined_config_overrides_when_ensuring_a_field_that_already_exists_inside_an_imported_fieldset":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_exists_if_it_doesnt_and_prepends_it":0,"Tests\\Fields\\BlueprintTest::it_ensures_a_field_exists_in_a_given_tab_if_it_doesnt_exist_at_all":0,"Tests\\Fields\\BlueprintTest::it_removes_a_field":0,"Tests\\Fields\\BlueprintTest::it_removes_a_field_from_a_specific_tab":0,"Tests\\Fields\\BlueprintTest::it_removes_a_specific_tab":0,"Tests\\Fields\\BlueprintTest::it_validates_unique_handles":0.001,"Tests\\Fields\\BlueprintTest::it_validates_unique_handles_between_blueprint_and_imported_fieldset":0,"Tests\\Fields\\BlueprintTest::it_can_import_the_same_fieldset_twice_with_different_prefixes":0.001,"Tests\\Fields\\BlueprintTest::it_gets_the_handle_when_casting_to_a_string":0,"Tests\\Fields\\BlueprintTest::it_augments":0,"Tests\\Fields\\BlueprintTest::it_augments_in_the_parser":0.001,"Tests\\Fields\\BlueprintTest::it_is_arrayable":0,"Tests\\Fields\\BlueprintTest::it_resolves_itself_to_a_queryable_value":0,"Tests\\Fields\\BlueprintTest::it_fires_a_deleting_event":0,"Tests\\Fields\\BlueprintTest::it_does_not_delete_when_a_deleting_event_returns_false":0,"Tests\\Fields\\BlueprintTest::it_deletes_quietly":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#just class":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#single quoted string":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#double quoted string":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#multiple arguments":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#quote in a single quoted string":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#double quote in a double quoted string":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#only named arguments":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#only named arguments with no spaces":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#some named arguments":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#non-named argument with colon":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#named argument with colon":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#null argument":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#true boolean argument":0,"Tests\\Fields\\ClassRuleParserTest::it_parses_class_rules#false boolean argument":0,"Tests\\Fields\\ConfigFieldsTest::it_preprocesses_each_fields_values_by_its_fieldtype":0,"Tests\\Fields\\FieldRepositoryTest::it_gets_a_field_within_a_fieldset":0,"Tests\\Fields\\FieldRepositoryTest::unknown_field_in_valid_fieldset_returns_null":0,"Tests\\Fields\\FieldRepositoryTest::it_returns_null_if_fieldset_doesnt_exist":0,"Tests\\Fields\\FieldRepositoryTest::it_returns_null_if_fieldset_and_field_are_not_both_provided":0,"Tests\\Fields\\FieldTest::it_gets_the_display_value":0,"Tests\\Fields\\FieldTest::it_gets_instructions":0,"Tests\\Fields\\FieldTest::it_determines_if_localizable":0,"Tests\\Fields\\FieldTest::it_gets_the_fieldtype":0,"Tests\\Fields\\FieldTest::it_gets_validation_rules_from_field":0,"Tests\\Fields\\FieldTest::it_gets_validation_rules_from_fieldtype":0,"Tests\\Fields\\FieldTest::it_merges_validation_rules_from_field_with_fieldtype":0,"Tests\\Fields\\FieldTest::it_merges_extra_fieldtype_rules":0,"Tests\\Fields\\FieldTest::it_checks_if_a_field_is_required_when_defined_in_field":0,"Tests\\Fields\\FieldTest::it_checks_if_a_field_is_required_when_defined_in_fieldtype":0,"Tests\\Fields\\FieldTest::it_checks_if_a_field_is_required_when_defined_as_its_own_field_property":0,"Tests\\Fields\\FieldTest::it_adds_nullable_rule_when_not_required":0,"Tests\\Fields\\FieldTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.001,"Tests\\Fields\\FieldTest::it_gets_the_value":0,"Tests\\Fields\\FieldTest::it_processes_the_value_through_its_fieldtype":0,"Tests\\Fields\\FieldTest::it_preprocesses_the_value_through_its_fieldtype":0,"Tests\\Fields\\FieldTest::it_preprocesses_the_value_through_its_fieldtype_for_the_index":0,"Tests\\Fields\\FieldTest::preprocessing_a_field_with_no_value_will_take_the_default_from_the_field":0,"Tests\\Fields\\FieldTest::preprocessing_a_field_with_no_value_and_no_field_defined_default_value_will_take_the_default_from_the_fieldtype":0,"Tests\\Fields\\FieldTest::converting_to_an_array_will_inline_the_handle":0,"Tests\\Fields\\FieldTest::it_gets_and_sets_the_config":0,"Tests\\Fields\\FieldTest::it_makes_a_new_instance":0,"Tests\\Fields\\FieldTest::it_augments_the_value_through_its_fieldtype":0,"Tests\\Fields\\FieldTest::it_gets_the_graphql_type":0,"Tests\\Fields\\FieldTest::it_makes_the_graphql_type_non_nullable_if_its_required":0,"Tests\\Fields\\FieldTest::it_gets_the_path_of_handles_for_nested_fields":0,"Tests\\Fields\\FieldTest::it_checks_if_its_a_relationship_through_the_fieldtype":0,"Tests\\Fields\\FieldTest::it_gets_and_sets_the_form":0,"Tests\\Fields\\FieldTransformerTest::it_defaults_to_width_100":0.001,"Tests\\Fields\\FieldTransformerTest::it_defaults_to_localizable_false":0,"Tests\\Fields\\FieldTransformerTest::it_normalizes_required_validation":0.001,"Tests\\Fields\\FieldTransformerTest::it_removes_redundant_config_options":0.001,"Tests\\Fields\\FieldTransformerTest::it_removes_full_width_from_field_config":0.001,"Tests\\Fields\\FieldTransformerTest::it_removes_localizable_false_from_field_config":0.001,"Tests\\Fields\\FieldTransformerTest::it_removes_duplicate_from_field_config":0.001,"Tests\\Fields\\FieldTransformerTest::sets_and_fields_are_always_at_the_end_of_field_configs":0.001,"Tests\\Fields\\FieldTransformerTest::blank_instructions_and_icon_are_removed_from_set_groups":0.001,"Tests\\Fields\\FieldsTest::it_converts_to_a_collection":0,"Tests\\Fields\\FieldsTest::it_gets_a_field_in_a_fieldset_when_given_a_reference":0,"Tests\\Fields\\FieldsTest::it_can_override_the_config_in_a_referenced_field":0,"Tests\\Fields\\FieldsTest::it_throws_an_exception_when_an_invalid_field_reference_is_encountered":0,"Tests\\Fields\\FieldsTest::it_imports_the_fields_from_an_entire_fieldset_inline":0,"Tests\\Fields\\FieldsTest::it_prefixes_the_handles_of_imported_fieldsets":0,"Tests\\Fields\\FieldsTest::it_prefixes_the_handles_of_nested_imported_fieldsets":0,"Tests\\Fields\\FieldsTest::it_throws_exception_when_trying_to_import_a_non_existent_fieldset":0,"Tests\\Fields\\FieldsTest::it_can_override_the_config_for_fields_in_an_imported_fieldset":0,"Tests\\Fields\\FieldsTest::it_checks_if_a_given_field_exists":0,"Tests\\Fields\\FieldsTest::it_gets_a_given_field":0,"Tests\\Fields\\FieldsTest::it_gets_all_fields_except":0,"Tests\\Fields\\FieldsTest::it_gets_only_specific_fields":0,"Tests\\Fields\\FieldsTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.009,"Tests\\Fields\\FieldsTest::converts_to_array_suitable_for_rendering_prefixed_conditional_fields_in_publish_component":0.002,"Tests\\Fields\\FieldsTest::it_adds_values_to_fields":0,"Tests\\Fields\\FieldsTest::preprocessing_validatables_removes_unfilled_values":0.001,"Tests\\Fields\\FieldsTest::it_processes_each_fields_values_by_its_fieldtype":0,"Tests\\Fields\\FieldsTest::it_doesnt_return_computed_field_values":0.001,"Tests\\Fields\\FieldsTest::it_does_return_computed_field_values_when_pre_processed":0,"Tests\\Fields\\FieldsTest::it_preprocesses_each_fields_values_by_its_fieldtype":0,"Tests\\Fields\\FieldsTest::it_augments_each_fields_values_by_its_fieldtype":0,"Tests\\Fields\\FieldsTest::it_gets_meta_data_from_all_fields":0,"Tests\\Fields\\FieldsTest::it_filters_down_to_localizable_fields":0,"Tests\\Fields\\FieldsTest::it_gets_a_validator":0.001,"Tests\\Fields\\FieldsTest::it_validates_immediately":0,"Tests\\Fields\\FieldsTest::it_validates_immediately_with_extra_rules":0,"Tests\\Fields\\FieldsTest::it_validates_properly_against_filled_fields_with_sometimes_rule":0.002,"Tests\\Fields\\FieldsTest::it_gets_the_fields_as_graphql_types":0.001,"Tests\\Fields\\FieldsTest::it_sets_the_parent_on_all_fields":0,"Tests\\Fields\\FieldsTest::it_sets_the_parentfield_on_all_fields":0,"Tests\\Fields\\FieldsTest::it_sets_the_parentindex_on_all_fields":0,"Tests\\Fields\\FieldsTest::it_sets_the_parentfield_and_parentindex_on_imported_fields":0,"Tests\\Fields\\FieldsTest::it_sets_the_parentfield_and_parentindex_on_referenced_fields":0,"Tests\\Fields\\FieldsTest::it_does_not_allow_recursive_imports":0,"Tests\\Fields\\FieldsTest::import_recursion_check_should_reset_across_instances":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_a_fieldset":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_a_fieldset_in_a_subdirectory":0,"Tests\\Fields\\FieldsetRepositoryTest::it_returns_null_if_fieldset_doesnt_exist":0,"Tests\\Fields\\FieldsetRepositoryTest::it_checks_if_a_fieldset_exists":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_all_fieldsets":0.001,"Tests\\Fields\\FieldsetRepositoryTest::it_returns_empty_collection_if_fieldset_directory_doesnt_exist":0,"Tests\\Fields\\FieldsetRepositoryTest::it_saves_to_disk#standard":0,"Tests\\Fields\\FieldsetRepositoryTest::it_saves_to_disk#standard subdir":0,"Tests\\Fields\\FieldsetRepositoryTest::it_saves_to_disk#namespace":0,"Tests\\Fields\\FieldsetRepositoryTest::it_saves_to_disk#namespace, subdir":0,"Tests\\Fields\\FieldsetRepositoryTest::it_deletes_a_fieldset":0,"Tests\\Fields\\FieldsetRepositoryTest::it_doesnt_delete_namespaced_fieldsets":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_a_namespaced_fieldset":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_an_overridden_namespaced_fieldset":0,"Tests\\Fields\\FieldsetRepositoryTest::it_gets_a_blueprint_using_find_or_fail":0,"Tests\\Fields\\FieldsetRepositoryTest::find_or_fail_throws_exception_when_blueprint_does_not_exist":0,"Tests\\Fields\\FieldsetTest::it_gets_the_handle":0,"Tests\\Fields\\FieldsetTest::it_gets_contents":0.001,"Tests\\Fields\\FieldsetTest::it_gets_the_title#title":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#no title":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#no title in subdirectory":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#namespaced with title":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#namespaced with no title":0,"Tests\\Fields\\FieldsetTest::it_gets_the_title#namespaced with no title in subdirectory":0,"Tests\\Fields\\FieldsetTest::it_gets_fields":0,"Tests\\Fields\\FieldsetTest::it_gets_fields_using_legacy_syntax":0.001,"Tests\\Fields\\FieldsetTest::gets_a_single_field":0.001,"Tests\\Fields\\FieldsetTest::gets_blueprints_importing_fieldset":0.004,"Tests\\Fields\\FieldsetTest::gets_blueprints_importing_fieldset_inside_grid":0.003,"Tests\\Fields\\FieldsetTest::gets_blueprints_importing_fieldset_inside_replicator":0.003,"Tests\\Fields\\FieldsetTest::gets_blueprints_importing_single_field_from_fieldset":0.003,"Tests\\Fields\\FieldsetTest::gets_fieldsets_importing_fieldset":0.002,"Tests\\Fields\\FieldsetTest::gets_fieldsets_importing_fieldset_inside_grid":0.002,"Tests\\Fields\\FieldsetTest::gets_fieldsets_importing_fieldset_inside_replicator":0.002,"Tests\\Fields\\FieldsetTest::gets_fieldsets_importing_single_field_from_fieldset":0.002,"Tests\\Fields\\FieldsetTest::it_saves_through_the_repository":0.001,"Tests\\Fields\\FieldsetTest::it_dispatches_fieldset_created_only_once":0.001,"Tests\\Fields\\FieldsetTest::it_saves_quietly":0.001,"Tests\\Fields\\FieldsetTest::if_creating_event_returns_false_the_fieldset_doesnt_save":0.001,"Tests\\Fields\\FieldsetTest::if_saving_event_returns_false_the_fieldset_doesnt_save":0.001,"Tests\\Fields\\FieldsetTest::it_fires_a_deleting_event":0.001,"Tests\\Fields\\FieldsetTest::it_does_not_delete_when_a_deleting_event_returns_false":0.001,"Tests\\Fields\\FieldsetTest::it_deletes_quietly":0.001,"Tests\\Fields\\FieldtypeRepositoryTest::it_gets_a_fieldtype":0,"Tests\\Fields\\FieldtypeRepositoryTest::it_caches_and_clones_existing_instances":0,"Tests\\Fields\\FieldtypeRepositoryTest::it_throw_exception_when_finding_invalid_fieldtype":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_field":0,"Tests\\Fields\\FieldtypeTest::the_handle_is_snake_cased_from_the_class_by_default":0,"Tests\\Fields\\FieldtypeTest::handle_can_be_defined_as_a_property":0,"Tests\\Fields\\FieldtypeTest::title_is_the_humanized_handle_by_default":0,"Tests\\Fields\\FieldtypeTest::title_can_be_defined_as_a_property":0,"Tests\\Fields\\FieldtypeTest::localization_can_be_disabled":0,"Tests\\Fields\\FieldtypeTest::validation_can_be_disabled":0,"Tests\\Fields\\FieldtypeTest::default_values_can_be_disabled":0,"Tests\\Fields\\FieldtypeTest::it_can_be_flagged_as_hidden_from_the_fieldtype_selector":0,"Tests\\Fields\\FieldtypeTest::it_can_be_flagged_as_a_relationship_fieldtype":0,"Tests\\Fields\\FieldtypeTest::converts_to_an_array":0,"Tests\\Fields\\FieldtypeTest::config_uses_publish_array_when_converting_to_array":0.001,"Tests\\Fields\\FieldtypeTest::it_gets_custom_validation_rules_as_an_array":0,"Tests\\Fields\\FieldtypeTest::it_gets_extra_custom_validation_rules_as_an_array":0,"Tests\\Fields\\FieldtypeTest::it_can_have_a_default_value":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_config_fields":0,"Tests\\Fields\\FieldtypeTest::it_can_append_a_single_config_field":0,"Tests\\Fields\\FieldtypeTest::it_can_append_multiple_config_fields":0,"Tests\\Fields\\FieldtypeTest::it_wont_override_previously_appended_config_fields":0,"Tests\\Fields\\FieldtypeTest::it_will_only_append_config_fields_to_the_intended_fieldtype":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_config_blueprint#linear fields results in one section":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_config_blueprint#single section":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_config_blueprint#multiple sections":0,"Tests\\Fields\\FieldtypeTest::it_can_have_an_icon":0,"Tests\\Fields\\FieldtypeTest::no_processing_happens_by_default":0,"Tests\\Fields\\FieldtypeTest::no_pre_processing_happens_by_default":0,"Tests\\Fields\\FieldtypeTest::no_pre_processing_happens_by_default_for_the_index":0,"Tests\\Fields\\FieldtypeTest::it_gets_a_config_value":0,"Tests\\Fields\\FieldtypeTest::it_gets_the_graphql_type_of_string_by_default":0,"Tests\\Fields\\FieldtypeTest::it_can_make_a_fieldtype_selectable_in_forms":0,"Tests\\Fields\\LabeledValueTest::it_gets_the_label_and_value":0,"Tests\\Fields\\LabeledValueTest::it_converts_to_a_string":0,"Tests\\Fields\\LabeledValueTest::it_converts_to_an_array":0,"Tests\\Fields\\LabeledValueTest::it_converts_to_json":0,"Tests\\Fields\\SectionTest::it_gets_the_display":0,"Tests\\Fields\\SectionTest::it_gets_the_instructions":0,"Tests\\Fields\\SectionTest::it_gets_contents":0,"Tests\\Fields\\SectionTest::it_gets_fields":0,"Tests\\Fields\\SectionTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.002,"Tests\\Fields\\TabTest::it_gets_the_handle":0,"Tests\\Fields\\TabTest::it_gets_contents":0,"Tests\\Fields\\TabTest::it_gets_the_display_text":0,"Tests\\Fields\\TabTest::the_display_text_falls_back_to_a_humanized_handle":0,"Tests\\Fields\\TabTest::it_gets_fields":0,"Tests\\Fields\\TabTest::converts_to_array_suitable_for_rendering_fields_in_publish_component":0.002,"Tests\\Fields\\ValidatorTest::it_explodes_pipe_style_rules_into_arrays":0,"Tests\\Fields\\ValidatorTest::it_merges_rules":0,"Tests\\Fields\\ValidatorTest::it_compiles_field_rules":0.001,"Tests\\Fields\\ValidatorTest::it_adds_additional_rules":0,"Tests\\Fields\\ValidatorTest::it_merges_additional_rules_into_field_rules":0,"Tests\\Fields\\ValidatorTest::it_compiles_field_attributes":0,"Tests\\Fields\\ValidatorTest::it_makes_string_based_replacements":0,"Tests\\Fields\\ValidatorTest::it_makes_class_based_replacements":0,"Tests\\Fields\\ValidatorTest::it_does_not_make_replacements_in_regex_rules":0,"Tests\\Fields\\ValidatorTest::it_replaces_this_in_sets":0.007,"Tests\\Fields\\ValidatorTest::it_discards_this_at_top_level":0.001,"Tests\\Fields\\ValueTest::it_gets_whether_its_a_relationship_through_the_fieldtype#relationship":0,"Tests\\Fields\\ValueTest::it_gets_whether_its_a_relationship_through_the_fieldtype#not a relationship":0,"Tests\\Fields\\ValueTest::it_gets_whether_its_a_relationship_through_the_fieldtype#no fieldtype":0,"Tests\\Fields\\ValueTest::it_augments_through_the_fieldtype":0,"Tests\\Fields\\ValueTest::it_shallow_augments_through_the_fieldtype":0,"Tests\\Fields\\ValueTest::it_converts_to_string_using_the_augmented_value":0,"Tests\\Fields\\ValueTest::it_converts_to_json_using_the_augmented_value":0,"Tests\\Fields\\ValueTest::it_converts_to_json_and_augments_child_values":0,"Tests\\Fields\\ValueTest::it_uses_the_default_value":0,"Tests\\Fields\\ValueTest::it_does_not_use_the_default_when_returning_falsey_values":0,"Tests\\Fields\\ValueTest::falsey_values_can_be_used_as_the_default":0,"Tests\\Fields\\ValuesTest::array_is_converted_to_a_collection":0,"Tests\\Fields\\ValuesTest::collection_is_not_converted":0,"Tests\\Fields\\ValuesTest::it_can_get_itself_as_an_array":0.001,"Tests\\Fields\\ValuesTest::its_arrayable":0.003,"Tests\\Fields\\ValuesTest::array_access":0,"Tests\\Fields\\ValuesTest::setting_by_array_access_is_not_supported":0,"Tests\\Fields\\ValuesTest::unsetting_by_array_access_is_not_supported":0,"Tests\\Fields\\ValuesTest::property_access":0,"Tests\\Fields\\ValuesTest::setting_by_property_access_is_not_supported":0,"Tests\\Fields\\ValuesTest::raw_values":0,"Tests\\Fields\\ValuesTest::it_gets_a_query#statamic":0,"Tests\\Fields\\ValuesTest::it_gets_a_query#database":0,"Tests\\Fields\\ValuesTest::it_gets_a_query#eloquent":0,"Tests\\Fields\\ValuesTest::it_throws_exception_if_trying_to_get_query_for_field_that_isnt_a_query":0,"Tests\\Fields\\ValuesTest::it_throws_exception_if_trying_to_get_query_for_missing_field":0.001,"Tests\\Fields\\ValuesTest::completes_a_query#statamic":0.005,"Tests\\Fields\\ValuesTest::completes_a_query#database":0.005,"Tests\\Fields\\ValuesTest::completes_a_query#eloquent":0.004,"Tests\\Fields\\ValuesTest::its_iterable":0,"Tests\\Fields\\ValuesTest::its_json_serializable":0,"Tests\\Fieldtypes\\AssetsTest::it_augments_to_a_query_builder":0.003,"Tests\\Fieldtypes\\AssetsTest::it_augments_to_a_query_builder_when_theres_no_value":0.002,"Tests\\Fieldtypes\\AssetsTest::it_augments_to_a_single_asset_when_max_files_is_one":0.002,"Tests\\Fieldtypes\\AssetsTest::it_shallow_augments_to_a_collection_of_assets":0.005,"Tests\\Fieldtypes\\AssetsTest::it_shallow_augments_to_a_single_asset_when_max_files_is_one":0.003,"Tests\\Fieldtypes\\AssetsTest::it_replaces_dimensions_rule":0.001,"Tests\\Fieldtypes\\AssetsTest::it_replaces_image_rule":0.002,"Tests\\Fieldtypes\\AssetsTest::it_replaces_mimes_rule":0.002,"Tests\\Fieldtypes\\AssetsTest::it_replaces_mimestypes_rule":0.003,"Tests\\Fieldtypes\\AssetsTest::it_replaces_min_filesize_rule":0.002,"Tests\\Fieldtypes\\AssetsTest::it_replaces_max_filesize_rule":0.002,"Tests\\Fieldtypes\\AssetsTest::it_doesnt_replace_non_image_related_rule":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, single item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, multiple item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, empty array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, null":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max undefined, string":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, single item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, multiple item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, empty array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, null":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max > 1, string":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, single item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, multiple item array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, empty array":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, null":0.001,"Tests\\Fieldtypes\\AssetsTest::it_normalizes_queryable_value#max = 1, string":0.001,"Tests\\Fieldtypes\\BardTest::it_augments_prosemirror_structure_to_a_template_friendly_array":0.009,"Tests\\Fieldtypes\\BardTest::it_augments_ids_and_sets_id_correctly_with_a_custom_id_handle":0.002,"Tests\\Fieldtypes\\BardTest::it_doesnt_augment_when_saved_as_html":0.002,"Tests\\Fieldtypes\\BardTest::it_augments_tiptap_v1_snake_case_types_to_v2_camel_case_types":0.002,"Tests\\Fieldtypes\\BardTest::it_augments_to_html_when_there_are_no_sets":0.002,"Tests\\Fieldtypes\\BardTest::augmenting_an_empty_value_when_not_using_sets_returns_null":0.002,"Tests\\Fieldtypes\\BardTest::augmenting_an_empty_value_when_using_sets_returns_an_empty_array":0.002,"Tests\\Fieldtypes\\BardTest::augmenting_an_empty_value_when_saving_as_html_returns_null":0.002,"Tests\\Fieldtypes\\BardTest::it_removes_disabled_sets":0.002,"Tests\\Fieldtypes\\BardTest::it_converts_plain_html_into_prosemirror_structure":0.01,"Tests\\Fieldtypes\\BardTest::it_detects_v2_formatted_content":0.002,"Tests\\Fieldtypes\\BardTest::it_transforms_v2_formatted_content_into_prosemirror_structure":0.003,"Tests\\Fieldtypes\\BardTest::it_transforms_v2_formatted_content_with_only_sets_into_prosemirror_structure":0.002,"Tests\\Fieldtypes\\BardTest::it_saves_an_empty_field_as_null":0,"Tests\\Fieldtypes\\BardTest::it_removes_empty_nodes":0.002,"Tests\\Fieldtypes\\BardTest::it_preloads#grouped sets (new)":0.003,"Tests\\Fieldtypes\\BardTest::it_preloads#ungrouped sets (old)":0.003,"Tests\\Fieldtypes\\BardTest::it_gets_link_data":0.008,"Tests\\Fieldtypes\\BardTest::it_doesnt_convert_statamic_asset_urls_when_saving_as_html":0.002,"Tests\\Fieldtypes\\BardTest::it_augments_statamic_asset_urls_when_stored_as_html":0.005,"Tests\\Fieldtypes\\BardTest::it_converts_a_queryable_value":0,"Tests\\Fieldtypes\\BardTest::it_augments_inline_value#true":0.002,"Tests\\Fieldtypes\\BardTest::it_augments_inline_value#break":0.002,"Tests\\Fieldtypes\\BardTest::it_processes_inline_value":0.002,"Tests\\Fieldtypes\\BardTest::it_preprocesses_inline_value":0.002,"Tests\\Fieldtypes\\BardTest::it_preprocesses_inline_value_to_block_value":0.002,"Tests\\Fieldtypes\\BardTest::it_preprocesses_block_value_to_inline_value":0.009,"Tests\\Fieldtypes\\BardTest::it_converts_tiptap_v1_snake_case_types_to_v2_camel_case_types":0.002,"Tests\\Fieldtypes\\BardTest::it_generates_field_path_prefix#grouped sets (new)":0.002,"Tests\\Fieldtypes\\BardTest::it_generates_field_path_prefix#ungrouped sets (old)":0.002,"Tests\\Fieldtypes\\BardTest::it_filters_away_bad_nodes":0.002,"Tests\\Fieldtypes\\BardTest::it_calls_hooks":0.009,"Tests\\Fieldtypes\\ButtonGroupTest::throws_a_validation_error_when_key_is_missing_from_option":0.002,"Tests\\Fieldtypes\\ButtonGroupTest::does_not_throw_a_validation_error_when_all_options_have_keys":0.009,"Tests\\Fieldtypes\\ButtonGroupTest::it_casts_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_doesnt_cast_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_options_with_keys":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_options_with_numeric_keys":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_options_without_keys":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_a_null_value":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_boolean_casting":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_augments_to_a_LabeledValue_object_with_no_options#null":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_casts_multiple_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_doesnt_cast_multiple_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_to_empty_array_when_null_and_configured_for_multiple":0,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_numeric_keys":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_floats_for_keys":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_boolean_casting":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_no_options#null":0.001,"Tests\\Fieldtypes\\CodeTest::it_processes_values#selectable":0.001,"Tests\\Fieldtypes\\CodeTest::it_processes_values#non selectable":0.001,"Tests\\Fieldtypes\\CodeTest::it_preprocesses_values#string":0.001,"Tests\\Fieldtypes\\CodeTest::it_preprocesses_values#array":0,"Tests\\Fieldtypes\\CodeTest::it_preprocesses_values#null":0.001,"Tests\\Fieldtypes\\CodeTest::it_doesnt_do_any_preprocessing_for_config":0,"Tests\\Fieldtypes\\DateTest::it_augments#date":0.001,"Tests\\Fieldtypes\\DateTest::it_augments#date with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_augments#date with time":0.001,"Tests\\Fieldtypes\\DateTest::it_augments#date with time but seconds disabled":0.001,"Tests\\Fieldtypes\\DateTest::it_augments#date with time and seconds":0.001,"Tests\\Fieldtypes\\DateTest::it_augments_null":0,"Tests\\Fieldtypes\\DateTest::it_augments_a_carbon_instance":0,"Tests\\Fieldtypes\\DateTest::it_augments_a_range":0.001,"Tests\\Fieldtypes\\DateTest::it_augments_a_null_range":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#null":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#object with nulls":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#object with missing time":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with missing time":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with time":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#date with time and custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#null range":0,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#range with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#range with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_processes_on_save#range with format containing time has end date at end of day":0.001,"Tests\\Fieldtypes\\DateTest::it_saves_date_as_integer_if_format_results_in_a_number":0.001,"Tests\\Fieldtypes\\DateTest::it_saves_ranges_as_integers_if_format_results_in_a_number":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#null":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#now":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#now, with time enabled":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date with time":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date with time and custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#null range":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#null range when required with boolean":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#null range when required with validation":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#range with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#range with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#range where single date has been provided":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#range where single date has been provided with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date where range has been provided":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses#date where range has been provided with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#null":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date with custom format":0.008,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date with time":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date with time and custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#null range":0,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range with default format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range where single date has been provided":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range where single date has been provided with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date where range has been provided":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#date where range has been provided with custom format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocesses_for_index#range where time has been enabled":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_when_time_is_disabled":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_when_time_is_enabled":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_for_ranges":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_when_time_is_disabled_with_custom_format":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_when_time_is_enabled_with_custom_format":0.001,"Tests\\Fieldtypes\\DateTest::it_gets_the_display_format_for_ranges_with_custom_format":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#null":0.008,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#null date when not required":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#valid date":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#valid date and time":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#valid date and time with seconds":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#null time":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_validatables#carbon instance":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#null":0,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#valid date range":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#null date in range mode":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#both dates null":0.001,"Tests\\Fieldtypes\\DateTest::it_preprocess_range_validatables#carbon instances":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#valid date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#not an array":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#missing date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null date when not required":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null required date via bool":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null required date via validate":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid date format":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#valid date range":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null date in range mode":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null date in range mode required via bool":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null date in range mode required via validate":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#missing start date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#missing end date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null start date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null end date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#both dates null":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#both dates null, required via bool":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#both dates null, required via validate":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid start date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid end date":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid start date format":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid end date format":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#valid date and time":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#missing time":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null time":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null required time via bool":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#null required time via validate":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid time format":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#12 hour time":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid hour":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid minute":0.001,"Tests\\Fieldtypes\\DateTest::it_validates#invalid second":0.001,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#published (default, no where clause)":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#status published (explicit where status clause)":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#status draft":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#status scheduled":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#status expired":0.003,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#any status":0.002,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#published true":0.002,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder#published false":0.002,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_query_builder_when_theres_no_value":0.002,"Tests\\Fieldtypes\\EntriesTest::it_augments_to_a_single_asset_when_max_items_is_one":0.002,"Tests\\Fieldtypes\\EntriesTest::it_returns_collection_when_preprocessing_index_and_max_items_is_1":0.002,"Tests\\Fieldtypes\\EntriesTest::it_returns_empty_collection_when_preprocessing_index_and_max_items_is_1_and_the_value_is_null":0.002,"Tests\\Fieldtypes\\EntriesTest::it_includes_drafts_when_pre_processing_for_index":0.003,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_augmented_items_to_the_parent_entrys_locale":0.01,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_augmented_item_to_the_parent_entrys_locale_when_max_items_is_one":0.008,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_augmented_items_to_the_current_sites_locale_when_parent_is_not_localizable":0.009,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_augmented_item_to_the_current_sites_locale_when_parent_is_not_localizable_when_max_items_is_one":0.004,"Tests\\Fieldtypes\\EntriesTest::it_shallow_augments_to_a_collection_of_entries":0.003,"Tests\\Fieldtypes\\EntriesTest::it_shallow_augments_to_a_single_entry_when_max_items_is_one":0.003,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_shallow_augmented_items_to_the_parent_entrys_locale":0.01,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_shallow_augmented_item_to_the_parent_entrys_locale_when_max_items_is_one":0.008,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_shallow_augmented_items_to_the_current_sites_locale_when_parent_is_not_localizable":0.006,"Tests\\Fieldtypes\\EntriesTest::it_localizes_the_shallow_augmented_item_to_the_current_sites_locale_when_parent_is_not_localizable_when_max_items_is_one":0.005,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, single item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, multiple item array":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, empty array":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, null":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max undefined, string":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, single item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, multiple item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, empty array":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, null":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max > 1, string":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, single item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, multiple item array":0.002,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, empty array":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, null":0.001,"Tests\\Fieldtypes\\EntriesTest::it_normalizes_queryable_value#max = 1, string":0.002,"Tests\\Fieldtypes\\GridTest::it_preprocesses_the_values":0.001,"Tests\\Fieldtypes\\GridTest::it_preprocesses_the_values_recursively":0.001,"Tests\\Fieldtypes\\GridTest::it_processes_the_values":0.001,"Tests\\Fieldtypes\\GridTest::it_processes_the_values_recursively_if_ids_inside_sets_are_allowed":0.001,"Tests\\Fieldtypes\\GridTest::it_processes_the_values_recursively":0.001,"Tests\\Fieldtypes\\GridTest::it_preloads_preprocessed_default_values":0.001,"Tests\\Fieldtypes\\GridTest::it_augments":0.001,"Tests\\Fieldtypes\\GridTest::it_augments_with_custom_row_id_handle":0.001,"Tests\\Fieldtypes\\GridTest::it_converts_a_queryable_value":0,"Tests\\Fieldtypes\\GridTest::it_generates_field_path_prefix":0.001,"Tests\\Fieldtypes\\IconTest::it_finds_default_icons":0.001,"Tests\\Fieldtypes\\IconTest::it_accepts_svg_strings":0.001,"Tests\\Fieldtypes\\LinkTest::it_augments_string_to_string":0,"Tests\\Fieldtypes\\LinkTest::it_augments_reference_to_object":0,"Tests\\Fieldtypes\\LinkTest::it_augments_invalid_object_to_null":0,"Tests\\Fieldtypes\\LinkTest::it_augments_null_to_null":0,"Tests\\Fieldtypes\\MarkdownTest::it_augments_to_html":0.002,"Tests\\Fieldtypes\\MarkdownTest::it_returns_null_on_null_value":0,"Tests\\Fieldtypes\\MarkdownTest::it_augments_with_smartypants":0.005,"Tests\\Fieldtypes\\MarkdownTest::it_converts_to_smartypants_after_html":0.002,"Tests\\Fieldtypes\\MarkdownTest::it_can_add_links_automatically_when_augmenting":0.01,"Tests\\Fieldtypes\\MarkdownTest::it_can_escape_markup_when_augmenting":0.003,"Tests\\Fieldtypes\\MarkdownTest::it_can_automatically_add_line_breaks_when_augmenting":0.002,"Tests\\Fieldtypes\\MarkdownTest::it_converts_statamic_asset_urls":0.006,"Tests\\Fieldtypes\\NestedFieldsTest::it_preprocesses_each_value_when_used_for_config":0.001,"Tests\\Fieldtypes\\NestedFieldsTest::it_preprocesses_from_blueprint_format_to_vue":0,"Tests\\Fieldtypes\\NestedFieldsTest::it_processes_from_vue_to_blueprint_format":0.001,"Tests\\Fieldtypes\\RadioTest::it_casts_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\RadioTest::it_doesnt_cast_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_options_with_keys":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_options_with_numeric_keys":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_options_without_keys":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_a_null_value":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_boolean_casting":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\RadioTest::it_augments_to_a_LabeledValue_object_with_no_options#null":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_with_empty_value#grouped sets (new)":0,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_with_empty_value#ungrouped sets (old)":0,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_the_values#grouped sets (new)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_the_values#ungrouped sets (old)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_the_values_recursively#grouped sets (new)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preprocesses_the_values_recursively#ungrouped sets (old)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_processes_the_values":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_processes_the_values_recursively":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_processes_the_values_recursively_with_a_custom_id":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_preloads#grouped sets (new)":0.002,"Tests\\Fieldtypes\\ReplicatorTest::it_preloads#ungrouped sets (old)":0.002,"Tests\\Fieldtypes\\ReplicatorTest::it_augments":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_augments_with_custom_row_id_handle":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_converts_a_queryable_value":0,"Tests\\Fieldtypes\\ReplicatorTest::it_generates_field_path_prefix#grouped sets (new)":0.001,"Tests\\Fieldtypes\\ReplicatorTest::it_generates_field_path_prefix#ungrouped sets (old)":0.001,"Tests\\Fieldtypes\\SelectTest::throws_a_validation_error_when_key_is_missing_from_option":0.002,"Tests\\Fieldtypes\\SelectTest::does_not_throw_a_validation_error_when_all_options_have_keys":0.002,"Tests\\Fieldtypes\\SelectTest::it_casts_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\SelectTest::it_doesnt_cast_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\SelectTest::it_casts_multiple_booleans_during_processing_when_enabled":0.001,"Tests\\Fieldtypes\\SelectTest::it_doesnt_cast_multiple_booleans_during_processing_when_disabled":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_options_with_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_options_with_numeric_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_options_without_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_a_null_value":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_boolean_casting":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_a_LabeledValue_object_with_no_options#null":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_to_empty_array_when_null_and_configured_for_multiple":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_numeric_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_floats_for_keys":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_boolean_casting":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_boolean_casting_and_a_null_option":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_no_options#empty_array":0.001,"Tests\\Fieldtypes\\SelectTest::it_augments_multiple_enabled_to_an_array_of_LabeledValue_equivalents_with_no_options#null":0.001,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_with_groups":0,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_without_groups":0,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_with_empty_value":0,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_for_config_with_groups":0.002,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_for_config_without_groups":0.001,"Tests\\Fieldtypes\\SetsTest::it_preprocesses_for_config_with_empty_value":0,"Tests\\Fieldtypes\\SetsTest::it_processes":0.001,"Tests\\Fieldtypes\\SetsTest::it_provides_statamic_plump_icons_to_script_by_default":0,"Tests\\Fieldtypes\\SetsTest::it_can_provide_custom_user_icons_subfolder":0,"Tests\\Fieldtypes\\SetsTest::it_can_provide_custom_user_icons_directory":0,"Tests\\Fieldtypes\\SetsTest::it_can_provide_custom_user_icons_directory_and_sub_folder":0,"Tests\\Fieldtypes\\TemplatesTest::it_returns_a_list_of_templates":0.011,"Tests\\Fieldtypes\\TermsTest::it_augments_slugs_to_a_query_builder_when_using_a_single_taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_augments_ids_to_a_query_builder_when_using_multiple_taxonomies":0.004,"Tests\\Fieldtypes\\TermsTest::it_throws_an_exception_when_augmenting_a_slug_when_using_multiple_taxonomies":0.004,"Tests\\Fieldtypes\\TermsTest::it_augments_to_a_single_term_when_max_items_is_one":0.004,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_augmented_items_to_the_parent_entrys_locale":0.005,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_augmented_item_to_the_parent_entrys_locale_when_max_items_is_one":0.004,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_augmented_items_to_the_current_sites_locale_when_parent_is_not_localizable":0.003,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_augmented_item_to_the_current_sites_locale_when_parent_is_not_localizable_when_max_items_is_one":0.002,"Tests\\Fieldtypes\\TermsTest::it_shallow_augments_slugs_to_a_collection_of_terms_when_using_a_single_taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_shallow_augments_to_a_single_term_when_max_items_is_one":0.012,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_shallow_augmented_items_to_the_parent_entrys_locale":0.005,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_shallow_augmented_item_to_the_parent_entrys_locale_when_max_items_is_one":0.005,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_shallow_augmented_items_to_the_current_sites_locale_when_parent_is_not_localizable":0.003,"Tests\\Fieldtypes\\TermsTest::it_localizes_the_shallow_augmented_item_to_the_current_sites_locale_when_parent_is_not_localizable_when_max_items_is_one":0.003,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry and handle matches taxonomy":0.006,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry and handle does not match taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry and handle matches taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry and handle does not match taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry, handle matches taxonomy, nested field":0.006,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry, handle does not match taxonomy, nested field":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry, handle matches taxonomy, nested field":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry, handle does not match taxonomy, nested field":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry and handle matches taxonomy, collection doesnt use taxonomy":0.012,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry and handle does not match taxonomy, collection doesnt use taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry and handle matches taxonomy, collection doesnt use taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry and handle does not match taxonomy, collection doesnt use taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry, handle matches taxonomy, nested field, collection doesnt use taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is entry, handle does not match taxonomy, nested field, collection doesnt use taxonomy":0.005,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry, handle matches taxonomy, nested field, collection doesnt use taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::it_attaches_collection_during_augmentation#parent is not entry, handle does not match taxonomy, nested field, collection doesnt use taxonomy":0.004,"Tests\\Fieldtypes\\TermsTest::using_both_taxonomy_and_taxonomies_throws_an_exception":0.004,"Tests\\Fieldtypes\\TermsTest::having_taxonomy_defined_but_not_taxonomies_throws_an_exception":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, single item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, multiple item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, empty array":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, null":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max undefined, string":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, single item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, multiple item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, empty array":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, null":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max > 1, string":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, single item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, multiple item array":0.004,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, empty array":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, null":0.003,"Tests\\Fieldtypes\\TermsTest::it_normalizes_queryable_value#max = 1, string":0.004,"Tests\\Fieldtypes\\TextTest::it_processes_values#text":0.001,"Tests\\Fieldtypes\\TextTest::it_processes_values#number":0.001,"Tests\\Fieldtypes\\TimeTest::it_processes_on_save#null":0,"Tests\\Fieldtypes\\TimeTest::it_processes_on_save#null with seconds":0,"Tests\\Fieldtypes\\TimeTest::it_processes_on_save#midnight":0,"Tests\\Fieldtypes\\TimeTest::it_processes_on_save#time":0,"Tests\\Fieldtypes\\TimeTest::it_validates#valid time":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#valid time with seconds":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#invalid time format":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#12 hour time":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#invalid hour":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#invalid minute":0.001,"Tests\\Fieldtypes\\TimeTest::it_validates#invalid second":0.001,"Tests\\Fieldtypes\\ToggleTest::it_augments_to_a_boolean":0,"Tests\\Fieldtypes\\ToggleTest::it_processes_to_a_boolean_only_when_value_is_actually_set_or_submitted":0,"Tests\\Fieldtypes\\UsersTest::it_augments_to_a_query_builder":0.001,"Tests\\Fieldtypes\\UsersTest::it_augments_to_a_query_builder_when_theres_no_value":0.001,"Tests\\Fieldtypes\\UsersTest::it_augments_to_a_single_user_when_max_items_is_one":0.001,"Tests\\Fieldtypes\\UsersTest::it_shallow_augments_to_a_collection_of_users":0.002,"Tests\\Fieldtypes\\UsersTest::it_shallow_augments_to_a_single_user_when_max_items_is_one":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, single item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, multiple item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, empty array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, null":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max undefined, string":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, single item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, multiple item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, empty array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, null":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max > 1, string":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, single item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, multiple item array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, empty array":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, null":0.001,"Tests\\Fieldtypes\\UsersTest::it_normalizes_queryable_value#max = 1, string":0.001,"Tests\\Fieldtypes\\YamlTest::it_processes#string":0.001,"Tests\\Fieldtypes\\YamlTest::it_processes#multiline string":0,"Tests\\Fieldtypes\\YamlTest::it_processes#empty":0,"Tests\\Fieldtypes\\YamlTest::it_processes#associative array":0,"Tests\\Fieldtypes\\YamlTest::it_processes#single item associative array":0,"Tests\\Fieldtypes\\YamlTest::it_processes#numeric array":0,"Tests\\Fieldtypes\\YamlTest::it_processes#single item numeric array":0,"Tests\\Fieldtypes\\YamlTest::it_processes#string with dash space":0,"Tests\\Fieldtypes\\YamlTest::it_processes#multiline string with dash space":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_normalizes_relative_paths":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_normalizes_absolute_paths":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_normalizes_absolute_paths_outside_the_root":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_checks_if_a_path_is_within_the_root":0,"Tests\\Filesystem\\FilesystemAdapterTest::it_gets_files_from_outside_of_the_root_and_outputs_absolute_paths":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::it_can_explicitly_request_absolute_paths":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::it_makes_a_file_collection":0,"Tests\\Filesystem\\FilesystemAdapterTest::gets_file_contents":0,"Tests\\Filesystem\\FilesystemAdapterTest::gets_fallback_if_file_doesnt_exist":0,"Tests\\Filesystem\\FilesystemAdapterTest::checks_if_file_exists":0,"Tests\\Filesystem\\FilesystemAdapterTest::cannot_check_if_null_exists":0,"Tests\\Filesystem\\FilesystemAdapterTest::puts_contents_into_a_file":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::puts_content_into_a_file_in_a_subdirectory":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::deletes_files":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::cannot_delete_null":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::copies_files":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::copies_files_and_overwrites":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::moves_files":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::moves_files_and_overwrites":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::renames_a_file":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_file_extension":0,"Tests\\Filesystem\\FilesystemAdapterTest::gets_mime_type":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_last_modified":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_file_size":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::checks_if_a_file_is_an_image":0,"Tests\\Filesystem\\FilesystemAdapterTest::makes_a_directory":0,"Tests\\Filesystem\\FilesystemAdapterTest::gets_files_from_a_directory":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_files_from_a_directory_recursively":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_files_recursively_with_directory_exceptions":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_folders":0.002,"Tests\\Filesystem\\FilesystemAdapterTest::gets_folders_recursively":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::gets_files_by_type":0.002,"Tests\\Filesystem\\FilesystemAdapterTest::checks_for_empty_directories":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::checks_for_directories":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::copies_directories":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::moves_directories":0.001,"Tests\\Filesystem\\FilesystemAdapterTest::deletes_empty_subdirectories":0.002,"Tests\\Filesystem\\FilesystemAdapterTest::gets_filesystem":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_normalizes_relative_paths":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_normalizes_absolute_paths":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_throws_an_exception_when_normalizing_a_path_outside_the_root":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_throws_exception_when_normalizing_an_absolute_path_on_a_non_local_adapter":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_throws_an_exception_when_requesting_absolute_paths":0,"Tests\\Filesystem\\FlysystemAdapterTest::it_makes_a_file_collection":0,"Tests\\Filesystem\\FlysystemAdapterTest::gets_file_contents":0,"Tests\\Filesystem\\FlysystemAdapterTest::gets_fallback_if_file_doesnt_exist":0,"Tests\\Filesystem\\FlysystemAdapterTest::checks_if_file_exists":0,"Tests\\Filesystem\\FlysystemAdapterTest::cannot_check_if_null_exists":0,"Tests\\Filesystem\\FlysystemAdapterTest::puts_contents_into_a_file":0,"Tests\\Filesystem\\FlysystemAdapterTest::puts_content_into_a_file_in_a_subdirectory":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::deletes_files":0,"Tests\\Filesystem\\FlysystemAdapterTest::cannot_delete_null":0,"Tests\\Filesystem\\FlysystemAdapterTest::copies_files":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::copies_files_and_overwrites":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::moves_files":0,"Tests\\Filesystem\\FlysystemAdapterTest::moves_files_and_overwrites":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::renames_a_file":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_file_extension":0,"Tests\\Filesystem\\FlysystemAdapterTest::gets_mime_type":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_last_modified":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_file_size":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::checks_if_a_file_is_an_image":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::makes_a_directory":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_files_from_a_directory":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_files_from_a_directory_recursively":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_files_recursively_with_directory_exceptions":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_folders":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_folders_recursively":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::gets_files_by_type":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::checks_for_empty_directories":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::checks_for_directories":0,"Tests\\Filesystem\\FlysystemAdapterTest::copies_directories":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::moves_directories":0.001,"Tests\\Filesystem\\FlysystemAdapterTest::deletes_empty_subdirectories":0.002,"Tests\\Filesystem\\FlysystemAdapterTest::gets_filesystem":0,"Tests\\Filesystem\\ManagerTest::it_wraps_an_illuminate_disk":0.001,"Tests\\FluentlyGetsAndSetsTest::it_can_get_and_set_a_protected_property":0,"Tests\\FluentlyGetsAndSetsTest::it_can_get_and_set_back_to_null":0,"Tests\\FluentlyGetsAndSetsTest::it_can_get_and_set_with_custom_get_and_set_logic":0,"Tests\\FluentlyGetsAndSetsTest::it_can_get_and_set_via_magic_getter":0,"Tests\\FluentlyGetsAndSetsTest::it_can_run_custom_after_setter_logic":0,"Tests\\FluentlyGetsAndSetsTest::it_can_set_fluently":0,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email":0.005,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email with name":0.01,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email with name using antlers":0.005,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email from global set using antlers":0.006,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#single email with name from global set using antlers":0.005,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#multiple emails":0.003,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#multiple emails with name":0.003,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#multiple emails using antlers":0.011,"Tests\\Forms\\EmailTest::it_adds_recipient_from_the_config#multiple emails with name using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email with name":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_sender_from_the_config#single email with name from global set using antlers":0.012,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email with name":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#single email with name from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#multiple emails":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#multiple emails with name":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#multiple emails using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_reply_to_from_the_config#multiple emails with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email with name":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email with name using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#single email with name from global set using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#multiple emails":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#multiple emails with name":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#multiple emails using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_cc_from_the_config#multiple emails with name using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email with name":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email using antlers":0.004,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#single email with name from global set using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#multiple emails":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#multiple emails with name":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#multiple emails using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_bcc_from_the_config#multiple emails with name using antlers":0.003,"Tests\\Forms\\EmailTest::it_adds_subject_from_the_config":0.003,"Tests\\Forms\\EmailTest::it_adds_data_to_the_view":0.003,"Tests\\Forms\\EmailTest::attachments_are_added":0.001,"Tests\\Forms\\EmailTest::it_adds_renderable_fields":0.001,"Tests\\Forms\\EmailTest::the_sites_locale_gets_used_on_the_mailable":0.002,"Tests\\Forms\\FormRepositoryTest::test_find_or_fail_gets_form":0.001,"Tests\\Forms\\FormRepositoryTest::test_find_or_fail_throws_exception_when_form_does_not_exist":0,"Tests\\Forms\\FormTest::it_saves_a_form":0.001,"Tests\\Forms\\FormTest::it_dispatches_form_created_only_once":0.001,"Tests\\Forms\\FormTest::it_saves_quietly":0.001,"Tests\\Forms\\FormTest::if_creating_event_returns_false_the_form_doesnt_save":0.001,"Tests\\Forms\\FormTest::if_saving_event_returns_false_the_form_doesnt_save":0.001,"Tests\\Forms\\FormTest::it_gets_all_forms":0.001,"Tests\\Forms\\FormTest::it_has_default_honeypot":0,"Tests\\Forms\\FormTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Forms\\FormTest::it_is_arrayable":0.001,"Tests\\Forms\\FormTest::it_can_get_action_url":0,"Tests\\Forms\\FormTest::it_fires_a_deleting_event":0,"Tests\\Forms\\FormTest::it_does_not_delete_when_a_deleting_event_returns_false":0,"Tests\\Forms\\FormTest::it_deletes_quietly":0,"Tests\\Forms\\SendEmailTest::it_sends_email":0.004,"Tests\\Forms\\SendEmailsTest::it_queues_email_jobs":0.004,"Tests\\Forms\\SendEmailsTest::it_queues_email_jobs_when_config_contains_single_email":0.001,"Tests\\Forms\\SendEmailsTest::it_dispatches_delete_attachments_job_after_dispatching_email_jobs":0.001,"Tests\\Forms\\SendEmailsTest::no_email_jobs_are_queued_if_none_are_configured#null":0.001,"Tests\\Forms\\SendEmailsTest::no_email_jobs_are_queued_if_none_are_configured#empty array":0.001,"Tests\\Forms\\SubmissionQueryBuilderTest::it_gets_submissions":0.004,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_wheres":0.004,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_or_wheres":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_or_where_ins":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_or_where_not_ins":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_nested_wheres":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_nested_where_ins":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::it_filters_using_nested_where_not_ins":0.006,"Tests\\Forms\\SubmissionQueryBuilderTest::it_sorts":0.006,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_column":0.007,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_date":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_month":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_day":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_year":0.004,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_time":0.004,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_json_contains":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_json_doesnt_contain":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_or_where_json_contains":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_or_where_json_doesnt_contain":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_where_json_length":0.005,"Tests\\Forms\\SubmissionQueryBuilderTest::submissions_are_found_using_offset":0.004,"Tests\\Forms\\SubmissionTest::the_id_is_generated_the_first_time_but_can_be_overridden":0,"Tests\\Forms\\SubmissionTest::generated_ids_dont_have_commas":0.001,"Tests\\Forms\\SubmissionTest::it_sets_and_gets_data":0.001,"Tests\\Forms\\SubmissionTest::it_saves_a_submission":0.002,"Tests\\Forms\\SubmissionTest::it_dispatches_submission_created_only_once":0.003,"Tests\\Forms\\SubmissionTest::it_saves_quietly":0.002,"Tests\\Forms\\SubmissionTest::if_creating_event_returns_false_the_submission_doesnt_save":0.01,"Tests\\Forms\\SubmissionTest::if_saving_event_returns_false_the_submission_doesnt_save":0.002,"Tests\\Forms\\SubmissionTest::it_deletes_quietly":0.001,"Tests\\FrontendTest::page_is_displayed":0.018,"Tests\\FrontendTest::page_is_displayed_with_query_string":0.016,"Tests\\FrontendTest::page_is_displayed_with_ending_slash":0.008,"Tests\\FrontendTest::page_is_displayed_with_query_string_and_ending_slash":0.008,"Tests\\FrontendTest::page_with_no_explicit_layout_will_not_use_a_layout":0.007,"Tests\\FrontendTest::home_page_on_second_subdirectory_based_site_is_displayed":0.019,"Tests\\FrontendTest::home_page_on_second_subdirectory_based_site_is_displayed_with_ending_slash":0.011,"Tests\\FrontendTest::home_page_on_second_domain_site_is_displayed":0.011,"Tests\\FrontendTest::home_page_on_second_domain_site_is_displayed_with_ending_slash":0.011,"Tests\\FrontendTest::drafts_are_not_visible":0.007,"Tests\\FrontendTest::drafts_are_visible_if_using_live_preview":0.008,"Tests\\FrontendTest::drafts_dont_get_statically_cached":0.001,"Tests\\FrontendTest::future_private_entries_are_not_viewable":0.01,"Tests\\FrontendTest::future_private_entries_viewable_in_live_preview":0.009,"Tests\\FrontendTest::future_private_entries_dont_get_statically_cached":0.001,"Tests\\FrontendTest::past_private_entries_are_not_viewable":0.009,"Tests\\FrontendTest::past_private_entries_are_viewable_in_live_preview":0.009,"Tests\\FrontendTest::past_private_entries_dont_get_statically_cached":0.009,"Tests\\FrontendTest::key_variables_key_added":0.008,"Tests\\FrontendTest::fields_gets_augmented":0.009,"Tests\\FrontendTest::changes_content_type_to_xml":0.007,"Tests\\FrontendTest::changes_content_type_to_atom":0.007,"Tests\\FrontendTest::changes_content_type_to_json":0.007,"Tests\\FrontendTest::changes_content_type_to_text":0.007,"Tests\\FrontendTest::xml_antlers_template_with_xml_layout_will_use_both_and_change_the_content_type":0.015,"Tests\\FrontendTest::xml_antlers_template_with_non_xml_layout_will_change_content_type_but_avoid_using_the_layout":0.006,"Tests\\FrontendTest::xml_antlers_layout_will_change_the_content_type":0.007,"Tests\\FrontendTest::xml_blade_template_will_not_change_content_type":0.006,"Tests\\FrontendTest::xml_template_with_custom_content_type_does_not_change_to_xml":0.015,"Tests\\FrontendTest::sends_powered_by_header_if_enabled":0.007,"Tests\\FrontendTest::doesnt_send_powered_by_header_if_disabled":0.008,"Tests\\FrontendTest::disables_floc_through_header_by_default":0.007,"Tests\\FrontendTest::doesnt_disable_floc_through_header_if_disabled":0.008,"Tests\\FrontendTest::headers_can_be_set_in_content":0.009,"Tests\\FrontendTest::event_is_emitted_when_response_is_created":0.009,"Tests\\FrontendTest::amp_requests_load_their_amp_directory_counterparts":0.001,"Tests\\FrontendTest::amp_requests_without_an_amp_template_result_in_a_404":0.001,"Tests\\FrontendTest::routes_pointing_to_controllers_should_render":0.001,"Tests\\FrontendTest::routes_pointing_to_invalid_controller_should_render_404":0.001,"Tests\\FrontendTest::a_redirect_key_in_the_page_data_should_redirect":0.001,"Tests\\FrontendTest::a_redirect_key_with_a_404_value_should_404":0.001,"Tests\\FrontendTest::a_redirect_key_with_an_entry_should_redirect_to_the_entry":0.001,"Tests\\FrontendTest::a_redirect_key_with_an_unknown_entry_should_404":0.001,"Tests\\FrontendTest::debug_bar_shows_cascade_variables_if_enabled":0.001,"Tests\\FrontendTest::the_404_page_is_treated_like_a_template":0.011,"Tests\\FrontendTest::it_sets_the_translation_locale_based_on_site":0.01,"Tests\\FrontendTest::it_sets_the_carbon_to_string_format":0.006,"Tests\\FrontendTest::it_sets_the_locale":0.009,"Tests\\FrontendTest::home_page_is_not_overridden_by_entries_in_another_structured_collection_with_no_url":0.011,"Tests\\FrontendTest::redirect_is_followed#valid redirect":0.007,"Tests\\FrontendTest::redirect_is_followed#invalid redirect":0.007,"Tests\\FrontendTest::redirect_is_followed#missing redirect":0.015,"Tests\\FrontendTest::redirect_is_followed_when_no_field_is_present_in_blueprint#valid redirect":0.007,"Tests\\FrontendTest::redirect_is_followed_when_no_field_is_present_in_blueprint#missing redirect":0.008,"Tests\\FrontendTest::redirect_is_followed_when_no_field_is_present_in_blueprint#intentional 404":0.008,"Tests\\FrontendTest::redirect_is_followed_when_value_is_inherited_from_origin":0.017,"Tests\\FrontendTest::redirect_http_status_is_applied_when_present_in_blueprint":0.008,"Tests\\FrontendTest::redirect_http_status_is_applied_when_missing_from_blueprint":0.007,"Tests\\FrontendTest::it_protects_404_pages":0.005,"Tests\\Git\\GitEventTest::it_doesnt_commit_when_git_is_disabled":0.002,"Tests\\Git\\GitEventTest::it_doesnt_commit_when_automatic_is_disabled":0.001,"Tests\\Git\\GitEventTest::it_doesnt_commit_ignored_events":0.002,"Tests\\Git\\GitEventTest::it_doesnt_commit_when_event_subscriber_is_disabled":0.002,"Tests\\Git\\GitEventTest::it_commits_when_custom_addon_events_are_registered":0,"Tests\\Git\\GitEventTest::it_commits_when_blueprint_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_fieldset_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_collection_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_entry_is_saved_and_deleted":0.004,"Tests\\Git\\GitEventTest::it_commits_when_tracked_revisions_are_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_navigation_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_a_navigation_tree_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_a_collection_tree_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_taxonomy_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_term_is_saved_and_deleted":0.003,"Tests\\Git\\GitEventTest::it_commits_when_global_set_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_form_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_form_submission_is_saved_and_deleted":0.003,"Tests\\Git\\GitEventTest::it_commits_when_user_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_user_role_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_user_group_is_saved_and_deleted":0.001,"Tests\\Git\\GitEventTest::it_commits_when_default_user_preferences_are_saved":0.001,"Tests\\Git\\GitEventTest::it_commits_when_asset_container_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_saved_and_deleted":0.004,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_uploaded":0.004,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_reuploaded":0.003,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_moved":0.005,"Tests\\Git\\GitEventTest::it_commits_when_asset_is_renamed":0.004,"Tests\\Git\\GitEventTest::it_commits_only_once_when_asset_is_replaced":0.004,"Tests\\Git\\GitEventTest::it_commits_when_replaced_asset_is_deleted":0.005,"Tests\\Git\\GitEventTest::it_commits_when_asset_folder_is_saved_and_deleted":0.002,"Tests\\Git\\GitEventTest::it_batches_term_references_changes_into_one_commit":0.01,"Tests\\Git\\GitEventTest::it_batches_asset_references_changes_into_one_commit":0.011,"Tests\\Git\\GitProcessTest::it_can_get_git_root":0.027,"Tests\\Git\\GitProcessTest::it_can_check_if_folder_is_in_git_repo":0.039,"Tests\\Git\\GitProcessTest::it_can_get_git_status_of_parent_repo":0.038,"Tests\\Git\\GitProcessTest::it_can_get_git_status_of_specific_sub_paths":0.03,"Tests\\Git\\GitProcessTest::it_logs_error_output":0.005,"Tests\\Git\\GitProcessTest::it_doesnt_log_resolving_deltas_as_error_output":0.005,"Tests\\Git\\GitProcessTest::it_doesnt_log_added_host_key_to_known_hosts_as_error_output":0.005,"Tests\\Git\\GitTest::it_wont_run_if_git_integration_is_not_enabled":0.005,"Tests\\Git\\GitTest::it_gets_tracked_statuses":0.077,"Tests\\Git\\GitTest::it_returns_null_when_statuses_are_clean":0.042,"Tests\\Git\\GitTest::it_filters_out_external_paths_that_are_not_separate_repos":0.055,"Tests\\Git\\GitTest::it_can_handle_configured_paths_that_are_symlinks":0.032,"Tests\\Git\\GitTest::it_gets_git_user_info":0.005,"Tests\\Git\\GitTest::it_commits_tracked_content":0.157,"Tests\\Git\\GitTest::it_shell_escapes_git_user_name_and_email":0.106,"Tests\\Git\\GitTest::it_can_commit_with_custom_commit_message":0.082,"Tests\\Git\\GitTest::it_can_run_custom_commands":0.069,"Tests\\Git\\GitTest::it_dispatches_commit_job":0.005,"Tests\\Git\\GitTest::it_doesnt_push_by_default":0.047,"Tests\\Git\\GitTest::it_doesnt_push_when_there_was_nothing_to_commit":0.047,"Tests\\Git\\GitTest::it_can_push_after_a_commit":0.072,"Tests\\GraphQL\\AssetInterfaceTest::it_adds_types":0.011,"Tests\\GraphQL\\EntryInterfaceTest::it_adds_types":0.003,"Tests\\GraphQL\\GlobalSetInterfaceTest::it_adds_types":0.003,"Tests\\GraphQL\\NavPageInterfaceTest::it_gets_the_fields":0.002,"Tests\\GraphQL\\PageInterfaceTest::it_adds_types":0.004,"Tests\\GraphQL\\TermInterfaceTest::it_adds_types":0.009,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_view_paths#amp enabled, amp request":0,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_view_paths#amp enabled, non-amp request":0,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_view_paths#amp disabled, default site":0.001,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_view_paths#amp disabled, second site":0,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_namespaced_view_paths#default site":0,"Tests\\Http\\Middleware\\AddViewPathsTest::adds_namespaced_view_paths#second site":0,"Tests\\Http\\Middleware\\AddViewPathsTest::middleware_attached_to_routes":0,"Tests\\Http\\Middleware\\SelectedSiteTest::it_sets_selected_site_first_authorized_one":0.002,"Tests\\Http\\Middleware\\SelectedSiteTest::it_doesnt_do_anything_when_there_are_no_authorized_sites":0.002,"Tests\\Http\\Middleware\\SelectedSiteTest::middleware_attached_to_routes":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#or":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#crop":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#w":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#h":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#fit":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#dpr":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#bri":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#con":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#gam":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#sharp":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#blur":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#pixel":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#filt":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#mark":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markh":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markw":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markx":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#marky":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markpad":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markpos":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markfit":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#markalpha":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#bg":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#border":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#q":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#fm":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params#p":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#or":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#crop":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#w":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#h":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#fit":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#dpr":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#bri":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#con":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#gam":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#sharp":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#blur":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#pixel":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#filt":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#mark":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markh":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markw":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markx":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#marky":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markpad":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markpos":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markfit":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#markalpha":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#bg":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#border":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#q":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#fm":0,"Tests\\Imaging\\GlideImageManipulatorTest::adds_standard_api_params_using_magic_method#p":0,"Tests\\Imaging\\GlideImageManipulatorTest::cannot_add_invalid_glide_param":0,"Tests\\Imaging\\GlideImageManipulatorTest::cannot_add_invalid_glide_param_using_magic_method":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#width":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#height":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#square":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#orient":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#brightness":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#contrast":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#gamma":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#sharpen":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#pixelate":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#filter":0,"Tests\\Imaging\\GlideImageManipulatorTest::testAddsParamsUsingAliases#quality":0,"Tests\\Imaging\\GlideImageManipulatorTest::focal_crop_uses_asset_value":0,"Tests\\Imaging\\GlideImageManipulatorTest::focal_crop_just_uses_crop_if_no_value_exists":0,"Tests\\Imaging\\GlideTest::cache_false_will_make_a_filesystem_in_the_storage_directory":0.003,"Tests\\Imaging\\GlideTest::cache_true_will_make_a_filesystem_using_the_cache_path_location":0.001,"Tests\\Imaging\\GlideTest::cache_true_without_cache_path_will_throw_exception":0.001,"Tests\\Imaging\\GlideTest::cache_string_will_use_a_corresponding_filesystem":0.001,"Tests\\Imaging\\GlideTest::invalid_cache_string_will_throw_exception":0.001,"Tests\\Imaging\\GlideTest::it_gets_the_glide_cache_store":0.001,"Tests\\Imaging\\GlideTest::it_creates_a_glide_cache_store_on_the_fly_if_undefined":0.001,"Tests\\Imaging\\GlideTest::it_deletes_glide_cache_for_an_asset":0.016,"Tests\\Imaging\\GlideUrlBuilderTest::testPath":0.001,"Tests\\Imaging\\GlideUrlBuilderTest::testPathWithSpace":0,"Tests\\Imaging\\GlideUrlBuilderTest::testExternal":0,"Tests\\Imaging\\GlideUrlBuilderTest::testAsset":0,"Tests\\Imaging\\GlideUrlBuilderTest::testId":0,"Tests\\Imaging\\GlideUrlBuilderTest::testConfigAddsFilename":0,"Tests\\Imaging\\GlideUrlBuilderTest::testMarkWithAsset":0,"Tests\\Imaging\\ImageGeneratorTest::it_generates_an_image_by_asset":0.006,"Tests\\Imaging\\ImageGeneratorTest::it_generates_cache_manifest_for_multiple_asset_manipulations":0.006,"Tests\\Imaging\\ImageGeneratorTest::it_generates_an_image_by_local_path":0.003,"Tests\\Imaging\\ImageGeneratorTest::it_generates_an_image_by_external_url":0.003,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_the_public_directory_by_default":0,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_the_container_when_an_asset_is_provided":0.004,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_the_container_when_an_asset_encoded_url_string_is_provided":0.003,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_local_adapter_when_a_path_is_provided":0,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_guzzle_adapter_when_a_url_is_provided#http":0,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_guzzle_adapter_when_a_url_is_provided#https":0.001,"Tests\\Imaging\\ImageValidatorTest::it_checks_if_image_has_valid_extension_and_mimetype":0,"Tests\\Imaging\\ImageValidatorTest::it_checks_if_image_extension_is_allowed_for_manipulation_with_gd_driver":0,"Tests\\Imaging\\ImageValidatorTest::it_checks_if_image_extension_is_allowed_for_manipulation_with_imagick_driver":0,"Tests\\Imaging\\ImageValidatorTest::it_checks_if_custom_image_extension_is_allowed_for_manipulation_with_proper_config":0,"Tests\\Imaging\\ManagerTest::manipulator_is_returned":0,"Tests\\Imaging\\ManagerTest::manipulator_is_returned_when_no_item_is_passed":0,"Tests\\Imaging\\ManagerTest::manipulator_is_returned_when_no_params_are_passed":0,"Tests\\Imaging\\ManagerTest::url_is_returned_when_params_are_specified":0.001,"Tests\\Imaging\\ManagerTest::it_gets_manipulation_presets":0,"Tests\\Imaging\\PresetGeneratorTest::it_generates_all_presets_for_an_asset":0.001,"Tests\\Imaging\\PresetGeneratorTest::it_generates_a_specific_asset_preset":0,"Tests\\Imaging\\StaticUrlBuilderTest::testPath":0,"Tests\\Imaging\\StaticUrlBuilderTest::testFilenameHasNoAffect":0,"Tests\\Imaging\\StaticUrlBuilderTest::testUnknownAssetThrowsException":0.001,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_addons_name":0.001,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_addons_version":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_addons_edition":0,"Tests\\Licensing\\AddonLicenseTest::it_checks_if_it_exists_on_the_marketplace":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_invalid_reason_for_a_range_issue":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_invalid_reason_for_a_edition_issue":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_version_limit":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_response":0,"Tests\\Licensing\\AddonLicenseTest::it_checks_if_its_valid":0,"Tests\\Licensing\\AddonLicenseTest::it_gets_the_invalid_reason":0,"Tests\\Licensing\\AddonLicenseTest::invalid_reason_is_null_if_there_isnt_one":0,"Tests\\Licensing\\LicenseManagerTest::it_gets_the_outpost_response":0.001,"Tests\\Licensing\\LicenseManagerTest::it_clears_the_outpost_response":0.001,"Tests\\Licensing\\LicenseManagerTest::it_checks_for_public_domains":0,"Tests\\Licensing\\LicenseManagerTest::it_checks_for_test_domains":0,"Tests\\Licensing\\LicenseManagerTest::licenses_are_valid_if_statamic_and_all_addons_are_valid":0,"Tests\\Licensing\\LicenseManagerTest::licenses_are_invalid_if_statamic_is_invalid_but_addons_are_valid":0,"Tests\\Licensing\\LicenseManagerTest::licenses_are_invalid_if_statamic_is_valid_but_any_addons_are_invalid":0,"Tests\\Licensing\\LicenseManagerTest::it_gets_the_site_license":0.001,"Tests\\Licensing\\LicenseManagerTest::it_gets_the_statamic_license":0,"Tests\\Licensing\\LicenseManagerTest::it_gets_the_addon_licenses":0,"Tests\\Licensing\\LicenseManagerTest::it_checks_if_statamic_license_needs_renewal":0,"Tests\\Licensing\\LicenseManagerTest::it_checks_for_request_failures":0.001,"Tests\\Licensing\\OutpostTest::it_builds_the_request_payload":0,"Tests\\Licensing\\OutpostTest::it_contacts_the_outpost_and_caches_the_response":0.001,"Tests\\Licensing\\OutpostTest::the_cached_response_is_used":0.001,"Tests\\Licensing\\OutpostTest::license_key_file_is_used_when_it_exists":0.002,"Tests\\Licensing\\OutpostTest::license_key_file_response_merges_installed_addons_into_response":0.001,"Tests\\Licensing\\OutpostTest::the_cached_response_is_ignored_if_the_payload_is_different":0.001,"Tests\\Licensing\\OutpostTest::it_clears_the_cached_response":0.001,"Tests\\Licensing\\OutpostTest::it_caches_a_timed_out_request_for_5_minutes":0.003,"Tests\\Licensing\\OutpostTest::it_caches_a_500_error_for_5_minutes":0.001,"Tests\\Licensing\\OutpostTest::it_caches_a_429_too_many_requests_error_for_the_length_described_in_the_retry_after_header":0.001,"Tests\\Licensing\\OutpostTest::it_caches_a_422_validation_error_for_an_hour":0.001,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_key":0,"Tests\\Licensing\\SiteLicenseTest::it_checks_for_incorrect_key_format":0,"Tests\\Licensing\\SiteLicenseTest::it_checks_for_correct_key_format":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_url_with_a_key":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_edit_url_without_a_key":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_domain_information":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_response":0,"Tests\\Licensing\\SiteLicenseTest::it_checks_if_its_valid":0,"Tests\\Licensing\\SiteLicenseTest::it_gets_the_invalid_reason":0,"Tests\\Licensing\\SiteLicenseTest::invalid_reason_is_null_if_there_isnt_one":0,"Tests\\Licensing\\StatamicLicenseTest::it_checks_if_its_pro":0,"Tests\\Licensing\\StatamicLicenseTest::it_gets_the_version":0,"Tests\\Licensing\\StatamicLicenseTest::it_gets_the_invalid_reason_for_a_range_issue":0,"Tests\\Licensing\\StatamicLicenseTest::it_needs_renewal_if_outside_license_range":0,"Tests\\Licensing\\StatamicLicenseTest::it_gets_the_response":0,"Tests\\Licensing\\StatamicLicenseTest::it_checks_if_its_valid":0,"Tests\\Licensing\\StatamicLicenseTest::it_gets_the_invalid_reason":0,"Tests\\Licensing\\StatamicLicenseTest::invalid_reason_is_null_if_there_isnt_one":0,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_saving_a_new_path_to_an_asset":0.022,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_moving_an_asset":0.02,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_moving_an_asset_with_new_filename":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_renaming_an_asset":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_renaming_an_asset_with_unique_filename_handling":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_replacing_an_asset":0.013,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_deleting_an_asset":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_moving_an_asset_folder":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_renaming_an_asset_folder":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_references_when_deleting_an_asset_folder":0.015,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_single_assets_fields":0.016,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_multi_assets_fields":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_assets_fields_regardless_of_max_files_setting":0.016,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_multi_assets_fields_even_when_existing_field_value_is_null":0.012,"Tests\\Listeners\\UpdateAssetReferencesTest::it_nullifies_references_when_deleting_an_asset":0.016,"Tests\\Listeners\\UpdateAssetReferencesTest::it_can_be_disabled":0.012,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_link_fields":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_replicator_fields":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_legacy_replicator_configs":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_grid_fields":0.018,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_bard_fields":0.03,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_nested_asset_fields_within_legacy_bard_config":0.022,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_asset_references_in_bard_field":0.021,"Tests\\Listeners\\UpdateAssetReferencesTest::it_fails_gracefully_when_bard_value_is_null":0.014,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_asset_references_in_bard_field_when_saved_as_html":0.018,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_asset_references_in_bard_field_regardless_of_save_html_setting":0.021,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_asset_references_in_markdown_fields":0.017,"Tests\\Listeners\\UpdateAssetReferencesTest::it_recursively_updates_nested_asset_fields":0.026,"Tests\\Listeners\\UpdateAssetReferencesTest::it_doesnt_update_assets_from_another_container":0.018,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_assets_when_the_container_is_implied":0.016,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_entries":0.015,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_terms":0.02,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_global_sets":0.013,"Tests\\Listeners\\UpdateAssetReferencesTest::it_updates_users":0.019,"Tests\\Listeners\\UpdateAssetReferencesTest::it_only_saves_items_when_there_is_something_to_update":0.018,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_single_term_fields":0.009,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_multi_terms_fields":0.007,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_terms_fields_regardless_of_max_items_setting":0.007,"Tests\\Listeners\\UpdateTermReferencesTest::it_nullifies_references_when_deleting_a_term":0.017,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_scoped_single_term_fields":0.008,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_scoped_multi_terms_fields":0.006,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_scoped_term_fields_regardless_of_max_items_setting":0.007,"Tests\\Listeners\\UpdateTermReferencesTest::it_nullifies_references_when_deleting_a_scoped_term":0.008,"Tests\\Listeners\\UpdateTermReferencesTest::it_can_be_disabled":0.006,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_replicator_fields":0.009,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_legacy_replicator_configs":0.014,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_grid_fields":0.009,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_bard_fields":0.01,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_nested_term_fields_within_legacy_bard_config":0.01,"Tests\\Listeners\\UpdateTermReferencesTest::it_recursively_updates_nested_term_fields":0.011,"Tests\\Listeners\\UpdateTermReferencesTest::it_doesnt_update_terms_from_another_taxonomy":0.008,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_entries":0.007,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_terms_on_terms":0.008,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_global_sets":0.006,"Tests\\Listeners\\UpdateTermReferencesTest::it_updates_users":0.005,"Tests\\Listeners\\UpdateTermReferencesTest::it_only_saves_items_when_there_is_something_to_update":0.008,"Tests\\Macros\\CollectionMacrosTest::to_augmented_array":0,"Tests\\Macros\\CollectionMacrosTest::to_augmented_array_with_selected_keys":0,"Tests\\Markdown\\ManagerTest::it_forwards_calls_to_default_parser":0.001,"Tests\\Markdown\\ManagerTest::the_default_parser_can_have_its_config_customized":0,"Tests\\Markdown\\ManagerTest::it_makes_a_new_parser_instance":0,"Tests\\Markdown\\ManagerTest::parser_instances_can_be_saved_and_retrieved":0,"Tests\\Markdown\\ManagerTest::it_throws_an_exception_if_extending_without_returning_a_parser":0,"Tests\\Markdown\\MarkdownTest::it_parses_markdown":0,"Tests\\Markdown\\MarkdownTest::it_parses_strikethrough":0.001,"Tests\\Markdown\\MarkdownTest::it_parses_markdown_inside_markup":0.001,"Tests\\Markdown\\MarkdownTest::it_parses_attributes":0.001,"Tests\\Markdown\\MarkdownTest::it_parses_code_blocks":0.001,"Tests\\Markdown\\MarkdownTest::it_parses_tables":0.002,"Tests\\Markdown\\MarkdownTest::it_parses_description_lists":0.002,"Tests\\Markdown\\MarkdownTest::it_parses_footnotes":0.002,"Tests\\Markdown\\MarkdownTest::it_parses_tasklists":0.002,"Tests\\Markdown\\MarkdownTest::it_does_not_automatically_convert_urls_to_links":0.001,"Tests\\Markdown\\MarkdownTest::it_converts_line_breaks_on_demand":0.001,"Tests\\Markdown\\MarkdownTest::it_escapes_markup_on_demand":0.001,"Tests\\Markdown\\MarkdownTest::it_uses_smart_punctuation_on_demand":0.001,"Tests\\Markdown\\MarkdownTest::it_uses_heading_permalinks_on_demand":0.002,"Tests\\Markdown\\MarkdownTest::it_uses_table_of_contents_on_demand":0.002,"Tests\\Markdown\\ParserTest::it_parses_markdown":0,"Tests\\Markdown\\ParserTest::it_adds_an_extension":0.001,"Tests\\Markdown\\ParserTest::it_adds_extensions_using_an_array":0.001,"Tests\\Markdown\\ParserTest::it_creates_a_new_instance_based_on_the_current_instance":0,"Tests\\MiscTest::locales_tag_doesnt_ruin_future_tag_pairs#without parameter":0.012,"Tests\\MiscTest::locales_tag_doesnt_ruin_future_tag_pairs#with parameter":0.012,"Tests\\MiscTest::fieldtype_gets_correct_parent_in_loop":0.006,"Tests\\Modifiers\\AddQueryParamTest::it_adds_a_new_query_param":0,"Tests\\Modifiers\\AddQueryParamTest::it_does_nothing_if_no_parameters_are_passed":0,"Tests\\Modifiers\\AddSlashesTest::it_adds_slashes_to_qoutes":0,"Tests\\Modifiers\\AddSlashesTest::it_adds_slashes_to_backslash":0,"Tests\\Modifiers\\AddSlashesTest::it_does_not_adds_slashes_to_parenthesis":0,"Tests\\Modifiers\\AddTest::it_adds_a_number":0,"Tests\\Modifiers\\AddTest::it_adds_a_variable":0,"Tests\\Modifiers\\AliasTest::it_aliases_arrays":0.008,"Tests\\Modifiers\\AliasTest::it_aliases_collections":0,"Tests\\Modifiers\\AliasTest::it_returns_nothing_when_no_array_or_collection_was_passed":0,"Tests\\Modifiers\\AmbersandListTest::it_handles_list_with_item_is_string":0,"Tests\\Modifiers\\AmbersandListTest::it_handles_list_with_one_item":0,"Tests\\Modifiers\\AmbersandListTest::it_creates_an_list_with_default_glue":0,"Tests\\Modifiers\\AmbersandListTest::it_creates_an_list_with_custom_glue":0,"Tests\\Modifiers\\AntlersTest::it_parses_as_antlers":0.001,"Tests\\Modifiers\\AsciiTest::it_replaces_non_ascii_chars_with_closest_counterparts":0,"Tests\\Modifiers\\AtTest::it_returns_single_character_at_given_position":0,"Tests\\Modifiers\\AtTest::it_returns_empty_string_when_given_position_is_greater_than_word_length":0,"Tests\\Modifiers\\AtTest::it_returns_first_character_when_given_position_is_zero":0,"Tests\\Modifiers\\AtTest::it_returns_character_from_end_when_given_position_is_negative":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#0":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#1":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#2":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#3":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#4":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#5":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#6":0,"Tests\\Modifiers\\BackgroundPositionTest::it_converts_a_focus_point_into_css_compatible_percent_value#7":0,"Tests\\Modifiers\\BackspaceTest::it_removes_1_char_from_the_end":0,"Tests\\Modifiers\\BackspaceTest::it_removes_29_chars_from_the_end":0,"Tests\\Modifiers\\BackspaceTest::it_removes_more_chars_then_word_length_returns_empty_string":0,"Tests\\Modifiers\\BackspaceTest::it_removes_no_chars":0,"Tests\\Modifiers\\BackspaceTest::it_returns_empty_string_when_passing_zero":0,"Tests\\Modifiers\\BardHtmlTest::it_extracts_bard_html":0.001,"Tests\\Modifiers\\BardHtmlTest::it_extracts_bard_html_from_single_node":0,"Tests\\Modifiers\\BardHtmlTest::it_extracts_bard_html_from_value_object":0,"Tests\\Modifiers\\BardItemsTest::it_extracts_bard_items":0,"Tests\\Modifiers\\BardItemsTest::it_extracts_bard_items_from_single_node":0,"Tests\\Modifiers\\BardItemsTest::it_extracts_bard_items_from_value_object":0,"Tests\\Modifiers\\BardItemsTest::it_extracts_bard_items_with_nodes_appended_to_marks":0,"Tests\\Modifiers\\BardTextTest::it_extracts_bard_text":0.007,"Tests\\Modifiers\\BardTextTest::it_extracts_bard_text_from_single_node":0,"Tests\\Modifiers\\BardTextTest::it_extracts_bard_text_from_value_object":0,"Tests\\Modifiers\\CDataTest::it_wraps_the_string_in_cdata_tags":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_camelize_underscores":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_camelize_dashes":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_capitalizes_letters_following_digits":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_trims_surrounding_spaces":0,"Tests\\Modifiers\\CamelizeTest::it_camelizes_underscores#it_removes_spaces":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#0":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#1":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#2":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#3":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#4":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#5":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#6":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#7":0,"Tests\\Modifiers\\CeilTest::it_rounds_a_number_up_to_next_whole_number#8":0,"Tests\\Modifiers\\ChunkTest::it_breaks_a_collection_into_smaller_chunks":0,"Tests\\Modifiers\\ChunkTest::it_breaks_a_collection_into_six_chunks":0,"Tests\\Modifiers\\ChunkTest::it_return_no_chunks_when_param_is_zero_or_negative":0,"Tests\\Modifiers\\ChunkTest::it_chunks_values_from_query_builder":0,"Tests\\Modifiers\\ClassesTest::it_conditionally_applies_class_names":0,"Tests\\Modifiers\\CollapseTest::it_return_empty_array_when_simple_array_given":0,"Tests\\Modifiers\\CollapseTest::it_collapses_an_array_of_arrays":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#multiple_whitespace":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#surrounding_whitespaces":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#tabs_and_newlines_chars":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#multibyte_whitespace":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#thin_whitespace":0,"Tests\\Modifiers\\CollapseWhitespaceTest::it_collapses_whitespaces#ideographic_whitespace":0,"Tests\\Modifiers\\CompactTest::compact_converts_variables_to_array":0.001,"Tests\\Modifiers\\ConsoleLogTest::it_wraps_the_content_into_JS_console_log_statement":0,"Tests\\Modifiers\\ContainsTest::it_returns_true_if_needle_found_in_string":0,"Tests\\Modifiers\\ContainsTest::it_returns_false_if_needle_found_in_string_but_case_sensitivity_is_enabled":0,"Tests\\Modifiers\\ContainsTest::it_returns_true_in_string_if_the_field_name_exists_in_context":0,"Tests\\Modifiers\\ContainsTest::it_returns_false_in_string_if_the_field_name_does_not_exists_in_context":0,"Tests\\Modifiers\\ContainsTest::it_returns_true_if_needle_found_in_array":0,"Tests\\Modifiers\\ContainsTest::it_returns_true_if_needle_found_in_context_in_array":0,"Tests\\Modifiers\\ContainsTest::it_returns_false_if_needle_not_found_in_context_in_array":0,"Tests\\Modifiers\\CountTest::it_counts_number_of_items_in_array#0":0,"Tests\\Modifiers\\CountTest::it_counts_number_of_items_in_array#1":0,"Tests\\Modifiers\\CountTest::it_counts_number_of_items_in_array#2":0,"Tests\\Modifiers\\CountTest::it_counts_number_of_items_in_array#3":0,"Tests\\Modifiers\\DashifyTest::it_returns_a_lowercase_and_trimmed_string_separated_by_dashes#with_whitespaces":0,"Tests\\Modifiers\\DashifyTest::it_returns_a_lowercase_and_trimmed_string_separated_by_dashes#with_underscores_chars":0,"Tests\\Modifiers\\DashifyTest::it_returns_a_lowercase_and_trimmed_string_separated_by_dashes#surrounding_spaces":0,"Tests\\Modifiers\\DashifyTest::it_returns_a_lowercase_and_trimmed_string_separated_by_dashes#before_uppercase_chars":0,"Tests\\Modifiers\\DecodeTest::it_converts_all_html_entities_to_applicable_chars#0":0,"Tests\\Modifiers\\DeslugifyTest::it_replaces_all_hyphens_and_underscores_with_spaces#with_dashes":0,"Tests\\Modifiers\\DeslugifyTest::it_replaces_all_hyphens_and_underscores_with_spaces#with_underscores_chars":0,"Tests\\Modifiers\\DlTest::it_turns_an_yaml_key_value_mapping_into_html_definition_list":0,"Tests\\Modifiers\\DlTest::it_turns_an_empty_yaml_key_value_mapping_into_html_definition_list":0,"Tests\\Modifiers\\EmbedUrlTest::it_leaves_urls_from_unknown_providers_untouched":0,"Tests\\Modifiers\\EmbedUrlTest::it_transforms_vimeo_urls":0,"Tests\\Modifiers\\EmbedUrlTest::it_transforms_private_vimeo_urls":0,"Tests\\Modifiers\\EmbedUrlTest::it_transforms_youtube_urls":0,"Tests\\Modifiers\\EntitiesTest::it_encodes_html_entities#0":0,"Tests\\Modifiers\\ExplodeTest::it_breaks_a_string_into_an_array_of_strings":0,"Tests\\Modifiers\\ExtensionTest::it_returns_the_extension_of_filename#0":0,"Tests\\Modifiers\\ExtensionTest::it_returns_the_extension_of_filename#1":0,"Tests\\Modifiers\\ExtensionTest::it_returns_the_extension_of_filename#2":0,"Tests\\Modifiers\\ExtensionTest::it_returns_the_extension_of_filename#3":0,"Tests\\Modifiers\\FaviconTest::it_builds_an_favicon_link_from_valid_url":0,"Tests\\Modifiers\\FirstTest::it_gets_the_first_n_characters_of_a_string#0":0,"Tests\\Modifiers\\FirstTest::it_gets_the_first_n_characters_of_a_string#1":0,"Tests\\Modifiers\\FirstTest::it_gets_the_first_value_of_an_array#list":0,"Tests\\Modifiers\\FirstTest::it_gets_the_first_value_of_an_array#associative":0,"Tests\\Modifiers\\FlattenTest::it_flattens_a_multidimensional_array":0,"Tests\\Modifiers\\FlipTest::it_flips_array_key_with_value":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#0":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#1":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#2":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#3":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#4":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#5":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#6":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#7":0,"Tests\\Modifiers\\FloorTest::it_rounds_a_number_down_to_next_whole_number#8":0,"Tests\\Modifiers\\FluentModifyTest::it_handles_params_fluently":0,"Tests\\Modifiers\\FluentModifyTest::it_can_explicitly_fetch_result":0,"Tests\\Modifiers\\FluentModifyTest::passing_a_values_instance_into_it_will_not_convert_it_to_an_array":0,"Tests\\Modifiers\\FluentModifyTest::values_instances_get_converted_to_an_array_when_passing_to_a_modifier":0,"Tests\\Modifiers\\FullUrlsTest::it_replaces_root_relative_urls_with_absolute_urls":0,"Tests\\Modifiers\\GroupByTest::it_groups_an_array":0.001,"Tests\\Modifiers\\GroupByTest::it_groups_values_instances":0.001,"Tests\\Modifiers\\GroupByTest::it_groups_an_array_with_value_objects":0.001,"Tests\\Modifiers\\GroupByTest::it_can_get_keys_from_objects":0.006,"Tests\\Modifiers\\GroupByTest::it_can_get_nested_keys_from_objects":0.007,"Tests\\Modifiers\\GroupByTest::if_the_grouped_keys_are_objects_itll_convert_them_to_strings":0.014,"Tests\\Modifiers\\GroupByTest::it_groups_by_date":0.001,"Tests\\Modifiers\\GroupByTest::it_groups_by_date_with_custom_group_format":0.001,"Tests\\Modifiers\\HasLowerCaseTest::it_returns_true_if_the_string_has_lowercase_char_false_if_does_not#string_with_one_lowercase_char":0.001,"Tests\\Modifiers\\HasLowerCaseTest::it_returns_true_if_the_string_has_lowercase_char_false_if_does_not#string_with_multiple_lowercase_chars":0,"Tests\\Modifiers\\HasLowerCaseTest::it_returns_true_if_the_string_has_lowercase_char_false_if_does_not#string_with_none_lowercase_chars":0,"Tests\\Modifiers\\HasUpperCaseTest::it_returns_true_if_the_string_has_uppercase_char_false_if_does_not#string_with_one_uppercase_char":0,"Tests\\Modifiers\\HasUpperCaseTest::it_returns_true_if_the_string_has_uppercase_char_false_if_does_not#string_with_multiple_uppercase_chars":0.008,"Tests\\Modifiers\\HasUpperCaseTest::it_returns_true_if_the_string_has_uppercase_char_false_if_does_not#string_with_all_uppercase_chars":0,"Tests\\Modifiers\\HasUpperCaseTest::it_returns_true_if_the_string_has_uppercase_char_false_if_does_not#string_with_none_uppercase_chars":0,"Tests\\Modifiers\\HexToRgbTest::it_converts_hex_values_to_rgb":0,"Tests\\Modifiers\\InArrayTest::it_checks_if_an_array_contains_a_specific_value":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_with_chars":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_with_numbers":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_with_numbers_and_chars":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_with_numbers_chars_and_other_symbols":0,"Tests\\Modifiers\\IsAlphaTest::it_returns_true_if_the_string_contains_only_alphabetical_chars#string_other_symbols":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_with_numbers":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_with_chars":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_with_numbers_and_chars":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_with_numbers_chars_and_other_symbols":0,"Tests\\Modifiers\\IsAlphanumericTest::it_returns_true_if_the_string_contains_only_alphanumeric_chars#string_other_symbols":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#empty_array":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#array_with_one_item":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#array_with_multiple_item":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#multi_dimensional_array":0,"Tests\\Modifiers\\IsArrayTest::it_returns_true_if_value_is_array#no_array":0,"Tests\\Modifiers\\IsBlankTest::it_returns_true_if_input_is_blank":0,"Tests\\Modifiers\\IsBlankTest::it_returns_false_if_input_is_not_blank":0,"Tests\\Modifiers\\IsEmailTest::it_returns_true_if_the_string_is_a_valid_email_address#email":0,"Tests\\Modifiers\\IsEmailTest::it_returns_true_if_the_string_is_a_valid_email_address#no_email":0,"Tests\\Modifiers\\IsEmbeddableTest::it_checks_if_an_url_is_embeddable#youtube.com":0,"Tests\\Modifiers\\IsEmbeddableTest::it_checks_if_an_url_is_embeddable#youtu.be":0,"Tests\\Modifiers\\IsEmbeddableTest::it_checks_if_an_url_is_embeddable#vimeo":0,"Tests\\Modifiers\\IsEmbeddableTest::it_checks_if_an_url_is_embeddable#other":0,"Tests\\Modifiers\\IsEmptyTest::it_checks_if_its_empty":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#future_date":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#future_date_iso_format":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#future_date_formatted_string":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#today":0,"Tests\\Modifiers\\IsFutureTest::it_returns_true_if_date_is_future#past_date":0,"Tests\\Modifiers\\IsIterableTest::it_returns_true_if_input_is_iterable#array":0,"Tests\\Modifiers\\IsIterableTest::it_returns_true_if_input_is_iterable#collection":0,"Tests\\Modifiers\\IsIterableTest::it_returns_true_if_input_is_iterable#entries_collection":0,"Tests\\Modifiers\\IsIterableTest::it_returns_true_if_input_is_iterable#no_iterable":0,"Tests\\Modifiers\\IsJsonTest::it_returns_true_if_string_is_valid_json#empty_json":0,"Tests\\Modifiers\\IsJsonTest::it_returns_true_if_string_is_valid_json#json_string":0,"Tests\\Modifiers\\IsJsonTest::it_returns_true_if_string_is_valid_json#no_json":0,"Tests\\Modifiers\\IsLeapYearTest::it_returns_true_if_date_is_in_a_leap_year":0,"Tests\\Modifiers\\IsLeapYearTest::it_returns_false_if_date_is_not_in_a_leap_year":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_with_one_uppercase_char":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_with_multiple_uppercase_chars":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_with_all_uppercase_chars":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_all_lowercase_with_punctuation":0,"Tests\\Modifiers\\IsLowercaseTest::it_returns_true_if_string_has_only_lowercase_chars#string_all_lowercase":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#0":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#1":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#2":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#3":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#4":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#5":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#6":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#7":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#8":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#9":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#10":0,"Tests\\Modifiers\\IsNumberwangTest::is_it_or_is_not_numberwang#11":0,"Tests\\Modifiers\\IsNumericTest::it_returns_true_if_value_is_number_or_numeric_string#numbers":0,"Tests\\Modifiers\\IsNumericTest::it_returns_true_if_value_is_number_or_numeric_string#numbers_as_string":0,"Tests\\Modifiers\\IsNumericTest::it_returns_true_if_value_is_number_or_numeric_string#numbers_with_chars":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#future_date":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#future_date_iso_format":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#future_date_formatted_string":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#today":0,"Tests\\Modifiers\\IsPastTest::it_returns_true_if_date_is_past#past_date":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#future_date":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#future_date_iso_format":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#future_date_formatted_string":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#today":0,"Tests\\Modifiers\\IsTodayTest::it_returns_true_if_date_is_today#past_date":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#tomorrow":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#today":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#future_date":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#yesterday":0,"Tests\\Modifiers\\IsTomorrowTest::it_returns_true_if_date_is_tomorrow#past_date":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_all_uppercase":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_with_one_lowercase":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_all_uppercase_with_punctuation":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_with_one_uppercase_char":0,"Tests\\Modifiers\\IsUppercaseTest::it_returns_true_if_string_has_only_uppercase_chars#string_with_multiple_uppercase_chars":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#valid_url_http":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#valid_url_ssl":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#valid_url_without_slash":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#with_subdomain":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#without_subdomain_protocol":0,"Tests\\Modifiers\\IsUrlTest::it_returns_true_if_value_is_valid_url#none_url":0,"Tests\\Modifiers\\IsWeekdayTest::it_returns_true_if_date_is_weekday#tomorrow":0,"Tests\\Modifiers\\IsWeekdayTest::it_returns_true_if_date_is_weekday#today":0,"Tests\\Modifiers\\IsWeekendTest::it_returns_true_if_date_is_weekend#tomorrow":0,"Tests\\Modifiers\\IsWeekendTest::it_returns_true_if_date_is_weekend#today":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#tomorrow":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#today":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#future_date":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#yesterday":0,"Tests\\Modifiers\\IsYesterdayTest::it_returns_true_if_date_is_yesterday#past_date":0,"Tests\\Modifiers\\JoinTest::it_joins_values_of_an_array_using_a_comma_by_default":0,"Tests\\Modifiers\\JoinTest::it_joins_values_of_an_array_using_a_custom_delimiter":0,"Tests\\Modifiers\\JoinTest::it_returns_empty_string_when_value_is_null":0,"Tests\\Modifiers\\KebabTest::it_converts_the_value_to_kebab_case#with_whitespaces":0,"Tests\\Modifiers\\KebabTest::it_converts_the_value_to_kebab_case#with_underscores_chars":0,"Tests\\Modifiers\\KebabTest::it_converts_the_value_to_kebab_case#surrounding_spaces":0,"Tests\\Modifiers\\KebabTest::it_converts_the_value_to_kebab_case#before_uppercase_chars":0,"Tests\\Modifiers\\KeyByTest::it_rekeys_an_array":0,"Tests\\Modifiers\\KeyByTest::it_rekeys_a_collection":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_n_characters_of_a_string#0":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_n_characters_of_a_string#1":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_n_characters_of_a_string#2":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_value_of_an_array#list":0,"Tests\\Modifiers\\LastTest::it_gets_the_last_value_of_an_array#associative":0,"Tests\\Modifiers\\LcfirstTest::it_converts_first_char_of_string_to_lowercase_char":0,"Tests\\Modifiers\\LengthTest::it_returns_the_numbers_of_items_in_array":0,"Tests\\Modifiers\\LengthTest::it_returns_the_numbers_of_items_in_collection":0,"Tests\\Modifiers\\LengthTest::it_returns_the_number_of_items_in_a_query":0,"Tests\\Modifiers\\LengthTest::it_returns_the_number_of_items_in_an_arrayable":0,"Tests\\Modifiers\\LengthTest::it_returns_the_numbers_of_chars_in_string":0,"Tests\\Modifiers\\LengthTest::it_counts_a_collection_instead_of_toarraying_it":0,"Tests\\Modifiers\\LimitTest::it_limits_arrays":0,"Tests\\Modifiers\\LimitTest::it_limits_collections":0,"Tests\\Modifiers\\LowerTest::it_converts_all_chars_to_lowercase":0,"Tests\\Modifiers\\MacroTest::it_reads_a_macro_from_file_and_applies_it_on_a_string":0.001,"Tests\\Modifiers\\MacroTest::it_handles_a_macro_with_multiple_parameters":0,"Tests\\Modifiers\\MarkTest::it_marks":0,"Tests\\Modifiers\\MarkTest::it_marks_with_class":0,"Tests\\Modifiers\\MarkTest::it_marks_with_tags":0,"Tests\\Modifiers\\MarkTest::it_marks_with_specialchars":0,"Tests\\Modifiers\\MarkTest::it_marks_with_entities":0,"Tests\\Modifiers\\MarkTest::it_marks_bard_value":0,"Tests\\Modifiers\\MarkTest::it_marks_markdown_value":0.001,"Tests\\Modifiers\\MarkdownTest::it_converts_to_markdown":0.001,"Tests\\Modifiers\\MarkdownTest::using_an_unknown_parser_throws_exception":0,"Tests\\Modifiers\\Md5Test::it_creates_an_md5_hash_from_value":0,"Tests\\Modifiers\\ModifierTest::tags_get_initialized_correctly":0,"Tests\\Modifiers\\NeatifyTest::its_kinda_neat":0,"Tests\\Modifiers\\Nl2brTest::it_replaces_linebreaks_with_br_tags#0":0,"Tests\\Modifiers\\Nl2brTest::it_replaces_linebreaks_with_br_tags#1":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_a_string":0,"Tests\\Modifiers\\OffsetTest::it_offsets_arrays":0,"Tests\\Modifiers\\OffsetTest::it_offsets_collections":0,"Tests\\Modifiers\\OlTest::it_turns_an_array_into_an_html_ordered_list":0,"Tests\\Modifiers\\OlTest::it_turns_an_empty_yaml_key_value_mapping_into_empty_string":0,"Tests\\Modifiers\\OptionListTest::it_makes_option_lists_with_arrays":0,"Tests\\Modifiers\\OptionListTest::it_makes_option_lists_with_collections":0,"Tests\\Modifiers\\OptionListTest::it_returns_original_value_when_not_iterable":0,"Tests\\Modifiers\\ParseUrlTest::it_extracts_parseurl":0,"Tests\\Modifiers\\ParseUrlTest::it_extracts_parseurl_components":0,"Tests\\Modifiers\\PartialTest::it_injects_variable_data_into_a_partial_and_renders_it":0.001,"Tests\\Modifiers\\PathinfoTest::it_extracts_pathinfo":0,"Tests\\Modifiers\\PathinfoTest::it_extracts_pathinfo_components":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_array_of_items":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_collections_of_items":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_query_builder":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_array_of_items_with_origins":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_collections_of_items_with_origins":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_array_of_items_of_type_array":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_collections_of_items_of_type_array":0,"Tests\\Modifiers\\PluckTest::it_plucks_values_from_array_of_items_of_type_arrayaccess":0,"Tests\\Modifiers\\PluralTest::it_returns_the_plural_form_of_an_english_word_from_context#0":0,"Tests\\Modifiers\\PluralTest::it_returns_the_plural_form_of_an_english_word_from_context#1":0,"Tests\\Modifiers\\PluralTest::it_returns_the_plural_form_of_an_english_word_from_context#2":0,"Tests\\Modifiers\\PluralTest::it_returns_the_plural_form_of_an_english_word_from_parameter":0,"Tests\\Modifiers\\RandomTest::it_returns_one_random_item#array":0.005,"Tests\\Modifiers\\RandomTest::it_returns_one_random_item#collection":0,"Tests\\Modifiers\\RandomTest::it_returns_one_random_item#query builder":0.001,"Tests\\Modifiers\\RegexMarkTest::it_marks_with_regex":0,"Tests\\Modifiers\\RelativeTest::it_converts_a_date_to_relative":0,"Tests\\Modifiers\\RelativeTest::it_converts_a_date_to_relative_without_modifiers":0,"Tests\\Modifiers\\RemoveQueryParamTest::it_removes_an_existing_query_param":0,"Tests\\Modifiers\\RemoveQueryParamTest::it_does_nothing_if_the_query_param_key_does_not_exist":0,"Tests\\Modifiers\\RemoveQueryParamTest::it_does_nothing_if_no_parameters_are_passed":0,"Tests\\Modifiers\\ReverseTest::it_reverses_the_items_of_an_array":0,"Tests\\Modifiers\\ReverseTest::it_reverses_the_items_of_a_collection":0,"Tests\\Modifiers\\ReverseTest::it_reverses_items_from_query_builder":0,"Tests\\Modifiers\\ScopeTest::it_requires_a_scope_name":0,"Tests\\Modifiers\\ScopeTest::it_requires_an_associative_array":0,"Tests\\Modifiers\\ScopeTest::it_adds_scopes":0,"Tests\\Modifiers\\ScopeTest::it_adds_scopes_to_collections":0,"Tests\\Modifiers\\ScopeTest::it_augments_when_adding_scope":0.001,"Tests\\Modifiers\\ScopeTest::it_resolves_values_value_when_adding_scope":0,"Tests\\Modifiers\\SentenceListTest::it_makes_sentence_lists_with_arrays":0.001,"Tests\\Modifiers\\SentenceListTest::it_makes_sentence_lists_with_collections":0,"Tests\\Modifiers\\SentenceListTest::it_returns_original_value_when_not_iterable":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#0":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#1":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#2":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#3":0,"Tests\\Modifiers\\SetQueryParamTest::it_updates_an_existing_query_param#4":0,"Tests\\Modifiers\\SetQueryParamTest::it_adds_a_non_existant_query_param#0":0,"Tests\\Modifiers\\SetQueryParamTest::it_adds_a_non_existant_query_param#1":0,"Tests\\Modifiers\\SetQueryParamTest::it_adds_a_non_existant_query_param#2":0,"Tests\\Modifiers\\SetQueryParamTest::it_adds_a_non_existant_query_param#3":0,"Tests\\Modifiers\\SetQueryParamTest::it_does_nothing_if_no_parameters_are_passed":0,"Tests\\Modifiers\\ShrugTest::it_shruggs":0,"Tests\\Modifiers\\ShuffleTest::it_shuffles_the_items#array":0,"Tests\\Modifiers\\ShuffleTest::it_shuffles_the_items#collection":0,"Tests\\Modifiers\\ShuffleTest::it_shuffles_the_items#query builder":0,"Tests\\Modifiers\\SingularTest::it_returns_the_singular_word_of_an_english_word#0":0,"Tests\\Modifiers\\SingularTest::it_returns_the_singular_word_of_an_english_word#1":0,"Tests\\Modifiers\\SingularTest::it_returns_the_singular_word_of_an_english_word#2":0,"Tests\\Modifiers\\SlugifyTest::it_converts_the_string_to_an_url_slug#0":0,"Tests\\Modifiers\\SmartypantsTest::it_translates_plain_ascii_chars_into_smart_punctuation#0":0.001,"Tests\\Modifiers\\SnakeTest::it_converts_a_string_into_snake_case#0":0,"Tests\\Modifiers\\SnakeTest::it_converts_a_string_into_snake_case#1":0,"Tests\\Modifiers\\SortTest::it_sorts_primitive_arrays":0,"Tests\\Modifiers\\SortTest::it_sorts_primitive_arrays_descending":0,"Tests\\Modifiers\\SortTest::it_sorts_multidimensional_arrays_by_a_key":0,"Tests\\Modifiers\\SortTest::it_sorts_multidimensional_arrays_by_a_key_descending":0,"Tests\\Modifiers\\SortTest::it_sorts_primitive_arrays_randomly":0.002,"Tests\\Modifiers\\SortTest::it_sorts_multidimensional_arrays_randomly":0.002,"Tests\\Modifiers\\SpacelessTest::it_removes_excess_whitespace_and_linebreaks_from_string#spaces_and_linebreaks":0,"Tests\\Modifiers\\StrPadBothTest::it_pads_a_string#pads_5_tilde":0,"Tests\\Modifiers\\StrPadBothTest::it_pads_a_string#pads_8_plus":0,"Tests\\Modifiers\\StrPadBothTest::it_pads_a_string#pads_4_two":0,"Tests\\Modifiers\\StrPadLeftTest::it_pads_a_string#pads_5_tilde":0,"Tests\\Modifiers\\StrPadLeftTest::it_pads_a_string#pads_8_plus":0,"Tests\\Modifiers\\StrPadLeftTest::it_pads_a_string#pads_4_two":0,"Tests\\Modifiers\\StrPadRightTest::it_pads_a_string#pads_5_tilde":0,"Tests\\Modifiers\\StrPadRightTest::it_pads_a_string#pads_8_plus":0,"Tests\\Modifiers\\StrPadRightTest::it_pads_a_string#pads_4_two":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_4_default":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_8_default":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_8_tilde_both":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_8_tilde_left":0,"Tests\\Modifiers\\StrPadTest::it_pads_a_string#pads_8_tilde_right":0,"Tests\\Modifiers\\SumTest::it_sums#list of ints":0,"Tests\\Modifiers\\SumTest::it_sums#list of strings":0,"Tests\\Modifiers\\SumTest::it_sums#list of floats, should return an integer":0,"Tests\\Modifiers\\SumTest::it_sums#list of floats, should return a float":0,"Tests\\Modifiers\\SumTest::it_sums#list of strings with points":0,"Tests\\Modifiers\\SumTest::it_sums#associative array of ints":0,"Tests\\Modifiers\\SumTest::it_sums#associative array of strings":0,"Tests\\Modifiers\\SumTest::it_sums#list of int values":0,"Tests\\Modifiers\\SumTest::it_sums#list of string values":0,"Tests\\Modifiers\\SumTest::it_sums#associative array of int values":0,"Tests\\Modifiers\\SumTest::it_sums#associative array of string values":0,"Tests\\Modifiers\\TitleTest::it_converts_to_a_title":0,"Tests\\Modifiers\\ToBoolTest::it_bools":0,"Modifiers\\ToJsonTest::it_converts_to_json#empty array":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#array":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#string":0,"Modifiers\\ToJsonTest::it_converts_to_json#null":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#collection":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#collection with JsonSerializables":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#JsonSerializable object":0.001,"Modifiers\\ToJsonTest::it_converts_to_json#query builder":0.005,"Modifiers\\ToJsonTest::it_pretty_prints#empty array":0,"Modifiers\\ToJsonTest::it_pretty_prints#array":0.001,"Modifiers\\ToJsonTest::it_pretty_prints#string":0.001,"Modifiers\\ToJsonTest::it_pretty_prints#null":0,"Modifiers\\ToJsonTest::it_pretty_prints#collection":0.001,"Modifiers\\ToJsonTest::it_pretty_prints#collection with JsonSerializables":0,"Modifiers\\ToJsonTest::it_pretty_prints#JsonSerializable object":0.001,"Modifiers\\ToJsonTest::it_pretty_prints#query builder":0.005,"Tests\\Modifiers\\TrackableEmbedUrlTest::it_leaves_urls_from_unknown_providers_untouched":0,"Tests\\Modifiers\\TrackableEmbedUrlTest::it_transforms_vimeo_urls":0,"Tests\\Modifiers\\TrackableEmbedUrlTest::it_transforms_youtube_urls":0,"Tests\\Modifiers\\UlTest::it_turns_an_array_into_an_html_unordered_list":0,"Tests\\Modifiers\\UlTest::it_turns_an_empty_yaml_key_value_mapping_into_empty_string":0,"Tests\\Modifiers\\UniqueTest::it_returns_the_unique_items_in_an_array":0,"Tests\\Modifiers\\WhereTest::it_filters_data_by_a_given_key":0,"Tests\\Modifiers\\WhereTest::it_has_a_workaround_for_colon_syntax":0,"Tests\\Modifiers\\WidontTest::it_adds_space_to_plain_text":0,"Tests\\Modifiers\\WidontTest::it_uses_params_to_add_space_to_plain_text":0,"Tests\\Modifiers\\WidontTest::it_uses_params_to_add_space_to_long_broken_text":0,"Tests\\Modifiers\\WidontTest::it_adds_space_to_text_within_html_tags":0,"Tests\\Modifiers\\WidontTest::it_adds_space_to_text_within_multiple_html_tags":0,"Tests\\Modifiers\\WidontTest::it_uses_params_to_add_space_to_text_within_html_tags":0.001,"Tests\\Modifiers\\WidontTest::it_uses_params_to_add_space_to_text_within_multiple_html_tags":0,"Tests\\Modifiers\\WidontTest::it_pases_bard_test":0,"Tests\\Modifiers\\WidontTest::it_doesnt_add_nbsp_to_nested_list":0,"Tests\\OAuth\\ProviderTest::it_gets_the_config":0.001,"Tests\\OAuth\\ProviderTest::it_gets_the_label_through_the_config":0,"Tests\\OAuth\\ProviderTest::it_gets_user_data":0.001,"Tests\\OAuth\\ProviderTest::it_gets_user_data_using_a_callback":0.001,"Tests\\OAuth\\ProviderTest::it_merges_data":0.004,"Tests\\OAuth\\ProviderTest::it_makes_a_user":0.001,"Tests\\OAuth\\ProviderTest::it_makes_a_user_using_a_callback":0.001,"Tests\\OAuth\\ProviderTest::it_creates_a_user":0.003,"Tests\\OAuth\\ProviderTest::it_finds_an_existing_user_by_email":0.003,"Tests\\OAuth\\ProviderTest::it_gets_the_user_by_id_after_merging_data":0.003,"Tests\\PathsTest::testRelativePath":0,"Tests\\PathsTest::testIfPage":0,"Tests\\PathsTest::testIfEntry":0,"Tests\\PathsTest::testHiddenPage":0,"Tests\\PathsTest::testHiddenLocalizedPage":0,"Tests\\PathsTest::testHiddenEntry":0,"Tests\\PathsTest::testDraftPage":0,"Tests\\PathsTest::testDraftLocalizedPage":0,"Tests\\PathsTest::testDraftEntry":0,"Tests\\PathsTest::testAbsolutePaths":0,"Tests\\PathsTest::testResolvesPaths":0,"Tests\\PathsTest::testResolvesWindowsPaths":0,"Tests\\Permissions\\PermissionTest::it_makes_a_tree":0,"Tests\\Permissions\\PermissionTest::it_makes_tree_with_children":0,"Tests\\Permissions\\PermissionTest::it_adds_a_child":0,"Tests\\Permissions\\PermissionTest::it_adds_a_label":0,"Tests\\Permissions\\PermissionTest::it_adds_a_description":0,"Tests\\Permissions\\PermissionTest::it_adds_a_group":0,"Tests\\Permissions\\PermissionTest::it_gets_its_permissions_when_replacements_are_not_defined":0,"Tests\\Permissions\\PermissionTest::it_gets_its_permissions_when_replacements_are_defined":0,"Tests\\Permissions\\PermissionTest::it_combines_replacements_and_children":0.001,"Tests\\Permissions\\PermissionsTest::it_registers_a_permission":0,"Tests\\Permissions\\PermissionsTest::it_registers_a_permission_with_a_closure":0,"Tests\\Permissions\\PermissionsTest::it_registers_a_permission_via_a_string":0,"Tests\\Permissions\\PermissionsTest::it_registers_a_permission_via_a_string_and_closure":0,"Tests\\Permissions\\PermissionsTest::any_permissions_registered_within_a_group_callback_will_belong_to_that_group":0,"Tests\\Permissions\\PermissionsTest::it_defers_registration_until_boot_using_extend_method":0.002,"Tests\\Permissions\\PermissionsTest::it_places_any_permissions_registered_early_without_extend_callback_at_the_end":0.002,"Tests\\Permissions\\PermissionsTest::it_makes_a_tree":0.001,"Tests\\Permissions\\PermissionsTest::it_gets_all_permissions_in_a_flattened_structure":0,"Tests\\Permissions\\PermissionsTest::existing_permissions_can_be_modified":0,"Tests\\PhoneHomeTest::it_contacts_the_outpost#default":0.11,"Tests\\PhoneHomeTest::it_contacts_the_outpost#bcrypt":0.111,"Tests\\PhoneHomeTest::it_contacts_the_outpost#argon2i":0.302,"Tests\\PhoneHomeTest::it_contacts_the_outpost#argon2id":0.285,"Tests\\PhoneHomeTest::it_does_not_contact_the_outpost_if_disabled":0.061,"Tests\\PhoneHomeTest::it_does_not_contact_the_outpost_when_an_incorrect_key_is_provided":0.002,"Tests\\PhoneHomeTest::it_does_not_contact_the_outpost_when_key_is_missing":0.003,"Tests\\Policies\\CollectionPolicyTest::index_is_allowed_if_any_collection_is_viewable":0.006,"Tests\\Policies\\CollectionPolicyTest::index_is_allowed_if_any_collection_is_viewable_with_site_permissions":0.004,"Tests\\Policies\\CollectionPolicyTest::collections_are_viewable_with_view_permissions":0.002,"Tests\\Policies\\CollectionPolicyTest::collections_are_editable_with_configure_permissions":0.003,"Tests\\Policies\\CollectionPolicyTest::collections_can_be_created_with_configure_permission":0.003,"Tests\\Policies\\CollectionPolicyTest::collections_can_be_deleted_with_configure_permission":0.003,"Tests\\Policies\\EntryPolicyTest::entry_is_viewable_with_view_permissions":0.007,"Tests\\Policies\\EntryPolicyTest::entry_is_viewable_with_view_and_site_permissions":0.008,"Tests\\Policies\\EntryPolicyTest::entry_is_viewable_and_editable_with_edit_permissions":0.007,"Tests\\Policies\\EntryPolicyTest::entry_is_editable_with_edit_and_site_permissions":0.007,"Tests\\Policies\\EntryPolicyTest::entry_is_creatable_with_create_permissions":0.003,"Tests\\Policies\\EntryPolicyTest::entry_is_creatable_with_create_and_site_permissions":0.003,"Tests\\Policies\\EntryPolicyTest::entry_is_not_creatable_without_create_and_site_permissions":0.004,"Tests\\Policies\\EntryPolicyTest::another_authors_entry_is_editable":0,"Tests\\Policies\\EntryPolicyTest::another_authors_entry_is_editable_with_site_permission":0.001,"Tests\\Policies\\GlobalSetPolicyTest::index_is_allowed_if_any_set_is_viewable":0.006,"Tests\\Policies\\GlobalSetPolicyTest::index_is_allowed_if_any_set_is_viewable_with_site_permissions":0.006,"Tests\\Policies\\GlobalSetPolicyTest::globals_are_viewable_with_edit_permissions":0.004,"Tests\\Policies\\GlobalSetPolicyTest::globals_are_editable_with_configure_permissions":0.004,"Tests\\Policies\\GlobalSetPolicyTest::globals_can_be_created_with_configure_permission":0.003,"Tests\\Policies\\GlobalSetPolicyTest::globals_can_be_deleted_with_configure_permission":0.004,"Tests\\Policies\\GlobalSetVariablesPolicyTest::variables_are_editable_with_edit_permissions":0.003,"Tests\\Policies\\GlobalSetVariablesPolicyTest::variables_are_editable_with_edit_and_site_permissions":0.006,"Tests\\Policies\\GlobalSetVariablesPolicyTest::variables_can_be_created_with_configure_permission":0.003,"Tests\\Policies\\GlobalSetVariablesPolicyTest::variables_can_be_deleted_with_configure_permission":0.003,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_viewable_with_view_permissions":0.006,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_viewable_and_editable_with_edit_permissions":0.006,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_editable_with_edit_and_site_permissions":0.006,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_creatable_with_create_permissions":0.003,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_creatable_with_create_and_site_permissions":0.003,"Tests\\Policies\\LocalizedTermPolicyTest::term_is_not_creatable_without_create_and_site_permissions":0.004,"Tests\\Policies\\NavPolicyTest::index_is_allowed_if_any_nav_is_viewable":0.006,"Tests\\Policies\\NavPolicyTest::index_is_allowed_if_any_nav_is_viewable_with_site_permissions":0.005,"Tests\\Policies\\NavPolicyTest::navs_are_viewable_with_view_permissions":0.003,"Tests\\Policies\\NavPolicyTest::navs_are_viewable_with_view_and_site_permissions":0.005,"Tests\\Policies\\NavPolicyTest::navs_are_editable_with_edit_permissions":0.002,"Tests\\Policies\\NavPolicyTest::navs_are_editable_with_edit_and_site_permissions":0.005,"Tests\\Policies\\NavPolicyTest::navs_can_be_created_with_configure_permission":0.012,"Tests\\Policies\\NavPolicyTest::navs_can_be_deleted_with_configure_permission":0.003,"Tests\\Policies\\NavTreePolicyTest::trees_are_viewable_with_view_permissions":0.002,"Tests\\Policies\\NavTreePolicyTest::trees_are_viewable_with_view_and_site_permissions":0.003,"Tests\\Policies\\NavTreePolicyTest::navs_are_editable_with_edit_permissions":0.002,"Tests\\Policies\\NavTreePolicyTest::navs_are_editable_with_edit_and_site_permissions":0.003,"Tests\\Policies\\SitePolicyTest::site_is_viewable_with_permission":0.002,"Tests\\Policies\\SitePolicyTest::site_is_viewable_without_permission_if_theres_a_single_site":0.002,"Tests\\Policies\\TaxonomyPolicyTest::index_is_allowed_if_any_taxonomy_is_viewable":0.006,"Tests\\Policies\\TaxonomyPolicyTest::index_is_allowed_if_any_taxonomy_is_viewable_with_site_permissions":0.004,"Tests\\Policies\\TaxonomyPolicyTest::taxonomies_are_viewable_with_view_permissions":0.002,"Tests\\Policies\\TaxonomyPolicyTest::taxonomies_are_editable_with_configure_permissions":0.003,"Tests\\Policies\\TaxonomyPolicyTest::taxonomies_can_be_created_with_configure_permission":0.003,"Tests\\Policies\\TaxonomyPolicyTest::taxonomies_can_be_deleted_with_configure_permission":0.003,"Tests\\Policies\\TermPolicyTest::term_is_viewable_with_view_permissions":0.006,"Tests\\Policies\\TermPolicyTest::term_is_viewable_and_editable_with_edit_permissions":0.006,"Tests\\Policies\\TermPolicyTest::term_is_creatable_with_create_permissions":0.003,"Tests\\Policies\\TermPolicyTest::term_is_creatable_with_create_and_site_permissions":0.004,"Tests\\Policies\\TermPolicyTest::term_is_not_creatable_without_create_and_site_permissions":0.003,"Tests\\Preferences\\DefaultPreferencesTest::it_gets_empty_array_by_default":0,"Tests\\Preferences\\DefaultPreferencesTest::it_gets_preferences_from_yaml":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_gets_a_preference_by_key":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_removes_a_preference_by_key":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_saves_preferences_to_file":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_merges_preferences_to_file":0.001,"Tests\\Preferences\\DefaultPreferencesTest::it_sets_a_single_preference_key":0.001,"Tests\\Preferences\\EndpointsTest::it_can_set_a_preference":0.265,"Tests\\Preferences\\EndpointsTest::it_can_append_a_preference":0.012,"Tests\\Preferences\\EndpointsTest::it_can_remove_a_preference":0.008,"Tests\\Preferences\\EndpointsTest::it_can_remove_a_preference_array_value":0.007,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_get_and_set_array_of_preferences":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_set_array_of_preferences":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_merge_array_of_preferences":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_set_a_single_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_remove_a_single_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_remove_a_single_preference_array_value":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_cleans_up_by_default_after_removing":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_remove_with_cleanup_disabled":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_get_a_single_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_check_if_a_single_preference_exists":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_modify_a_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_append_to_a_preference":0,"Tests\\Preferences\\HasPreferencesInPropertyTraitTest::it_can_cleanup_a_preference":0,"Tests\\Preferences\\PrecedenceTest::it_can_get_user_preferences":0.001,"Tests\\Preferences\\PrecedenceTest::it_can_fallback_when_preference_doesnt_exist":0.001,"Tests\\Preferences\\PrecedenceTest::it_can_get_user_role_preferences":0.001,"Tests\\Preferences\\PrecedenceTest::it_gives_precedence_to_role_order_assigned_on_user":0.001,"Tests\\Preferences\\PrecedenceTest::it_can_get_default_preferences":0.001,"Tests\\Preferences\\PrecedenceTest::it_gives_precedence_to_higher_roles_over_lower_roles_as_defined_on_user":0.001,"Tests\\Preferences\\PrecedenceTest::it_gives_precedence_to_user_preferences_over_role_preferences":0.001,"Tests\\Preferences\\PrecedenceTest::it_gives_precedence_to_user_and_role_preferences_over_default_preferences":0.002,"Tests\\Preferences\\PrecedenceTest::it_merges_preferences_at_every_level_unless_otherwise_configured":0.002,"Tests\\Preferences\\PrecedenceTest::it_overrides_preferences_at_role_level_using_an_empty_array":0.002,"Tests\\Preferences\\PrecedenceTest::it_overrides_preferences_at_user_level_using_an_empty_array":0.002,"Tests\\Preferences\\PreferencesTest::it_registers_with_string_and_field_definition":0,"Tests\\Preferences\\PreferencesTest::it_registers_by_returning_array_from_extend_closure":0.001,"Tests\\Preferences\\PreferencesTest::it_defers_registration_until_boot_using_extend_method":0.001,"Tests\\Preferences\\PreferencesTest::it_places_any_preferences_registered_early_without_extend_callback_at_the_end":0.001,"Tests\\Preferences\\PreferencesTest::it_uses_fresh_default_preferences":0.001,"Tests\\Preferences\\PreferencesTest::it_uses_fresh_role_preferences":0.001,"Tests\\Preferences\\PreferencesTest::it_uses_fresh_role_preferences_via_group":0.001,"Tests\\Preferences\\PreferencesTest::it_uses_fresh_user_preferences":0.002,"Tests\\Preferences\\PreferencesTest::it_uses_preferences_with_priority":0.007,"Tests\\Query\\OrderByTest::it_parses_string#0":0,"Tests\\Query\\OrderByTest::it_parses_string#1":0,"Tests\\Query\\OrderByTest::it_parses_string#2":0,"Tests\\Query\\OrderByTest::it_parses_string#3":0,"Tests\\Query\\OrderByTest::it_parses_string#4":0,"Tests\\Query\\OrderByTest::it_parses_string#5":0,"Tests\\Query\\OrderByTest::it_parses_string#6":0,"Tests\\Query\\OrderByTest::it_parses_string#7":0,"Tests\\Query\\OrderByTest::it_parses_string#8":0,"Tests\\Query\\OrderedQueryBuilderTest::it_implements_query_builder":0,"Tests\\Query\\OrderedQueryBuilderTest::it_proxies_methods_onto_the_builder":0,"Tests\\Query\\OrderedQueryBuilderTest::it_orders_the_items_after_getting_them":0,"Tests\\Query\\OrderedQueryBuilderTest::it_wont_order_the_items_after_getting_them_if_the_builder_is_manually_ordered":0,"Tests\\Query\\OrderedQueryBuilderTest::it_wont_order_the_items_after_getting_them_if_the_builder_is_manually_randomly_ordered":0,"Tests\\Query\\OrderedQueryBuilderTest::it_wont_order_the_items_when_using_pagination":0,"Tests\\Query\\OrderedQueryBuilderTest::it_limits_after_the_results_have_been_retrieved":0,"Tests\\Query\\OrderedQueryBuilderTest::it_offsets_after_the_results_have_been_retrieved":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#nested get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#nested value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#nested method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#missing nested get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#missing nested value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#missing nested method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#scalar nested get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#scalar nested value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#scalar nested method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data method":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data nested get":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data nested value":0,"Tests\\Query\\ResolveValueTest::it_resolves_values#direct data nested method":0,"Tests\\Query\\ResolveValueTest::it_delegates_resolving_to_the_queryable_class#standard":0,"Tests\\Query\\ResolveValueTest::it_delegates_resolving_to_the_queryable_class#nested":0,"Tests\\Query\\ResolveValueTest::it_delegates_resolving_to_the_queryable_class#nested missing":0,"Tests\\Query\\ResolveValueTest::it_delegates_resolving_to_the_queryable_class#nested string":0,"Tests\\Query\\ResolveValueTest::self_resolving_values_will_resolve_themselves":0,"Tests\\Query\\StatusQueryBuilderTest::it_implements_query_builder":0,"Tests\\Query\\StatusQueryBuilderTest::it_proxies_methods_onto_the_builder":0,"Tests\\Query\\StatusQueryBuilderTest::it_queries_status_by_default":0,"Tests\\Query\\StatusQueryBuilderTest::the_fallback_query_status_value_can_be_set_in_the_constructor":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#where":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#whereIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#whereNotIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#whereNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#whereNotNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhere":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhereIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhereNotIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhereNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_status_is_explicitly_queried#orWhereNotNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_wherestatus_is_explicitly_queried":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#where":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#whereIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#whereNotIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#whereNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#whereNotNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhere":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhereIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhereNotIn":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhereNull":0,"Tests\\Query\\StatusQueryBuilderTest::it_doesnt_perform_fallback_status_query_when_published_is_explicitly_queried#orWhereNotNull":0,"Tests\\Revisions\\RepositoryTest::it_gets_revisions_and_excludes_working_copies":0.002,"Tests\\Routing\\ResolveRedirectTest::it_resolves_standard_redirects":0,"Tests\\Routing\\ResolveRedirectTest::it_cant_resolve_a_first_child_without_a_parent":0,"Tests\\Routing\\ResolveRedirectTest::it_cannot_resolve_a_first_child_redirect_if_the_parent_is_not_a_page":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_first_child":0.001,"Tests\\Routing\\ResolveRedirectTest::it_resolves_first_child_through_an_entry":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_a_first_child_redirect_when_its_a_root_page":0,"Tests\\Routing\\ResolveRedirectTest::a_parent_without_a_child_resolves_to_a_404":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_references_to_entries":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_references_to_entries_localized":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_references_to_entries_localized_with_fallback":0,"Tests\\Routing\\ResolveRedirectTest::it_resolves_references_to_assets":0,"Tests\\Routing\\ResolveRedirectTest::unknown_entry_ids_resolve_to_404":0,"Tests\\Routing\\ResolveRedirectTest::it_can_invoke_the_class_or_call_resolve":0,"Tests\\Routing\\ResolveRedirectTest::it_can_resolve_a_group_field_with_url":0.001,"Tests\\Routing\\ResolveRedirectTest::it_can_resolve_a_group_field_with_entry":0,"Tests\\Routing\\ResolveRedirectTest::it_can_resolve_arrays_with_url_and_code":0,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp collection":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing collection":0.029,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api collection":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing collection":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp collection and entry":0.017,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing collection and entry":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp collection and missing entry":0.026,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api collection and missing entry":0.02,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp taxonomy":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing taxonomy":0.029,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api taxonomy":0.013,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing taxonomy and term":0.037,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp taxonomy and missing term":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api taxonomy and missing term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing container":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing container and asset":0.056,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp container and missing asset":0.029,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api container and missing asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing global":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp site":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing site":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api site":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing site":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp entry revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp entry missing revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp term revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp term missing revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp invalid content revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api entry revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api entry missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api term revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api term missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api invalid content revision":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#cp missing form":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes#api missing form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp collection":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing collection":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api collection":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing collection":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing collection and entry":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp collection and missing entry":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api collection and missing entry":0.017,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing taxonomy":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing taxonomy and term":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp taxonomy and missing term":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api taxonomy and missing term":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing container":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing container":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing container and asset":0.028,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp container and missing asset":0.028,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing container and asset":0.011,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api container and missing asset":0.019,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing global":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing global":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp site":0.018,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing site":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api site":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing site":0.01,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp entry revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp entry missing revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp term revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp term missing revision":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp invalid content revision":0.028,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api entry revision":0.011,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api entry missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api term revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api term missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api invalid content revision":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#cp missing form":0.027,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api form":0.009,"RouteBindingTest::binds_route_parameters_in_statamic_routes_with_bindings_disabled#api missing form":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#collection":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#collection with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing collection":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#collection and missing entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#entry with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#taxonomy with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#taxonomy and missing term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#term with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#container":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#container with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing container":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#container and asset":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing container and asset":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#container and missing asset":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#asset with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#global":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#global with custom binding":0.017,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing global":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#site":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#site with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing site":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#entry revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#entry missing revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#term revision":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#term missing revision":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#invalid content revision":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#form":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes#form with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes#missing form":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#collection":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#collection with custom binding":0.018,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing collection":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#entry":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing entry":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#collection and entry":0.014,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing collection and entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#collection and missing entry":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#entry with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#taxonomy with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing taxonomy":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#taxonomy and term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing taxonomy and term":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#taxonomy and missing term":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#term with custom binding":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#container":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#container with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing container":0.017,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#container and asset":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing container and asset":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#container and missing asset":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#asset with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#global":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#global with custom binding":0.018,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing global":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#site":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#site with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing site":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#entry revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#entry missing revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#term revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#term missing revision":0.01,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#invalid content revision":0.018,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#form":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#form with custom binding":0.009,"RouteBindingTest::binds_route_parameters_in_frontend_routes_with_bindings_disabled#missing form":0.01,"RouteBindingTest::it_bypasses_binding_for_broadcasting#collection":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#entry":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#taxonomy":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#term":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#asset_container":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#asset":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#global":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#site":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#revision":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting#form":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#collection":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#entry":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#taxonomy":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#term":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#asset_container":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#asset":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#global":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#site":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#revision":0.001,"RouteBindingTest::it_bypasses_binding_for_broadcasting_with_bindings_enabled#form":0.001,"Tests\\Routing\\RouterMixinTest::statamic_routes_are_registered":0,"Tests\\Routing\\RoutesTest::it_renders_a_view":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_data_from_a_closure":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_without_data":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_placeholders":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_placeholders_and_data_from_a_closure":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_custom_layout":0.002,"Tests\\Routing\\RoutesTest::it_renders_a_view_without_a_layout#null":0.011,"Tests\\Routing\\RoutesTest::it_renders_a_view_without_a_layout#false":0.002,"Tests\\Routing\\RoutesTest::it_loads_content":0.006,"Tests\\Routing\\RoutesTest::it_loads_content_by_uri":0.006,"Tests\\Routing\\RoutesTest::it_renders_a_view_with_custom_content_type":0.002,"Tests\\Routing\\RoutesTest::xml_antlers_template_with_xml_layout_will_use_both_and_change_the_content_type":0.002,"Tests\\Routing\\RoutesTest::xml_antlers_template_with_non_xml_layout_will_change_content_type_but_avoid_using_the_layout":0.002,"Tests\\Routing\\RoutesTest::xml_antlers_layout_will_change_the_content_type":0.002,"Tests\\Routing\\RoutesTest::xml_blade_template_will_not_change_content_type":0.002,"Tests\\Routing\\RoutesTest::xml_template_with_custom_content_type_does_not_change_to_xml":0.002,"Tests\\Routing\\RoutesTest::it_loads_entry_by_binding":0.005,"Tests\\Routing\\RoutesTest::it_loads_term_by_binding":0.004,"Tests\\Routing\\UrlBuilderTest::it_builds_a_simple_url":0.001,"Tests\\Routing\\UrlBuilderTest::it_builds_a_simple_url_using_mustache_tags":0.001,"Tests\\Routing\\UrlBuilderTest::it_builds_a_date_url":0.002,"Tests\\Routing\\UrlBuilderTest::it_builds_a_simple_localized_url":0.001,"Tests\\Routing\\UrlBuilderTest::it_keeps_slashes_in_values":0.001,"Tests\\Routing\\UrlBuilderTest::it_trims_trailing_slashes":0.001,"Tests\\Routing\\UrlBuilderTest::it_ensures_a_leading_slash":0.001,"Tests\\Routing\\UrlBuilderTest::it_merges_in_extra_variables":0.001,"Tests\\Routing\\UrlBuilderTest::it_slugifies_non_slugified_values":0.001,"Tests\\Routing\\UrlBuilderTest::it_removes_consecutive_slashes_left_by_null_values":0.001,"Tests\\Routing\\UrlBuilderTest::it_preserves_dots_in_url":0.002,"Tests\\Rules\\ComposerPackageTest::it_validates_handles":0.001,"Tests\\Rules\\ComposerPackageTest::it_outputs_helpful_validation_error":0,"Tests\\Rules\\EmailAvailableTest::it_validates_handles":0.001,"Tests\\Rules\\EmailAvailableTest::it_outputs_helpful_validation_error":0.001,"Tests\\Rules\\HandleTest::it_validates_handles":0.001,"Tests\\Rules\\HandleTest::it_outputs_helpful_validation_error":0,"Tests\\Rules\\SlugTest::it_validates_handles":0.001,"Tests\\Rules\\SlugTest::it_outputs_helpful_validation_error":0,"Tests\\Search\\AlgoliaIndexTest::search_event_gets_emitted":0,"Tests\\Search\\AlgoliaQueryTest::it_adds_scores":0.001,"Tests\\Search\\CombIndexTest::search_event_gets_emitted":0,"Tests\\Search\\CombTest::it_searches#string with single result":0.001,"Tests\\Search\\CombTest::it_searches#string with multiple results":0,"Tests\\Search\\CombTest::it_searches#email":0,"Tests\\Search\\CombTest::it_extracts_snippets":0,"Tests\\Search\\CombTest::it_extracts_snippets_from_a_bard_field":0,"Tests\\Search\\CombTest::it_can_search_for_plus_signs":0,"Tests\\Search\\CombTest::it_can_search_for_slashes":0,"Tests\\Search\\IndexManagerTest::it_gets_indexes":0.001,"Tests\\Search\\QueryBuilderTest::it_can_get_results":0.001,"Tests\\Search\\QueryBuilderTest::it_can_get_results_with_data":0.011,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_in":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_date":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_month":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_day":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_year":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_time":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_null":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_not_null":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_null":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_not_null":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_between":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_not_between":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_between":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_not_between":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_nested_where":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_nested_where_in":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_json_contains":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_json_doesnt_contain":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_json_contains":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_or_where_json_doesnt_contain":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_json_length":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_multiple_wheres":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_array_of_wheres":0,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_with_json_value":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_where_column":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_when":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_unless":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_tap":0.001,"Tests\\Search\\QueryBuilderTest::results_are_found_using_offset":0.001,"Tests\\Search\\QueryBuilderTest::values_can_be_plucked":0.001,"Tests\\Search\\SearchTest::it_updates_indexes#contains entry":0.001,"Tests\\Search\\SearchTest::it_updates_indexes#doesnt contain entry":0,"Tests\\Search\\SearchTest::it_updates_indexes#contains entry but index doesnt exist":0,"Tests\\Search\\SearchTest::it_updates_indexes#doesnt contain entry and index doesnt exist":0,"Tests\\Search\\SearchTest::it_deletes_from_indexes#index exists":0,"Tests\\Search\\SearchTest::it_deletes_from_indexes#index doesnt exist":0,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers":0.014,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all, english":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers, english":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images, english":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents, english":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all, french":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#all containers, french":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#images, french":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_gets_assets#documents, french":0.006,"Tests\\Search\\Searchables\\AssetsTest::it_can_use_a_custom_filter#class":0.007,"Tests\\Search\\Searchables\\AssetsTest::it_can_use_a_custom_filter#closure":0.007,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all collections":0.014,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#blog":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#pages":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all, english":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all collections, english":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#blog, english":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#pages, english":0.014,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all, french":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#all collections, french":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#blog, french":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_gets_entries#pages, french":0.013,"Tests\\Search\\Searchables\\EntriesTest::it_can_use_a_custom_filter#class":0.007,"Tests\\Search\\Searchables\\EntriesTest::it_can_use_a_custom_filter#closure":0.007,"Tests\\Search\\Searchables\\TermsTest::it_finds_terms_from_references":0.005,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all taxonomies":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#tags":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#categories":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all, english":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all taxonomies, english":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#tags, english":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#categories, english":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all, french":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#all taxonomies, french":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#tags, french":0.007,"Tests\\Search\\Searchables\\TermsTest::it_gets_terms#categories, french":0.007,"Tests\\Search\\Searchables\\TermsTest::it_can_use_a_custom_filter#class":0.006,"Tests\\Search\\Searchables\\TermsTest::it_can_use_a_custom_filter#closure":0.005,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all":0.003,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all users":0.004,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all, english":0.003,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all users, english":0.004,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all, french":0.003,"Tests\\Search\\Searchables\\UsersTest::it_gets_users#all users, french":0.003,"Tests\\Search\\Searchables\\UsersTest::it_can_use_a_custom_filter#class":0.004,"Tests\\Search\\Searchables\\UsersTest::it_can_use_a_custom_filter#closure":0.004,"Tests\\Search\\SearchablesTest::it_checks_all_providers_for_whether_an_item_is_searchable":0.003,"Tests\\Search\\SearchablesTest::all_searchables_include_entries_terms_assets_and_users":0.001,"Tests\\Search\\SearchablesTest::it_gets_searchables_from_specific_providers":0.001,"Tests\\Search\\SearchablesTest::it_transforms_values_set_in_the_config_file":0.002,"Tests\\Search\\SearchablesTest::it_uses_regular_value_if_theres_not_a_corresponding_transformer":0.001,"Tests\\Search\\SearchablesTest::it_transforms_by_a_class_set_in_the_config_file":0.001,"Tests\\Search\\SearchablesTest::if_transformed_value_is_a_string_without_a_matching_class_it_throws_exception":0.001,"Tests\\Search\\SearchablesTest::if_a_closure_based_transformer_returns_an_array_it_gets_combined_into_the_results":0.001,"Tests\\Search\\SearchablesTest::if_a_class_based_transformer_returns_an_array_it_gets_combined_into_the_results":0.002,"Tests\\Search\\SearchablesTest::can_register_a_custom_searchable_and_get_results":0.001,"Tests\\Search\\SearchablesTest::it_throws_exception_when_using_unknown_searchable":0.001,"Tests\\Search\\UpdateItemIndexesTest::it_updates_indexes_on_save":0,"Tests\\Search\\UpdateItemIndexesTest::it_updates_indexes_on_delete":0,"Tests\\Search\\UpdateItemIndexesTest::it_updates_term_localizations_when_saving_a_term":0,"Tests\\Search\\UpdateItemIndexesTest::it_deletes_term_localizations_when_deleting_a_term":0,"Tests\\Sites\\SiteTest::gets_handle":0,"Tests\\Sites\\SiteTest::gets_name":0,"Tests\\Sites\\SiteTest::gets_locale":0,"Tests\\Sites\\SiteTest::gets_short_locale":0,"Tests\\Sites\\SiteTest::gets_lang":0,"Tests\\Sites\\SiteTest::gets_url_when_given_a_trailing_slash":0,"Tests\\Sites\\SiteTest::gets_url_when_not_given_a_trailing_slash":0,"Tests\\Sites\\SiteTest::gets_url_given_a_relative_url":0,"Tests\\Sites\\SiteTest::gets_url_given_a_relative_url_and_subdirectory":0,"Tests\\Sites\\SiteTest::gets_url_given_a_relative_url_and_subdirectory_with_trailing_slash":0,"Tests\\Sites\\SiteTest::gets_absolute_url":0.003,"Tests\\Sites\\SiteTest::gets_path":0.001,"Tests\\Sites\\SiteTest::it_is_augmentable":0.002,"Tests\\Sites\\SiteTest::it_gets_evaluated_augmented_value_using_magic_property":0.001,"Tests\\Sites\\SiteTest::it_casts_the_handle_to_a_string":0,"Tests\\Sites\\SiteTest::it_gets_direction":0,"Tests\\Sites\\SiteTest::it_gets_direction_from_custom_lang":0,"Tests\\Sites\\SitesConfigTest::it_gets_sites_from_yaml":0.001,"Tests\\Sites\\SitesConfigTest::it_gets_default_site_without_yaml":0.001,"Tests\\Sites\\SitesConfigTest::it_sets_sites_at_runtime":0.001,"Tests\\Sites\\SitesConfigTest::it_resolves_antlers_when_resolving_sites":0.001,"Tests\\Sites\\SitesConfigTest::it_saves_single_site_back_to_yaml_in_normalized_sites_array":0.001,"Tests\\Sites\\SitesConfigTest::it_saves_multiple_sites_back_to_yaml":0.002,"Tests\\Sites\\SitesConfigTest::it_saves_single_site_back_to_yaml_with_unresolved_antlers":0.002,"Tests\\Sites\\SitesConfigTest::it_saves_multiple_sites_back_to_yaml_with_unresolved_antlers":0.002,"Tests\\Sites\\SitesConfigTest::it_saves_site_through_cp_endpoint":0.01,"Tests\\Sites\\SitesConfigTest::it_saves_multiple_sites_through_cp_endpoint":0.011,"Tests\\Sites\\SitesConfigTest::it_validates_required_fields_for_site_through_cp_endpoint":0.008,"Tests\\Sites\\SitesConfigTest::it_validates_required_fields_for_multiple_sites_through_cp_endpoint":0.01,"Tests\\Sites\\SitesConfigTest::it_validates_at_least_one_site_is_required_for_multiple_sites_through_cp_endpoint#with no sites array":0.017,"Tests\\Sites\\SitesConfigTest::it_validates_at_least_one_site_is_required_for_multiple_sites_through_cp_endpoint#sites array with no elements":0.008,"Tests\\Sites\\SitesConfigTest::it_validates_at_least_one_site_is_required_for_multiple_sites_through_cp_endpoint#sites null":0.007,"Tests\\Sites\\SitesTest::gets_all_sites":0,"Tests\\Sites\\SitesTest::gets_authorized_sites":0.003,"Tests\\Sites\\SitesTest::can_reinitialize_sites_by_reproviding_the_config":0,"Tests\\Sites\\SitesTest::can_change_specific_config_items":0.001,"Tests\\Sites\\SitesTest::can_change_specific_config_items_the_legacy_deprecated_way":0.001,"Tests\\Sites\\SitesTest::checks_whether_there_are_multiple_sites":0,"Tests\\Sites\\SitesTest::gets_site_by_handle":0,"Tests\\Sites\\SitesTest::it_gets_the_default_site":0,"Tests\\Sites\\SitesTest::gets_site_from_url":0.001,"Tests\\Sites\\SitesTest::current_site_can_be_explicitly_set":0,"Tests\\Sites\\SitesTest::gets_site_from_url_when_using_relative_urls":0.001,"Tests\\Sites\\SitesTest::it_gets_the_selected_site_from_session":0,"Tests\\Sites\\SitesTest::the_selected_site_is_the_default_if_not_set":0,"Tests\\Sites\\SitesTest::the_selected_site_is_the_default_if_invalid":0,"Tests\\Stache\\AggregateStoreTest::it_gets_and_sets_child_stores":0,"Tests\\Stache\\BasicStoreTest::it_gets_an_item_by_key":0.001,"Tests\\Stache\\BasicStoreTest::items_are_different_instances_every_time":0.008,"Tests\\Stache\\BasicStoreTest::it_gets_an_item_by_path":0,"Tests\\Stache\\BasicStoreTest::it_forgets_an_item_by_key":0,"Tests\\Stache\\BasicStoreTest::it_saves_an_item":0,"Tests\\Stache\\DuplicatesTest::it_tracks_duplicates":0.002,"Tests\\Stache\\DuplicatesTest::it_saves_to_the_cache":0,"Tests\\Stache\\DuplicatesTest::it_doesnt_save_if_there_are_no_changes":0,"Tests\\Stache\\DuplicatesTest::it_loads_from_cache":0,"Tests\\Stache\\DuplicatesTest::it_clears_the_cache":0,"Tests\\Stache\\DuplicatesTest::it_finds_all_the_duplicates":0.002,"Tests\\Stache\\DuplicatesTest::it_checks_if_a_duplicate_exists":0,"Tests\\Stache\\FeatureTest::it_gets_all_collections":0.003,"Tests\\Stache\\FeatureTest::it_gets_all_entries":0.029,"Tests\\Stache\\FeatureTest::it_gets_entry":0.014,"Tests\\Stache\\FeatureTest::it_gets_all_taxonomies":0.002,"Tests\\Stache\\FeatureTest::it_gets_all_globals":0.002,"Tests\\Stache\\FeatureTest::it_gets_globals":0.019,"Tests\\Stache\\FeatureTest::it_gets_asset_containers":0.002,"Tests\\Stache\\FeatureTest::it_gets_an_asset_container":0.001,"Tests\\Stache\\FeatureTest::it_gets_users":0.002,"Tests\\Stache\\FeatureTest::it_gets_a_user":0.018,"Tests\\Stache\\FeatureTest::it_gets_an_entry_by_uri":0.018,"Tests\\Stache\\FeatureTest::it_gets_an_entry_in_structure_by_uri":0.018,"Tests\\Stache\\FeatureTest::it_returns_null_when_cannot_find_entry_by_uri":0.017,"Tests\\Stache\\FeatureTest::it_gets_structures":0.004,"Tests\\Stache\\FeatureTest::it_gets_a_structure":0.001,"Tests\\Stache\\FeatureTest::it_gets_navs":0.001,"Tests\\Stache\\FeatureTest::it_gets_a_nav":0.002,"Tests\\Stache\\FeatureTest::it_gets_a_collection_structure":0.009,"Tests\\Stache\\FeatureTest::it_saves_structures":0.002,"Tests\\Stache\\FeatureTest::saving_a_collection_writes_it_to_file":0.004,"Tests\\Stache\\FeatureTest::saving_an_asset_container_writes_it_to_file":0.003,"Tests\\Stache\\FeatureTest::saving_a_taxonomy_writes_it_to_file":0.004,"Tests\\Stache\\FeatureTest::saving_a_global_set_writes_it_to_file":0.005,"Tests\\Stache\\FeatureTest::saving_an_entry_writes_it_to_file":0.023,"Tests\\Stache\\FeatureTest::saving_an_entry_with_a_closure_based_slug_resolves_it_before_writing_to_file":0.032,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::it_gets_all_asset_containers":0.001,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::it_gets_an_asset_container_by_handle":0.001,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::it_saves_a_container_to_the_stache_and_to_a_file":0.001,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::test_find_or_fail_gets_container":0.001,"Tests\\Stache\\Repositories\\AssetContainerRepositoryTest::test_find_or_fail_throws_exception_when_container_does_not_exist":0.001,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::it_gets_all_collections":0.002,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::it_gets_a_collection_by_handle":0.001,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::it_saves_a_collection_to_the_stache_and_to_a_file":0.002,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::it_gets_additional_preview_targets":0,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::test_find_or_fail_gets_collection":0.001,"Tests\\Stache\\Repositories\\CollectionRepositoryTest::test_find_or_fail_throws_exception_when_collection_does_not_exist":0.001,"Tests\\Stache\\Repositories\\CollectionTreeRepositoryTest::it_gets_a_collection_tree":0,"Tests\\Stache\\Repositories\\CollectionTreeRepositoryTest::it_saves_a_nav_tree_through_the_store":0,"Tests\\Stache\\Repositories\\CollectionTreeRepositoryTest::it_updates_the_order_index_for_entries_when_saving":0,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_all_entries":0.006,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entries_from_a_collection":0.007,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entries_from_multiple_collections":0.004,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_id":0.007,"Tests\\Stache\\Repositories\\EntryRepositoryTest::test_find_or_fail_gets_entry":0.007,"Tests\\Stache\\Repositories\\EntryRepositoryTest::test_find_or_fail_throws_exception_when_entry_does_not_exist":0.007,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_uri#case sensitive":0.01,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_uri#case insensitive":0.01,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_uri#missing":0.01,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_gets_entry_by_structure_uri":0.01,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_saves_an_entry_to_the_stache_and_to_a_file":0.014,"Tests\\Stache\\Repositories\\EntryRepositoryTest::it_can_delete":0.015,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::it_gets_all_global_sets":0.001,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::it_gets_a_global_set_by_id":0.001,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::it_gets_a_global_set_by_handle":0.001,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::it_saves_a_global_to_the_stache_and_to_a_file":0.002,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::test_find_or_fail_gets_global":0.001,"Tests\\Stache\\Repositories\\GlobalRepositoryTest::test_find_or_fail_throws_exception_when_global_does_not_exist":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_all_global_variables_with_single_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_all_global_variables_with_multi_site":0.002,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_a_global_variable_by_id_with_single_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_a_global_variable_by_id_with_multi_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_global_variables_by_set_handle_with_single_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_gets_global_variables_by_set_handle_with_multi_site":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_saves_a_global_to_the_stache_and_to_a_file_with_single_site":0.002,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_saves_a_global_to_the_stache_and_to_a_file_with_multi_site":0.003,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_deletes_a_global_from_the_stache_and_file_with_single_site":0.002,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::it_deletes_a_global_from_the_stache_and_file_with_multi_site":0.003,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::test_find_or_fail_gets_global":0.001,"Tests\\Stache\\Repositories\\GlobalVariablesRepositoryTest::test_find_or_fail_throws_exception_when_global_does_not_exist":0.001,"Tests\\Stache\\Repositories\\NavTreeRepositoryTest::it_gets_a_nav_tree":0,"Tests\\Stache\\Repositories\\NavTreeRepositoryTest::it_saves_a_nav_tree_through_the_store":0,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::it_gets_all_navs":0.001,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::it_gets_a_nav_by_handle":0.001,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::it_saves_a_nav_to_the_stache_and_to_a_file":0.001,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::test_find_or_fail_gets_nav":0.001,"Tests\\Stache\\Repositories\\NavigationRepositoryTest::test_find_or_fail_throws_exception_when_nav_does_not_exist":0.001,"Tests\\Stache\\Repositories\\SubmissionRepositoryTest::it_gets_all_submissions":0.003,"Tests\\Stache\\Repositories\\SubmissionRepositoryTest::it_saves_a_submission_to_the_stache_and_to_a_file":0.004,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_all_taxonomies":0.001,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_a_taxonomy_by_handle":0.001,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_a_taxonomy_by_uri":0.002,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_a_taxonomy_by_uri_with_collection":0.002,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_saves_a_taxonomy_to_the_stache_and_to_a_file":0.001,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::it_gets_additional_preview_targets":0,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::test_find_or_fail_gets_taxonomy":0.001,"Tests\\Stache\\Repositories\\TaxonomyRepositoryTest::test_find_or_fail_throws_exception_when_taxonomy_does_not_exist":0,"Tests\\Stache\\Repositories\\UserRepositoryTest::it_gets_all_users":0.001,"Tests\\Stache\\Repositories\\UserRepositoryTest::it_gets_a_user_by_id":0.001,"Tests\\Stache\\StacheTest::sites_can_be_defined_and_retrieved":0,"Tests\\Stache\\StacheTest::default_site_can_be_retrieved":0,"Tests\\Stache\\StacheTest::stores_can_be_registered":0,"Tests\\Stache\\StacheTest::multiple_stores_can_be_registered_at_once":0,"Tests\\Stache\\StacheTest::an_aggregate_stores_child_store_can_be_retrieved_directly":0,"Tests\\Stache\\StacheTest::it_generates_an_id":0,"Tests\\Stache\\StacheTest::it_clears_its_cache":0,"Tests\\Stache\\StacheTest::it_refreshes_itself":0,"Tests\\Stache\\StacheTest::it_gets_its_cache_file_size":0,"Tests\\Stache\\StacheTest::it_can_record_its_build_time":0,"Tests\\Stache\\StoreTest::it_forces_a_trailing_slash_when_setting_the_directory":0,"Tests\\Stache\\StoreTest::it_gets_the_paths_from_the_cache_only_once":0,"Tests\\Stache\\StoreTest::it_gets_the_paths_from_the_cache_every_time_if_running_in_a_queue_worker":0,"Tests\\Stache\\Stores\\AssetContainersStoreTest::it_gets_yaml_files":0.001,"Tests\\Stache\\Stores\\AssetContainersStoreTest::it_makes_asset_container_instances_from_files":0.002,"Tests\\Stache\\Stores\\AssetContainersStoreTest::it_uses_the_handle_as_the_item_key":0,"Tests\\Stache\\Stores\\AssetContainersStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_only_gets_yaml_files":0.001,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_only_gets_files_for_trees_with_a_structured_collection":0.001,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_makes_collection_tree_instances_from_files":0,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_makes_nav_tree_instances_from_files_when_using_multisite":0,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_uses_the_handle_and_locale_as_the_item_key_for_nav_trees":0,"Tests\\Stache\\Stores\\CollectionTreeStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_only_gets_top_level_yaml_files":0.001,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_makes_collection_instances_from_files":0,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_normalizes_preview_target_url_into_format":0.001,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_uses_the_filename_as_the_item_key":0,"Tests\\Stache\\Stores\\CollectionsStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::it_gets_nested_files":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::it_makes_entry_instances_from_files":0.002,"Tests\\Stache\\Stores\\EntriesStoreTest::if_slugs_are_not_required_the_filename_still_becomes_the_slug":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::if_slugs_are_not_required_and_the_filename_is_the_same_as_the_id_then_slug_is_null":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::if_slugs_are_required_and_the_filename_is_the_same_as_the_id_then_slug_is_the_id":0.001,"Tests\\Stache\\Stores\\EntriesStoreTest::it_uses_the_id_of_the_entry_as_the_item_key":0,"Tests\\Stache\\Stores\\EntriesStoreTest::it_saves_to_disk":0.006,"Tests\\Stache\\Stores\\EntriesStoreTest::it_saves_to_disk_with_modified_path":0.011,"Tests\\Stache\\Stores\\EntriesStoreTest::it_appends_suffix_to_the_filename_if_one_already_exists":0.008,"Tests\\Stache\\Stores\\EntriesStoreTest::it_doesnt_append_the_suffix_to_the_filename_if_it_is_itself":0.006,"Tests\\Stache\\Stores\\EntriesStoreTest::it_doesnt_append_the_suffix_to_an_already_suffixed_filename_if_it_is_itself":0.006,"Tests\\Stache\\Stores\\EntriesStoreTest::it_keeps_the_suffix_even_if_the_suffixless_path_is_available":0.006,"Tests\\Stache\\Stores\\EntriesStoreTest::it_removes_the_suffix_if_it_previously_had_one_but_needs_a_new_path_anyway":0.007,"Tests\\Stache\\Stores\\EntriesStoreTest::it_ignores_entries_in_a_site_subdirectory_where_the_collection_doesnt_have_that_site_enabled":0.001,"Tests\\Stache\\Stores\\FormSubmissionStoreTest::it_makes_entry_instances_from_files":0.001,"Tests\\Stache\\Stores\\FormSubmissionStoreTest::it_saves_to_disk":0.002,"Tests\\Stache\\Stores\\GlobalVariablesStoreTest::it_gets_yaml_files_from_the_root":0.001,"Tests\\Stache\\Stores\\GlobalVariablesStoreTest::it_makes_global_variable_instances_from_files":0,"Tests\\Stache\\Stores\\GlobalVariablesStoreTest::it_uses_the_id_as_the_item_key":0,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_gets_yaml_files_from_the_root":0.001,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_makes_global_set_instances_from_files":0,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_uses_the_id_as_the_item_key":0,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\GlobalsStoreTest::it_saves_to_disk_with_multiple_sites":0,"Tests\\Stache\\Stores\\KeysTest::it_tracks_keys":0,"Tests\\Stache\\Stores\\KeysTest::adding_a_duplicate_throws_an_exception":0,"Tests\\Stache\\Stores\\KeysTest::it_saves_to_the_cache":0,"Tests\\Stache\\Stores\\KeysTest::it_loads_from_cache":0,"Tests\\Stache\\Stores\\KeysTest::it_clears_the_cache":0,"Tests\\Stache\\Stores\\KeysTest::it_forgets_a_key":0,"Tests\\Stache\\Stores\\KeysTest::it_sets_the_path_of_a_key":0,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_only_gets_yaml_files":0.001,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_makes_nav_tree_instances_from_files":0,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_makes_nav_tree_instances_from_files_when_using_multisite":0,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_uses_the_handle_and_locale_as_the_item_key_for_nav_trees":0,"Tests\\Stache\\Stores\\NavTreeStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\NavigationStoreTest::it_only_gets_top_level_yaml_files":0.001,"Tests\\Stache\\Stores\\NavigationStoreTest::it_makes_structure_instances_from_files":0,"Tests\\Stache\\Stores\\NavigationStoreTest::it_uses_the_filename_as_the_item_key":0,"Tests\\Stache\\Stores\\NavigationStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\NavigationStoreTest::it_saves_to_disk_with_multiple_sites":0,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_only_gets_top_level_yaml_files":0.001,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_makes_taxonomy_instances_from_files":0,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_normalizes_preview_target_url_into_format":0,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_uses_the_filename_as_the_item_key":0,"Tests\\Stache\\Stores\\TaxonomiesStoreTest::it_saves_to_disk":0.001,"Tests\\Stache\\Stores\\TermsStoreTest::it_saves_to_disk":0.002,"Tests\\Stache\\Stores\\UsersStoreTest::it_gets_yaml_files":0.001,"Tests\\Stache\\Stores\\UsersStoreTest::it_makes_user_instances_from_files":0,"Tests\\Stache\\Stores\\UsersStoreTest::it_uses_the_id_as_the_item_key":0,"Tests\\Stache\\TraverserTest::throws_exception_if_store_doesnt_have_a_directory_defined":0,"Tests\\Stache\\TraverserTest::it_gets_no_files_if_directory_doesnt_exist":0,"Tests\\Stache\\TraverserTest::gets_files_in_a_stores_directory":0.001,"Tests\\Stache\\TraverserTest::files_can_be_filtered":0.001,"Tests\\StarterKits\\ExportTest::it_can_stub_out_a_new_config":0.002,"Tests\\StarterKits\\ExportTest::it_can_export_files":0.004,"Tests\\StarterKits\\ExportTest::it_can_export_folders":0.004,"Tests\\StarterKits\\ExportTest::it_can_export_as_to_different_destination_path":0.004,"Tests\\StarterKits\\ExportTest::it_copies_export_config":0.013,"Tests\\StarterKits\\ExportTest::it_copies_post_install_script_hook_when_available":0.004,"Tests\\StarterKits\\ExportTest::it_exports_all_dependencies_from_versionless_array":0.004,"Tests\\StarterKits\\ExportTest::it_exports_only_non_dev_dependencies_from_versionless_array":0.004,"Tests\\StarterKits\\ExportTest::it_exports_only_dev_dependencies_from_versionless_array":0.004,"Tests\\StarterKits\\ExportTest::it_overrides_all_dependencies_from_composer_json":0.004,"Tests\\StarterKits\\ExportTest::it_overrides_non_dev_dependencies_from_composer_json":0.004,"Tests\\StarterKits\\ExportTest::it_overrides_dev_dependencies_from_composer_json":0.014,"Tests\\StarterKits\\ExportTest::it_does_not_export_opinionated_app_composer_json":0.002,"Tests\\StarterKits\\ExportTest::it_does_not_export_as_with_opinionated_app_composer_json":0.002,"Tests\\StarterKits\\ExportTest::it_exports_basic_composer_json_file":0.004,"Tests\\StarterKits\\ExportTest::it_uses_existing_composer_json_file":0.004,"Tests\\StarterKits\\HookTest::it_can_find_and_return_hook_instance_from_class_path":0.001,"Tests\\StarterKits\\HookTest::it_returns_null_when_hook_class_doesnt_exist":0,"Tests\\StarterKits\\InstallTest::it_installs_starter_kit":0.099,"Tests\\StarterKits\\InstallTest::it_installs_from_custom_export_paths":0.085,"Tests\\StarterKits\\InstallTest::it_installs_from_github":0.094,"Tests\\StarterKits\\InstallTest::it_installs_from_bitbucket":0.093,"Tests\\StarterKits\\InstallTest::it_installs_from_gitlab":0.091,"Tests\\StarterKits\\InstallTest::it_installs_successfully_without_pinging_cloud_when_local_option_is_passed":0.092,"Tests\\StarterKits\\InstallTest::it_restores_existing_repositories_after_successful_install":0.126,"Tests\\StarterKits\\InstallTest::it_fails_if_starter_kit_config_does_not_exist":0.089,"Tests\\StarterKits\\InstallTest::it_fails_if_an_export_path_doesnt_exist":0.084,"Tests\\StarterKits\\InstallTest::it_merges_folders":0.103,"Tests\\StarterKits\\InstallTest::it_doesnt_copy_files_not_defined_as_export_paths":0.095,"Tests\\StarterKits\\InstallTest::it_overwrites_files":0.093,"Tests\\StarterKits\\InstallTest::it_doesnt_copy_starter_kit_config_by_default":0.091,"Tests\\StarterKits\\InstallTest::it_copies_starter_kit_config_when_option_is_passed":0.092,"Tests\\StarterKits\\InstallTest::it_copies_starter_kit_post_install_script_hook_when_with_config_option_is_passed":0.093,"Tests\\StarterKits\\InstallTest::it_doesnt_copy_starter_kit_post_install_script_hook_when_with_config_option_is_not_passed":0.095,"Tests\\StarterKits\\InstallTest::it_overwrites_starter_kit_config_when_option_is_passed":0.095,"Tests\\StarterKits\\InstallTest::it_doesnt_clear_site_by_default":0.094,"Tests\\StarterKits\\InstallTest::it_clears_site_when_option_is_passed":0.101,"Tests\\StarterKits\\InstallTest::it_installs_dependencies":0.09,"Tests\\StarterKits\\InstallTest::it_installs_dev_dependencies":0.09,"Tests\\StarterKits\\InstallTest::it_installs_both_types_of_dependencies":0.088,"Tests\\StarterKits\\InstallTest::it_removes_dependency_versions_in_starter_kit_config_to_encourage_management_with_composer":0.092,"Tests\\StarterKits\\InstallTest::it_leaves_dependency_versions_in_starter_kit_config_if_dependencies_are_not_installed":0.091,"Tests\\StarterKits\\InstallTest::it_installs_paid_starter_kit_with_valid_license_key":0.09,"Tests\\StarterKits\\InstallTest::it_doesnt_install_paid_starter_kit_with_invalid_license_key":0.065,"Tests\\StarterKits\\InstallTest::it_runs_post_install_script_hook_when_available":0.09,"Tests\\StarterKits\\InstallTest::it_can_register_and_run_newly_installed_command_in_post_install_hook":0.091,"Tests\\StarterKits\\InstallTest::it_caches_post_install_hook_instructions_when_tty_is_not_available_during_a_cli_install":0.091,"Tests\\StarterKits\\InstallTest::it_doesnt_caches_post_install_hook_instructions_when_not_being_run_as_a_cli_install":0.102,"Tests\\StarterKits\\InstallTest::it_parses_branch_from_package_param_when_installing":0.095,"Tests\\StarterKits\\InstallTest::it_installs_branch_with_slash_without_failing_package_validation":0.094,"Tests\\StarterKits\\RunPostInstallTest::it_runs_post_install_hook_script":0.103,"Tests\\StarterKits\\RunPostInstallTest::it_errors_gracefully_if_post_install_hook_cannot_be_found":0.094,"Tests\\StarterKits\\RunPostInstallTest::it_errors_gracefully_if_starter_kit_package_doesnt_exist_in_vendor":0.095,"Tests\\StatamicTest::it_checks_for_cp_route":0.021,"Tests\\StatamicTest::it_gets_the_system_date_format":0,"Tests\\StatamicTest::it_gets_the_cp_date_format":0,"Tests\\StatamicTest::it_gets_the_users_preferred_date_format_when_requesting_cp_format_but_not_the_system_format":0.003,"Tests\\StatamicTest::it_appends_time_if_system_date_format_doesnt_have_time_in_it":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#12-hour without leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#24-hour without leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#12-hour with leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#24-hour with leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#unix timestamp":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#ISO 8601":0,"Tests\\StatamicTest::it_doesnt_append_time_if_system_date_format_already_has_time_in_it#RFC 2822":0,"Tests\\StatamicTest::it_appends_time_if_cp_date_format_doesnt_have_time_in_it":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#12-hour without leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#24-hour without leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#12-hour with leading zeros":0.001,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#24-hour with leading zeros":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#unix timestamp":0.001,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#ISO 8601":0,"Tests\\StatamicTest::it_doesnt_append_time_if_cp_date_format_already_has_time_in_it#RFC 2822":0.001,"Tests\\StatamicTest::it_wraps_fluent_tag_helper":0.001,"Tests\\StatamicTest::it_wraps_fluent_modifier_helper":0,"Tests\\StatamicTest::it_aliases_query_builders":0,"Tests\\StatamicTest::native_query_builder_aliases_are_bound":0.001,"Tests\\StatamicTest::it_throws_exception_for_invalid_query_builder_alias":0,"Tests\\StatamicTest::scripts_will_automatically_be_versioned":0,"Tests\\StatamicTest::styles_will_automatically_be_versioned":0.001,"Tests\\StatamicTest::scripts_can_be_passed_with_a_laravel_mix_version":0,"Tests\\StatamicTest::styles_can_be_passed_with_a_laravel_mix_version":0,"Tests\\StatamicTest::assets_with_equal_names_will_be_cached_differently":0,"Tests\\StatamicTest::it_gets_a_cp_asset_url#slash":0,"Tests\\StatamicTest::it_gets_a_cp_asset_url#no slash":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#package":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#package with type":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#statamic cp":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#vendor url no slash":0,"Tests\\StatamicTest::it_gets_the_vendor_package_asset_url#vendor url with slash":0,"Tests\\StatamicTest::it_makes_breadcrumbs":0.001,"Tests\\StatamicTest::it_can_detect_if_running_in_a_queue_worker":0.003,"Tests\\StaticCaching\\ApplicationCacherTest::it_checks_if_a_page_is_cached":0.001,"Tests\\StaticCaching\\ApplicationCacherTest::gets_cached_page":0.001,"Tests\\StaticCaching\\ApplicationCacherTest::checking_if_page_is_cached_then_retrieving_it_will_only_hit_the_cache_once":0,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_removes_the_html_and_the_url":0.001,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_will_invalidate_all_query_string_versions_too":0,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_dispatches_event#no domain":0,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_dispatches_event#configured base domain":0,"Tests\\StaticCaching\\ApplicationCacherTest::invalidating_a_url_dispatches_event#another domain":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_flushes":0,"Tests\\StaticCaching\\CacherTest::gets_config_values":0.001,"Tests\\StaticCaching\\CacherTest::gets_default_expiration":0,"Tests\\StaticCaching\\CacherTest::gets_a_url":0,"Tests\\StaticCaching\\CacherTest::gets_a_url_with_query_strings_disabled":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_using_the_deprecated_config_value":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_using_the_deprecated_config_value_with_trailing_slash":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_sites_have_absolute_urls":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_sites_have_absolute_urls_with_trailing_slashes":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_sites_have_relative_urls":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_sites_have_relative_urls_with_trailing_slashes":0,"Tests\\StaticCaching\\CacherTest::gets_the_base_url_when_site_is_just_a_slash":0,"Tests\\StaticCaching\\CacherTest::gets_domains":0,"Tests\\StaticCaching\\CacherTest::caches_a_url":0.001,"Tests\\StaticCaching\\CacherTest::gets_urls":0,"Tests\\StaticCaching\\CacherTest::forgets_a_url":0,"Tests\\StaticCaching\\CacherTest::flushes_urls":0,"Tests\\StaticCaching\\CacherTest::it_asks_the_url_excluder_if_a_url_should_be_excluder":0.001,"Tests\\StaticCaching\\CacherTest::it_invalidates_urls":0.001,"Tests\\StaticCaching\\DefaultInvalidatorTest::specifying_all_as_invalidation_rule_will_just_flush_the_cache":0.001,"Tests\\StaticCaching\\DefaultInvalidatorTest::assets_can_trigger_url_invalidation":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::collection_urls_can_be_invalidated":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::collection_urls_can_be_invalidated_by_an_entry":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::entry_urls_are_not_invalidated_by_an_entry_with_a_redirect":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::taxonomy_urls_can_be_invalidated":0.001,"Tests\\StaticCaching\\DefaultInvalidatorTest::navigation_urls_can_be_invalidated":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::globals_urls_can_be_invalidated":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::form_urls_can_be_invalidated":0,"Tests\\StaticCaching\\DefaultUrlExcluderTest::excludes_urls":0,"Tests\\StaticCaching\\DefaultUrlExcluderTest::excludes_wildcard_urls":0,"Tests\\StaticCaching\\DefaultUrlExcluderTest::url_exclusions_ignore_query_strings":0,"Tests\\StaticCaching\\DefaultUrlExcluderTest::url_exclusions_trim_the_base_url":0,"Tests\\StaticCaching\\FileCacherTest::gets_cache_paths_when_multiple_paths_are_provided":0.002,"Tests\\StaticCaching\\FileCacherTest::gets_cache_paths_when_a_single_path_is_provided":0,"Tests\\StaticCaching\\FileCacherTest::gets_cache_path_when_multiple_paths_are_provided":0,"Tests\\StaticCaching\\FileCacherTest::gets_cache_path_when_a_single_path_is_provided":0,"Tests\\StaticCaching\\FileCacherTest::gets_file_path_from_url":0,"Tests\\StaticCaching\\FileCacherTest::gets_file_path_from_url_and_hashes_long_query_strings":0,"Tests\\StaticCaching\\FileCacherTest::gets_file_path_from_url_and_ignores_query_strings":0,"Tests\\StaticCaching\\FileCacherTest::gets_file_path_with_multiple_locations":0,"Tests\\StaticCaching\\FileCacherTest::flushing_the_cache_deletes_from_all_cache_locations":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_thats_not_cached_will_do_nothing":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_deletes_the_file_and_removes_the_url":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_deletes_the_file_and_removes_the_url_for_query_string_versions_too":0.001,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_deletes_the_file_and_removes_the_url_when_using_multisite":0.001,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_deletes_the_file_and_removes_the_url_when_using_multisite_and_a_single_string_value_for_the_path":0.001,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_dispatches_event#no domain":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_dispatches_event#configured base domain":0,"Tests\\StaticCaching\\FileCacherTest::invalidating_a_url_dispatches_event#another domain":0,"Tests\\StaticCaching\\FullMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nocache_tags":0.009,"Tests\\StaticCaching\\FullMeasureStaticCachingTest::javascript_doesnt_get_output_if_there_are_no_nocache_tags":0.007,"Tests\\StaticCaching\\FullMeasureStaticCachingTest::it_should_add_the_javascript_if_there_is_a_csrf_token":0.007,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_statically_caches":0.034,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_performs_replacements":0.012,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nocache_tags":0.013,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nocache_tags_in_loops":0.026,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_the_cascade_parts_dynamic_using_nocache_tags":0.014,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_the_urls_page_parts_dynamic_using_nocache_tags":0.018,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nested_nocache_tags":0.027,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_nocache_tags_with_view_front_matter":0.014,"Tests\\StaticCaching\\HalfMeasureStaticCachingTest::it_can_keep_parts_dynamic_using_blade":0.014,"Tests\\StaticCaching\\InvalidateTest::it_invalidates_a_form_when_its_blueprint_is_saved":0.001,"Tests\\StaticCaching\\ManagerTest::it_flushes":0.001,"Tests\\StaticCaching\\ManagerTest::it_flushes_without_static_cache_store":0,"Tests\\StaticCaching\\NoCacheSessionTest::when_pushing_a_region_it_will_filter_out_cascade":0,"Tests\\StaticCaching\\NoCacheSessionTest::it_gets_the_fragment_data":0,"Tests\\StaticCaching\\NoCacheSessionTest::it_writes":0.001,"Tests\\StaticCaching\\NoCacheSessionTest::it_restores_from_cache":0.005,"Tests\\StaticCaching\\NoCacheSessionTest::a_singleton_is_bound_in_the_container":0.003,"Tests\\StaticCaching\\NoCacheSessionTest::it_ignores_the_query_string":0.003,"Tests\\StaticCaching\\NoCacheSessionTest::it_writes_session_if_a_nocache_tag_is_used":0.008,"Tests\\StaticCaching\\NoCacheSessionTest::it_doesnt_write_session_if_a_nocache_tag_is_not_used":0.017,"Tests\\StaticCaching\\NoCacheSessionTest::it_restores_session_if_theres_a_nocache_placeholder_in_the_response":0.007,"Tests\\StaticCaching\\NoCacheSessionTest::it_doesnt_restore_session_if_there_is_no_nocache_placeholder_in_the_response":0.006,"Tests\\StaticCaching\\NocacheRouteTest::it_gets_nocache_regions_via_a_route":0.017,"Tests\\StaticCaching\\NocacheTagsTest::it_can_keep_nocache_tags_dynamic_inside_cache_tags":0.021,"Tests\\StaticCaching\\NocacheTagsTest::it_can_keep_nested_nocache_tags_dynamic_inside_cache_tags":0.013,"Tests\\StaticCaching\\NocacheTagsTest::it_only_adds_appropriate_fields_of_context_to_session":0.004,"Tests\\StaticCaching\\NocacheTagsTest::it_only_adds_explicitly_defined_fields_of_context_to_session":0.003,"Tests\\StaticCaching\\UrlExcluderTest::it_defaults_to_the_default_excluder_when_only_urls_are_defined":0,"Tests\\StaticCaching\\UrlExcluderTest::it_defaults_to_the_default_excluder_when_no_class_is_provided":0,"Tests\\StaticCaching\\UrlExcluderTest::it_throws_error_when_referencing_class_that_doesnt_exist":0,"Tests\\StaticCaching\\UrlExcluderTest::it_gets_a_custom_class":0,"Tests\\Support\\ArrTest::it_adds_scope_to_associative_array":0,"Tests\\Support\\ArrTest::it_adds_scope_to_multidimensional_array#array":0,"Tests\\Support\\ArrTest::it_adds_scope_to_multidimensional_array#collection":0,"Tests\\Support\\ArrTest::it_adds_scope_to_multidimensional_array#values":0,"Tests\\Support\\ArrTest::it_doesnt_add_scope_to_lists":0,"Tests\\Support\\ArrTest::it_gets_the_first_non_null_value":0,"Tests\\Support\\ArrTest::testAccessible":0,"Tests\\Support\\ArrTest::testAdd":0,"Tests\\Support\\ArrTest::testCollapse":0,"Tests\\Support\\ArrTest::testCrossJoin":0,"Tests\\Support\\ArrTest::testDivide":0,"Tests\\Support\\ArrTest::testDot":0,"Tests\\Support\\ArrTest::testUndot":0,"Tests\\Support\\ArrTest::testExcept":0,"Tests\\Support\\ArrTest::testExists":0,"Tests\\Support\\ArrTest::testWhereNotNull":0,"Tests\\Support\\ArrTest::testFirst":0,"Tests\\Support\\ArrTest::testJoin":0,"Tests\\Support\\ArrTest::testLast":0,"Tests\\Support\\ArrTest::testFlatten":0,"Tests\\Support\\ArrTest::testFlattenWithDepth":0,"Tests\\Support\\ArrTest::testGet":0,"Tests\\Support\\ArrTest::testHas":0,"Tests\\Support\\ArrTest::testHasAnyMethod":0,"Tests\\Support\\ArrTest::testIsAssoc":0,"Tests\\Support\\ArrTest::testIsList":0,"Tests\\Support\\ArrTest::testOnly":0,"Tests\\Support\\ArrTest::testPluck":0,"Tests\\Support\\ArrTest::testPluckWithArrayValue":0,"Tests\\Support\\ArrTest::testPluckWithKeys":0,"Tests\\Support\\ArrTest::testPluckWithCarbonKeys":0,"Tests\\Support\\ArrTest::testArrayPluckWithArrayAndObjectValues":0,"Tests\\Support\\ArrTest::testArrayPluckWithNestedKeys":0,"Tests\\Support\\ArrTest::testArrayPluckWithNestedArrays":0,"Tests\\Support\\ArrTest::testMap":0,"Tests\\Support\\ArrTest::testMapByReference":0,"Tests\\Support\\ArrTest::testPrepend":0,"Tests\\Support\\ArrTest::testPull":0,"Tests\\Support\\ArrTest::testQuery":0,"Tests\\Support\\ArrTest::testRandom":0,"Tests\\Support\\ArrTest::testRandomNotIncrementingKeys":0,"Tests\\Support\\ArrTest::testRandomOnEmptyArray":0,"Tests\\Support\\ArrTest::testRandomThrowsAnErrorWhenRequestingMoreItemsThanAreAvailable":0,"Tests\\Support\\ArrTest::testSet":0,"Tests\\Support\\ArrTest::testShuffleProducesDifferentShuffles":0,"Tests\\Support\\ArrTest::testShuffleActuallyShuffles":0,"Tests\\Support\\ArrTest::testShuffleKeepsSameValues":0,"Tests\\Support\\ArrTest::testEmptyShuffle":0,"Tests\\Support\\ArrTest::testSort":0,"Tests\\Support\\ArrTest::testSortDesc":0,"Tests\\Support\\ArrTest::testSortRecursive":0,"Tests\\Support\\ArrTest::testToCssClasses":0,"Tests\\Support\\ArrTest::testToCssStyles":0,"Tests\\Support\\ArrTest::testWhere":0,"Tests\\Support\\ArrTest::testWhereKey":0,"Tests\\Support\\ArrTest::testForget":0,"Tests\\Support\\ArrTest::testWrap":0,"Tests\\Support\\ArrTest::testSortByMany":0,"Tests\\Support\\ArrTest::testKeyBy":0,"Tests\\Support\\ArrTest::testPrependKeysWith":0,"Tests\\Support\\ComparatorTest::it_compares_strings_case_insensitively":0,"Tests\\Support\\ComparatorTest::it_compares_numbers":0,"Tests\\Support\\ComparatorTest::it_compares_values":0,"Tests\\Support\\DateFormatTest::it_has_conversions":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#A":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#a":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#B":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#c":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#D":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#d":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#e":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#F":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#G":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#g":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#H":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#h":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#I":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#i":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#j":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#L":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#l":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#M":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#m":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#N":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#n":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#O":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#o":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#P":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#r":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#S":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#s":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#T":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#t":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#U":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#u":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#v":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#W":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#w":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#Y":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#y":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#Z":0,"Tests\\Support\\DateFormatTest::it_converts_from_php_to_iso#z":0,"Tests\\Support\\HookableTest::hooks_can_be_run":0,"Tests\\Support\\HookableTest::hooks_from_one_class_dont_happen_on_another":0,"Tests\\Support\\HtmlTest::testDl":0,"Tests\\Support\\HtmlTest::testOl":0,"Tests\\Support\\HtmlTest::nested_listing_with_keyed_sub_array":0,"Tests\\Support\\HtmlTest::nested_listing_with_unkeyed_sub_array":0,"Tests\\Support\\HtmlTest::it_returns_empty_string_when_no_list_items_given":0,"Tests\\Support\\HtmlTest::testUl":0,"Tests\\Support\\HtmlTest::testFavicon":0,"Tests\\Support\\HtmlTest::testLink":0,"Tests\\Support\\HtmlTest::testMailto":0.001,"Tests\\Support\\HtmlTest::it_sanitizes_string":0,"Tests\\Support\\HtmlTest::it_sanitizes_string_with_invalid_code_points":0,"Tests\\Support\\HtmlTest::it_does_not_sanitize_special_characters":0,"Tests\\Support\\HtmlTest::it_does_not_sanitize_null":0,"Tests\\Support\\HtmlTest::it_sanitizes_with_double_encoding_by_default":0,"Tests\\Support\\HtmlTest::it_can_sanitize_without_double_encoding":0,"Tests\\Support\\StrTest::undefined_methods_get_passed_to_stringy":0,"Tests\\Support\\StrTest::it_makes_sentence_lists":0,"Tests\\Support\\StrTest::it_strips_tags":0,"Tests\\Support\\StrTest::it_makes_slugs":0,"Tests\\Support\\StrTest::it_makes_slugs_and_replaces_extra_symbols":0.001,"Tests\\Support\\StrTest::it_converts_studly_to_slug":0,"Tests\\Support\\StrTest::it_converts_studly_to_title":0,"Tests\\Support\\StrTest::it_converts_slug_to_title":0,"Tests\\Support\\StrTest::it_checks_for_a_url":0,"Tests\\Support\\StrTest::it_deslugifies_a_slug":0,"Tests\\Support\\StrTest::it_gets_file_size_for_humans":0,"Tests\\Support\\StrTest::it_gets_time_for_humans":0,"Tests\\Support\\StrTest::it_widonts":0,"Tests\\Support\\StrTest::it_compares_two_strings":0.001,"Tests\\Support\\StrTest::it_modifies_strings_with_multiple_methods_at_once":0,"Tests\\Support\\StrTest::it_makes_tailwind_width_classes":0,"Tests\\Support\\StrTest::it_converts_to_boolean_strings":0,"Tests\\Support\\StrTest::it_converts_to_booleans":0,"Tests\\Support\\StrTest::testStringCanBeLimitedByWords":0,"Tests\\Support\\StrTest::testStringCanBeLimitedByWordsNonAscii":0,"Tests\\Support\\StrTest::testStringTrimmedOnlyWhereNecessary":0,"Tests\\Support\\StrTest::testStringTitle":0,"Tests\\Support\\StrTest::testStringHeadline":0,"Tests\\Support\\StrTest::testStringWithoutWordsDoesntProduceError":0,"Tests\\Support\\StrTest::testStringAscii":0,"Tests\\Support\\StrTest::testStringAsciiWithSpecificLocale":0,"Tests\\Support\\StrTest::testStartsWith":0,"Tests\\Support\\StrTest::testEndsWith":0,"Tests\\Support\\StrTest::testStrExcerpt":0.001,"Tests\\Support\\StrTest::testStrBefore":0,"Tests\\Support\\StrTest::testStrBeforeLast":0,"Tests\\Support\\StrTest::testStrBetween":0,"Tests\\Support\\StrTest::testStrBetweenFirst":0,"Tests\\Support\\StrTest::testStrAfter":0,"Tests\\Support\\StrTest::testStrAfterLast":0,"Tests\\Support\\StrTest::testStrContains#0":0,"Tests\\Support\\StrTest::testStrContains#1":0,"Tests\\Support\\StrTest::testStrContains#2":0,"Tests\\Support\\StrTest::testStrContains#3":0,"Tests\\Support\\StrTest::testStrContains#4":0,"Tests\\Support\\StrTest::testStrContains#5":0,"Tests\\Support\\StrTest::testStrContains#6":0,"Tests\\Support\\StrTest::testStrContains#7":0,"Tests\\Support\\StrTest::testStrContains#8":0,"Tests\\Support\\StrTest::testStrContains#9":0,"Tests\\Support\\StrTest::testStrContains#10":0,"Tests\\Support\\StrTest::testStrContains#11":0,"Tests\\Support\\StrTest::testStrContains#12":0,"Tests\\Support\\StrTest::testStrContainsAll#0":0,"Tests\\Support\\StrTest::testStrContainsAll#1":0,"Tests\\Support\\StrTest::testStrContainsAll#2":0,"Tests\\Support\\StrTest::testStrContainsAll#3":0,"Tests\\Support\\StrTest::testStrContainsAll#4":0,"Tests\\Support\\StrTest::testStrContainsAll#5":0,"Tests\\Support\\StrTest::testParseCallback":0,"Tests\\Support\\StrTest::testStrStart":0,"Tests\\Support\\StrTest::testFinish":0,"Tests\\Support\\StrTest::testWrap":0,"Tests\\Support\\StrTest::testIs":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#0":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#1":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#2":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#3":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#4":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#5":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#6":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#7":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#8":0,"Tests\\Support\\StrTest::testIsUuidWithValidUuid#9":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#0":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#1":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#2":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#3":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#4":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#5":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#6":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#7":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#8":0,"Tests\\Support\\StrTest::testIsUuidWithInvalidUuid#9":0,"Tests\\Support\\StrTest::testIsJson":0,"Tests\\Support\\StrTest::testKebab":0,"Tests\\Support\\StrTest::testLower":0,"Tests\\Support\\StrTest::testUpper":0,"Tests\\Support\\StrTest::testLimit":0,"Tests\\Support\\StrTest::testLength":0,"Tests\\Support\\StrTest::testRandom":0,"Tests\\Support\\StrTest::TestWhetherTheNumberOfGeneratedCharactersIsEquallyDistributed":0.294,"Tests\\Support\\StrTest::testRandomStringFactoryCanBeSet":0,"Tests\\Support\\StrTest::testItCanSpecifyASequenceOfRandomStringsToUtilise":0,"Tests\\Support\\StrTest::testItCanSpecifyAFallbackForARandomStringSequence":0,"Tests\\Support\\StrTest::testReplace":0,"Tests\\Support\\StrTest::testReplaceArray":0,"Tests\\Support\\StrTest::testReplaceFirst":0,"Tests\\Support\\StrTest::testReplaceLast":0,"Tests\\Support\\StrTest::testRemove":0,"Tests\\Support\\StrTest::testReverse":0,"Tests\\Support\\StrTest::testSnake":0,"Tests\\Support\\StrTest::testSquish":0,"Tests\\Support\\StrTest::testStudly":0,"Tests\\Support\\StrTest::testMask":0,"Tests\\Support\\StrTest::testMatch":0,"Tests\\Support\\StrTest::testCamel":0,"Tests\\Support\\StrTest::testSubstr":0,"Tests\\Support\\StrTest::testSubstrCount":0,"Tests\\Support\\StrTest::testSubstrReplace":0,"Tests\\Support\\StrTest::testLcfirst":0,"Tests\\Support\\StrTest::testUcfirst":0,"Tests\\Support\\StrTest::testUcsplit":0,"Tests\\Support\\StrTest::testUuid":0.004,"Tests\\Support\\StrTest::testAsciiNull":0,"Tests\\Support\\StrTest::testPadBoth":0,"Tests\\Support\\StrTest::testPadLeft":0,"Tests\\Support\\StrTest::testPadRight":0,"Tests\\Support\\StrTest::testSwapKeywords":0,"Tests\\Support\\StrTest::testWordCount":0,"Tests\\Support\\StrTest::testMarkdown":0.002,"Tests\\Support\\StrTest::testInlineMarkdown":0.001,"Tests\\Support\\StrTest::testRepeat":0,"Tests\\Support\\StrTest::testTransliterate#0":0.001,"Tests\\Support\\StrTest::testTransliterate#1":0,"Tests\\Support\\StrTest::testTransliterate#2":0,"Tests\\Support\\StrTest::testTransliterate#3":0,"Tests\\Support\\StrTest::testTransliterate#4":0,"Tests\\Support\\StrTest::testTransliterate#5":0,"Tests\\Support\\StrTest::testTransliterate#6":0,"Tests\\Support\\StrTest::testTransliterate#7":0,"Tests\\Support\\StrTest::testTransliterateOverrideUnknown":0,"Tests\\Support\\StrTest::testTransliterateStrict#0":0.001,"Tests\\Support\\StrTest::testTransliterateStrict#1":0,"Tests\\Support\\StrTest::testTransliterateStrict#2":0,"Tests\\Support\\StrTest::testTransliterateStrict#3":0,"Tests\\Support\\StrTest::testTransliterateStrict#4":0,"Tests\\Support\\StrTest::testTransliterateStrict#5":0,"Tests\\Support\\StrTest::testTransliterateStrict#6":0,"Tests\\Support\\StrTest::testTransliterateStrict#7":0,"Tests\\Support\\StrTest::testItCanFreezeUuids":0,"Tests\\Support\\StrTest::testItCanFreezeUuidsInAClosure":0,"Tests\\Support\\StrTest::testItCreatesUuidsNormallyAfterFailureWithinFreezeMethod":0,"Tests\\Support\\StrTest::testItCanSpecifyASequenceOfUuidsToUtilise":0,"Tests\\Support\\StrTest::testItCanSpecifyAFallbackForASequence":0,"Tests\\Support\\StrTest::testPasswordCreation":0,"Tests\\Tags\\CacheTagTest::it_caches_its_contents_the_first_time":0.001,"Tests\\Tags\\CacheTagTest::it_skips_the_cache_if_cache_tags_are_not_enabled":0.001,"Tests\\Tags\\CacheTagTest::it_uses_the_cached_content_for_the_same_user_when_using_scope_user":0.003,"Tests\\Tags\\CacheTagTest::it_does_not_use_the_cached_content_for_a_different_user_when_using_scope_user":0.003,"Tests\\Tags\\CacheTagTest::it_uses_the_cached_content_for_the_same_page_when_using_scope_page":0.002,"Tests\\Tags\\CacheTagTest::it_does_not_use_the_cached_content_for_a_different_page_when_using_scope_page":0.001,"Tests\\Tags\\CacheTagTest::it_restores_section_contents_after":0.001,"Tests\\Tags\\CacheTagTest::it_restores_stack_contents_after":0.002,"Tests\\Tags\\CacheTagTest::it_uses_the_cached_content_for_the_same_site_when_using_scope_site":0.001,"Tests\\Tags\\CacheTagTest::it_does_not_use_the_cached_content_for_a_different_site_when_using_scope_site":0.001,"Tests\\Tags\\CacheTagTest::it_uses_the_cached_content_for_a_different_site_when_using_scope_global":0.002,"Tests\\Tags\\ChildrenTest::it_gets_children_data":0.014,"Tests\\Tags\\ChildrenTest::it_gets_children_data_when_in_another_site":0.024,"Tests\\Tags\\ChildrenTest::it_doesnt_affect_children_in_nav":0.015,"Tests\\Tags\\Collection\\CollectionTest::it_throws_an_exception_for_an_invalid_collection":0.012,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_multiple_collections":0.014,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_collections_using_collection_objects":0.013,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_all_collections":0.015,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_all_collections_excluding_one":0.014,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_multiple_collections_using_params":0.014,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_all_collections_using_params":0.015,"Tests\\Tags\\Collection\\CollectionTest::it_gets_entries_from_all_collections_excluding_some_with_params":0.014,"Tests\\Tags\\Collection\\CollectionTest::it_can_exclude_collections_using_collection_objects":0.013,"Tests\\Tags\\Collection\\CollectionTest::it_filters_out_redirects":0.025,"Tests\\Tags\\Collection\\CollectionTest::it_counts_entries_in_a_collection":0.013,"Tests\\Tags\\Collection\\CollectionTest::it_counts_entries_in_a_collection_with_params":0.013,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_a_dated_desc_collection":0.019,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_a_dated_desc_collection_when_multiple_entries_share_the_same_date":0.011,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_a_dated_asc_collection":0.019,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_a_dated_asc_collection_when_multiple_entries_share_the_same_date":0.011,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_an_orderable_asc_collection":0.025,"Tests\\Tags\\Collection\\CollectionTest::it_can_get_previous_and_next_entries_in_an_orderable_desc_collection":0.016,"Tests\\Tags\\Collection\\CollectionTest::it_adds_defaults_for_missing_items_based_on_blueprint":0.007,"Tests\\Tags\\Collection\\CollectionTest::when_using_the_tag_without_any_parameters_that_define_the_collection_it_will_get_the_collection_object_from_context":0.002,"Tests\\Tags\\Collection\\CollectionTest::it_orders_using_the_collection_sort_direction":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_gets_entries_in_a_collection":0.004,"Tests\\Tags\\Collection\\EntriesTest::it_gets_paginated_entries_in_a_collection":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_gets_offset_paginated_entries_in_a_collection":0.01,"Tests\\Tags\\Collection\\EntriesTest::it_gets_localized_site_entries_in_a_collection":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_limits_entries_with_offset":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_limits_entries_with_offset_using_value_objects":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_future_and_past":0.028,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_since_and_until":0.021,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_status":0.012,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_published_boolean":0.01,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_custom_query_scopes":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_sorts_entries":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_sorts_entries_by_multiple_columns":0.01,"Tests\\Tags\\Collection\\EntriesTest::it_sorts_entries_randomly":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_can_sort_a_nested_structured_collection":0.013,"Tests\\Tags\\Collection\\EntriesTest::it_can_sort_a_linear_structured_collection":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_filters_by_taxonomy_terms":0.018,"Tests\\Tags\\Collection\\EntriesTest::it_throws_an_exception_when_using_an_unknown_taxonomy_query_modifier":0.001,"Tests\\Tags\\Collection\\EntriesTest::it_returns_all_entries_where_taxonomy_parameter_value_is_empty":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_accepts_a_term_collection_to_filter_by_taxonomy":0.009,"Tests\\Tags\\Collection\\EntriesTest::it_accepts_a_query_builder_to_filter_by_taxonomy":0.012,"Tests\\Tags\\Collection\\EntriesTest::it_chunks_entries":0.007,"Tests\\Tags\\Concerns\\GetsPipedArrayValuesTest::it_filters_by_is_condition":0,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_condition":0.017,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_does_not_filter_by_is_condition_when_value_is_empty":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_not_condition":0.008,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_does_not_filter_by_not_condition_when_value_is_empty":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_contains_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_does_not_filter_by_contains_condition_when_value_is_empty":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_doesnt_contain_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_does_not_filter_by_doesnt_contains_condition_when_value_is_empty":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_in_condition":0.01,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_not_in_condition":0.01,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_starts_with_condition":0.006,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_doesnt_start_with_condition":0.006,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_ends_with_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_doesnt_end_with_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_greater_than_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_less_than_condition":0.019,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_greater_than_or_equal_to_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_less_than_or_equal_to_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_regex_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_not_regex_condition":0.008,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_after_or_before_date_conditions":0.016,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_after_or_before_date_range_conditions":0.011,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_alpha_condition":0.007,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_alpha_numeric_condition":0.007,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_numeric_condition":0.009,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_url_condition":0.011,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_embeddable_condition":0.013,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_email_condition":0.007,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_empty_condition":0.01,"Tests\\Tags\\Concerns\\QueriesConditionsTest::it_filters_by_is_numberwang_condition":0.005,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_an_augmentable_object_it_will_use_the_corresponding_value":0.001,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_an_array_of_augmentables_it_will_get_the_respective_values":0.001,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_a_collection_of_augmentables_it_will_get_the_respective_values":0.001,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_a_labeled_value_object_it_will_use_the_corresponding_value":0.001,"Tests\\Tags\\Concerns\\QueriesConditionsTest::when_the_value_is_a_non_augmentable_object_it_will_throw_an_exception":0.001,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_renders_attributes_from_array":0,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_renders_attributes_from_params":0,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_wont_render_attributes_for_known_params_unless_attr_prepended":0,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_will_render_falsy_attributes":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_renders_form_open_tags":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_renders_form_open_tags_with_custom_method":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_renders_form_open_tags_with_custom_attributes":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_renders_form_close_tag":0,"Tests\\Tags\\Concerns\\RendersFormsTest::it_minifies_space_between_field_html_elements":0,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, missing":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, filled":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, default, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#no value, default, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, default, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_text_fields#value, default, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, filled":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, filled":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, default, filled":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#no value, default, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, default, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_fallback_fields_as_text_fields#value, default, empty":0.012,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, filled":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, default, filled":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#no value, default, empty":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, default, filled":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_textarea_fields#value, default, empty":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default true, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default true, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default true, unchecked":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default false, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default false, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#no value, default false, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default true, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default true, checked":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default true, unchecked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default false, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default false, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value true, default false, unchecked":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, default true, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, default true, checked":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_toggles#value false, default true, unchecked":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#no value, no default, missing":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#no value, no default, selected":0.014,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#value, no default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#no value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#no value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#value, default, missing":0.011,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_single_select_fields#value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#no value, no default, missing":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#no value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#value, no default, missing":0.001,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#value, no default, selected":0.013,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#no value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#no value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_radio_fields#value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, no default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, no default, selected":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, no default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, no default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, no default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, no default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, no default, selected none":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, default, selected":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, default, selected multiple":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#no value, default, selected none":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, default, selected":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, default, selected multiple":0.005,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_multiple_select_fields#value, default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, no default, missing":0.003,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, no default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, no default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, no default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, no default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, no default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, no default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#no value, default, selected none":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, default, missing":0.002,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, default, selected":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, default, selected multiple":0.004,"Tests\\Tags\\Concerns\\RendersFormsTest::renders_checkboxes_fields#value, default, selected none":0.004,"Tests\\Tags\\ContextTest::it_gets_all_items":0,"Tests\\Tags\\ContextTest::it_gets_a_value":0,"Tests\\Tags\\ContextTest::it_gets_raw_values":0,"Tests\\Tags\\ContextTest::it_gets_an_augmented_value":0,"Tests\\Tags\\ContextTest::unknown_keys_use_a_default_value":0,"Tests\\Tags\\ContextTest::it_checks_existence":0,"Tests\\Tags\\ContextTest::it_gets_the_first_parameter_that_exists":0,"Tests\\Tags\\ContextTest::it_forgets_keys":0,"Tests\\Tags\\ContextTest::it_uses_array_access":0,"Tests\\Tags\\ContextTest::it_gets_an_exploded_list":0,"Tests\\Tags\\ContextTest::it_gets_a_boolean":0,"Tests\\Tags\\ContextTest::it_gets_an_integer":0,"Tests\\Tags\\ContextTest::it_gets_a_float":0,"Tests\\Tags\\ContextTest::it_is_iterable":0,"Tests\\Tags\\CookieTagTest::it_gets_cookie_value":0.001,"Tests\\Tags\\CookieTagTest::it_gets_default_cookie_value":0,"Tests\\Tags\\CookieTagTest::it_gets_cookie_value_using_wildcard":0.001,"Tests\\Tags\\FluentTagTest::it_handles_params_fluently#foo":0.002,"Tests\\Tags\\FluentTagTest::it_handles_params_fluently#foo:bar":0.001,"Tests\\Tags\\FluentTagTest::it_handles_params_fluently#foo:bar_baz":0.001,"Tests\\Tags\\FluentTagTest::it_can_iterate_over_tag_results":0.001,"Tests\\Tags\\FluentTagTest::it_allows_array_access":0.001,"Tests\\Tags\\FluentTagTest::it_casts_string_results_to_string":0.001,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_shows_js_driver_in_form_data":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_x_data_on_form_tag":0.006,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_x_data_with_old_data_on_form_tag":0.021,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_scoped_x_data_on_form_tag":0.006,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_scoped_x_data_with_old_data_on_form_tag":0.008,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_proper_x_data_for_multiple_select_field":0.003,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_proper_x_data_for_multiple_assets_field":0.003,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_show_field_js":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_renders_scoped_show_field_js":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_text_field_x_model":0.005,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_textarea_field_x_model":0.004,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_checkboxes_field_x_model":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_radio_field_x_model":0.01,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_select_field_x_model":0.004,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_asset_field_x_model":0.004,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_dynamically_renders_field_with_fallback_to_default_partial_x_model":0.004,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::it_shows_js_driver_in_form_data":0.013,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_add_to_form_data":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_add_to_form_attributes":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_add_to_renderable_field_data":0.004,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_add_to_renderable_field_attributes":0.004,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::it_validates_required_show_field_output_in_renderable_field_data":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_get_show_field_js_in_dynamic_fields_array":0.014,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_get_show_field_js_at_top_level_for_when_hardcoding_field_html":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_render_component_around_form":0.003,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::it_validates_render_method_returns_html_var":0.001,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_can_get_initial_form_data":0.001,"Tests\\Tags\\Form\\FormCreateCustomDriverTest::custom_driver_getting_initial_data_respects_old_data":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form":0.011,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form_with_params":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_renders_form_with_redirects_to_anchor":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_fields_array":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_text_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_text_field_with_custom_input_type":0.005,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_textarea_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_checkboxes_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_inline_checkboxes_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_radio_field":0.007,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_inline_radio_field":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_select_field":0.007,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_multiple_select_field":0.017,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_asset_field":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_multiple_assets_field":0.002,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_field_with_fallback_to_default_partial":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_dynamically_renders_sections_array":0.005,"Tests\\Tags\\Form\\FormCreateTest::it_renders_section_instructions_without_cascading_into_field_instructions":0.015,"Tests\\Tags\\Form\\FormCreateTest::it_wont_submit_form_and_renders_errors":0.006,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_and_render_success":0.008,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_and_follow_custom_redirect_with_success":0.008,"Tests\\Tags\\Form\\FormCreateTest::it_will_submit_form_with_honeypot_filled_and_render_fake_success":0.015,"Tests\\Tags\\Form\\FormCreateTest::it_wont_submit_form_and_follow_custom_redirect_with_errors":0.005,"Tests\\Tags\\Form\\FormCreateTest::it_will_use_redirect_query_param_off_url":0.007,"Tests\\Tags\\Form\\FormCreateTest::it_can_render_an_inline_error_when_multiple_rules_fail":0.005,"Tests\\Tags\\Form\\FormCreateTest::it_fetches_form_data":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_uploads_assets":0.019,"Tests\\Tags\\Form\\FormCreateTest::it_removes_any_uploaded_assets_when_a_submission_silently_fails":0.01,"Tests\\Tags\\Form\\FormCreateTest::it_removes_any_uploaded_assets_when_a_listener_throws_a_validation_exception":0.016,"Tests\\Tags\\Form\\FormErrorsTest::it_renders_errors":0.005,"Tests\\Tags\\Form\\FormErrorsTest::it_allows_use_of_sometimes_rule_for_conditionally_hidden_fields":0.006,"Tests\\Tags\\Form\\FormErrorsTest::it_renders_errors_from_form_submitting_event":0.008,"Tests\\Tags\\Form\\FormSubmissionsTest::it_renders_submissions":0.01,"Tests\\Tags\\GetContentTagTest::it_gets_single_item_by_id":0.003,"Tests\\Tags\\GetContentTagTest::it_gets_single_item_by_uri":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_single_item_by_variable":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_pipe_delimited_ids":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_pipe_delimited_uris":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_variable_containing_ids":0.003,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_variable_containing_uris":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_single_item_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_pipe_delimited_ids_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_pipe_delimited_uris_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_variable_containing_ids_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_gets_multiple_items_by_variable_containing_uris_using_shorthand":0.002,"Tests\\Tags\\GetContentTagTest::it_returns_the_entries_if_theyre_already_entries":0.002,"Tests\\Tags\\GetContentTagTest::it_returns_the_entries_if_theyre_already_entries_using_shorthand":0.002,"Tests\\Tags\\GetErrorTest::the_tag_by_itself_does_nothing":0,"Tests\\Tags\\GetErrorTest::it_outputs_nothing_when_the_field_doesnt_have_an_error":0.014,"Tests\\Tags\\GetErrorTest::it_outputs_nothing_when_there_are_errors_but_not_for_the_given_field_in_a_specific_bag":0.001,"Tests\\Tags\\GetErrorTest::it_outputs_nothing_when_the_field_doesnt_have_an_error_for_specific_bag":0,"Tests\\Tags\\GetErrorTest::it_outputs_nothing_when_there_are_errors_but_not_for_the_given_field":0.001,"Tests\\Tags\\GetErrorTest::it_gets_the_first_error_for_a_single_field":0,"Tests\\Tags\\GetErrorTest::it_gets_the_first_error_for_a_single_field_in_given_bag":0,"Tests\\Tags\\GetErrorsTest::it_gets_errors_organized_into_fields#empty bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_organized_into_fields#filled default bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_organized_into_fields#filled custom bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_all_fields_together#empty bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_all_fields_together#filled default bag":0,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_all_fields_together#filled custom bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#empty bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#filled default bag":0,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#filled custom bag":0.001,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#filled default bag but not for given field":0,"Tests\\Tags\\GetErrorsTest::it_gets_errors_for_a_single_field#filled custom bag but not for given field":0,"Tests\\Tags\\GlideTest::it_outputs_a_relative_url_by_default_when_the_glide_route_is_relative":0.004,"Tests\\Tags\\GlideTest::it_outputs_an_absolute_url_by_default_when_the_glide_route_is_absolute_http":0.001,"Tests\\Tags\\GlideTest::it_outputs_an_absolute_url_by_default_when_the_glide_route_is_absolute_https":0.002,"Tests\\Tags\\GlideTest::it_outputs_an_absolute_url_when_the_url_does_not_have_a_valid_extension":0.001,"Tests\\Tags\\GlideTest::it_outputs_a_data_url":0.002,"Tests\\Tags\\IncrementTest::basic_increment_works":0.001,"Tests\\Tags\\IncrementTest::increment_with_starting_value_works":0.001,"Tests\\Tags\\IncrementTest::resetting_an_increment_counter_with_a_value_resets_to_zero":0.001,"Tests\\Tags\\IncrementTest::resetting_an_increment_counter_with_a_value_uses_the_new_starting_point":0.001,"Tests\\Tags\\InstalledTest::it_can_check_if_package_is_installed_using_if_conditional":0.001,"Tests\\Tags\\InstalledTest::it_can_check_if_package_is_installed_using_tag_pair":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_url":0.011,"Tests\\Tags\\LinkTest::it_outputs_datas_url_for_a_specific_site":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_url_for_the_current_site":0,"Tests\\Tags\\LinkTest::it_outputs_datas_url_for_the_original_site_if_it_doesnt_exist_in_the_current_one":0,"Tests\\Tags\\LinkTest::it_outputs_nothing_if_it_doesnt_exist_in_the_requested_site":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_absolute_url":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_absolute_url_for_a_specific_site":0.001,"Tests\\Tags\\LinkTest::it_outputs_datas_absolute_url_for_the_current_site":0,"Tests\\Tags\\LinkTest::it_outputs_datas_absolute_url_for_the_original_site_if_it_doesnt_exist_in_the_current_one":0,"Tests\\Tags\\LinkTest::it_outputs_nothing_if_data_doesnt_exist":0,"Tests\\Tags\\LinkTest::it_outputs_statamic_website_using_macroable":0,"Tests\\Tags\\LoaderTest::loading_a_tag_will_run_the_init_hook":0,"Tests\\Tags\\LocalesTagTest::it_loops_over_the_entry_for_each_site":0.008,"Tests\\Tags\\LocalesTagTest::it_skips_a_site_in_the_loop_if_the_entry_doesnt_exist":0.015,"Tests\\Tags\\LocalesTagTest::it_falls_back_to_the_sites_details_if_the_entry_doesnt_exist_and_the_all_param_is_used":0.007,"Tests\\Tags\\LocalesTagTest::it_skips_a_site_in_the_loop_if_the_entry_is_a_draft":0.006,"Tests\\Tags\\LocalesTagTest::it_falls_back_to_the_sites_details_if_the_entry_is_a_draft_and_the_all_param_is_used":0.007,"Tests\\Tags\\LocalesTagTest::it_skips_its_own_locale_when_self_param_is_false":0.007,"Tests\\Tags\\LocalesTagTest::it_shows_the_entry_in_a_given_site":0.005,"Tests\\Tags\\LocalesTagTest::it_shows_nothing_if_the_entry_doesnt_exist_in_a_given_site":0.003,"Tests\\Tags\\LocalesTagTest::it_displays_nothing_when_there_are_no_results":0.004,"Tests\\Tags\\LocalesTagTest::it_displays_nothing_when_context_id_is_null":0.001,"Tests\\Tags\\LocalesTagTest::it_prefers_page_id_over_id":0.014,"Tests\\Tags\\LocalesTagTest::it_prefers_id_param_over_page_id":0.004,"Tests\\Tags\\MountUrlTagTest::it_gets_collection_mount":0.006,"Tests\\Tags\\ParametersTest::it_gets_all_parameters":0,"Tests\\Tags\\ParametersTest::it_gets_a_parameter":0,"Tests\\Tags\\ParametersTest::unknown_keys_use_a_default_value":0,"Tests\\Tags\\ParametersTest::it_checks_existence":0,"Tests\\Tags\\ParametersTest::it_gets_the_first_parameter_that_exists":0,"Tests\\Tags\\ParametersTest::it_forgets_keys":0,"Tests\\Tags\\ParametersTest::it_uses_array_access":0,"Tests\\Tags\\ParametersTest::it_gets_an_exploded_list":0,"Tests\\Tags\\ParametersTest::it_gets_a_boolean":0,"Tests\\Tags\\ParametersTest::it_gets_an_integer":0,"Tests\\Tags\\ParametersTest::it_gets_a_float":0,"Tests\\Tags\\ParametersTest::it_gets_nested_values":0,"Tests\\Tags\\ParametersTest::it_can_use_modifiers":0.001,"Tests\\Tags\\ParametersTest::it_is_iterable":0,"Tests\\Tags\\ParentTest::it_gets_the_parent_data":0.011,"Tests\\Tags\\ParentTest::it_gets_the_parent_data_when_in_another_site":0.011,"Tests\\Tags\\PartialTagsTest::gets_partials_from_views_directory":0,"Tests\\Tags\\PartialTagsTest::gets_partials_from_partials_directory":0.001,"Tests\\Tags\\PartialTagsTest::gets_partials_with_underscore_prefix":0,"Tests\\Tags\\PartialTagsTest::gets_partials_with_underscore_prefix_from_partials_directory":0,"Tests\\Tags\\PartialTagsTest::partials_can_contain_front_matter":0.001,"Tests\\Tags\\PartialTagsTest::partials_can_pass_data_through_params":0.001,"Tests\\Tags\\PartialTagsTest::partials_have_slots_when_used_as_pair":0.001,"Tests\\Tags\\PartialTagsTest::parameter_will_override_partial_front_matter":0.001,"Tests\\Tags\\PartialTagsTest::it_doesnt_render_partial_if_when_condition_is_false":0,"Tests\\Tags\\PartialTagsTest::it_renders_partial_if_when_condition_is_true":0.001,"Tests\\Tags\\PartialTagsTest::it_doesnt_render_partial_if_unless_condition_is_true":0,"Tests\\Tags\\PartialTagsTest::it_renders_partial_if_unless_condition_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_path_from_context_if_no_parameter_is_passed":0,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_relative":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_relative_with_subdirectory":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_relative_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_relative_with_subdirectory_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_relative_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_relative_with_subdirectory_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_subdirectory":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_absolute_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_absolute_with_subdirectory_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_subdirectory_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_trailing_slash":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_subdirectory_and_trailing_slash":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_absolute_with_trailing_slash_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_an_absolute_url_when_site_url_is_absolute_with_subdirectory_trailing_slash_and_absolute_param_is_true":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_trailing_slash_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_a_relative_url_when_site_url_is_absolute_with_subdirectory_and_trailing_slash_and_absolute_param_is_false":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_url":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_url_for_a_specific_site":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_url_for_the_current_site":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_url_for_the_original_site_if_it_doesnt_exist_in_the_current_one":0,"Tests\\Tags\\PathTest::it_outputs_nothing_if_it_doesnt_exist_in_the_requested_site":0,"Tests\\Tags\\PathTest::it_outputs_datas_absolute_url":0.001,"Tests\\Tags\\PathTest::it_outputs_datas_absolute_url_for_a_specific_site":0,"Tests\\Tags\\PathTest::it_outputs_datas_absolute_url_for_the_current_site":0,"Tests\\Tags\\PathTest::it_outputs_datas_absolute_url_for_the_original_site_if_it_doesnt_exist_in_the_current_one":0,"Tests\\Tags\\RangeTest::it_outputs_range":0.001,"Tests\\Tags\\RangeTest::it_outputs_nothing_if_from_is_not_set_and_times_is_zero":0.001,"Tests\\Tags\\RedirectTest::it_throws_http_response_exception":0,"Tests\\Tags\\RedirectTest::it_redirects_to":0,"Tests\\Tags\\RedirectTest::it_redirects_to_route":0.001,"Tests\\Tags\\RedirectTest::it_redirects_to_route_with_query_params":0,"Tests\\Tags\\SearchTest::it_outputs_results":0.008,"Tests\\Tags\\SearchTest::it_outputs_results_using_alias":0.008,"Tests\\Tags\\SessionTagTest::it_gets_session_value":0,"Tests\\Tags\\SessionTagTest::it_gets_session_array_value":0.001,"Tests\\Tags\\SessionTagTest::it_gets_session_value_using_wildcard":0.001,"Tests\\Tags\\SessionTagTest::it_gets_session_array_value_using_wildcard":0.001,"Tests\\Tags\\StructureTagTest::it_renders_a_nav":0.016,"Tests\\Tags\\StructureTagTest::it_renders_a_nav_with_scope":0.026,"Tests\\Tags\\StructureTagTest::it_hides_unpublished_entries_by_default":0.016,"Tests\\Tags\\StructureTagTest::it_shows_or_hides_unpublished_entries_using_the_show_unpublished_parameter":0.019,"Tests\\Tags\\StructureTagTest::it_filters_by_status":0.018,"Tests\\Tags\\StructureTagTest::it_filters_by_published_boolean":0.016,"Tests\\Tags\\StructureTagTest::it_filters_by_entry_data":0.018,"Tests\\Tags\\StructureTagTest::it_sets_is_current_and_is_parent_for_a_nav":0.022,"Tests\\Tags\\StructureTagTest::it_sets_is_parent_based_on_the_url_too":0.006,"Tests\\Tags\\StructureTagTest::it_sets_is_current_and_is_parent_for_a_collection":0.027,"Tests\\Tags\\SvgTagTest::it_renders_svg":0.002,"Tests\\Tags\\SvgTagTest::it_renders_svg_with_additional_params":0.001,"Tests\\Tags\\SvgTagTest::it_sanitizes":0.001,"Tests\\Tags\\SvgTagTest::sanitizing_doesnt_add_xml_tag":0.001,"Tests\\Tags\\SvgTagTest::sanitizing_doesnt_remove_an_xml_tag":0.001,"Tests\\Tags\\SvgTagTest::sanitization_can_be_disabled":0.001,"Tests\\Tags\\SvgTagTest::fails_gracefully_when_src_is_empty":0.001,"Tests\\Tags\\TagsTest::tags_get_initialized_correctly":0,"Tests\\Tags\\ThemeTagsTest::testOutputsThemedJs":0,"Tests\\Tags\\ThemeTagsTest::testOutputsNamedJs":0,"Tests\\Tags\\ThemeTagsTest::testOutputsNamedJsWithAppendedExtension":0.01,"Tests\\Tags\\ThemeTagsTest::testOutputsJsTag":0.001,"Tests\\Tags\\ThemeTagsTest::testOutputsThemedCss":0,"Tests\\Tags\\ThemeTagsTest::testOutputsNamedCss":0,"Tests\\Tags\\ThemeTagsTest::testOutputsNamedCssWithAppendedExtension":0,"Tests\\Tags\\ThemeTagsTest::testOutputsCssTag":0,"Tests\\Tags\\ThemeTagsTest::testOutputsAssetPath":0,"Tests\\Tags\\ThemeTagsTest::testOutputsAssetPathAndDoesntAppendExtension":0,"Tests\\Tags\\ThemeTagsTest::testOutputsAssetPathDynamically":0,"Tests\\Tags\\ThemeTagsTest::testOutputsFileContents":0.001,"Tests\\Tags\\ThemeTagsTest::testDoesntOutputFileContentsIfFileDoesntExist":0,"Tests\\Tags\\ThemeTagsTest::testDoesntOutputFileContentsIfOutsideOfResources":0,"Tests\\Tags\\ThemeTagsTest::testAppendsTimestampForCacheBusting":0.001,"Tests\\Tags\\ThemeTagsTest::gets_versioned_filename_for_mix":0,"Tests\\Tags\\ThemeTagsTest::gets_versioned_filename_for_elixir":0,"Tests\\Tags\\ThemeTagsTest::gets_regular_filename_if_file_isnt_in_mix_manifest":0,"Tests\\Tags\\ThemeTagsTest::gets_regular_filename_if_file_isnt_in_elixir_manifest":0.001,"Tests\\Tags\\ThemeTagsTest::gets_regular_filename_if_manifests_dont_exist":0.001,"Tests\\Tags\\TransTagTest::it_translates_message":0.001,"Tests\\Tags\\TransTagTest::it_translates_with_replacement":0,"Tests\\Tags\\TransTagTest::it_translates_to_specific_locale":0.001,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_renders_form":0.001,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_renders_form_with_params":0.001,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_renders_form_with_redirects_to_anchor":0.001,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_wont_send_reset_link_for_non_existent_user_and_renders_errors":0.007,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_wont_send_reset_link_for_invalid_email_and_renders_errors":0.002,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_will_send_password_reset_email_and_render_success":0.058,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_will_send_password_reset_email_and_follow_custom_redirect_with_success":0.057,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_wont_log_user_in_and_follow_custom_error_redirect_with_errors":0.012,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_will_use_redirect_query_param_off_url":0.003,"Tests\\Tags\\User\\ForgotPasswordFormTest::it_fetches_form_data":0.001,"Tests\\Tags\\User\\LoginFormTest::it_renders_form":0.001,"Tests\\Tags\\User\\LoginFormTest::it_renders_form_with_params":0.001,"Tests\\Tags\\User\\LoginFormTest::it_renders_form_with_redirects_to_anchor":0.001,"Tests\\Tags\\User\\LoginFormTest::it_wont_log_user_in_and_renders_errors":0.267,"Tests\\Tags\\User\\LoginFormTest::it_will_log_user_in_and_render_success":0.12,"Tests\\Tags\\User\\LoginFormTest::it_will_log_user_in_and_follow_custom_redirect_with_success":0.111,"Tests\\Tags\\User\\LoginFormTest::it_wont_log_user_in_and_follow_custom_error_redirect_with_errors":0.263,"Tests\\Tags\\User\\LoginFormTest::it_will_use_redirect_query_param_off_url":0.009,"Tests\\Tags\\User\\LoginFormTest::it_fetches_form_data":0.001,"Tests\\Tags\\User\\PasswordFormTest::it_renders_form":0.058,"Tests\\Tags\\User\\PasswordFormTest::it_renders_form_with_params":0.059,"Tests\\Tags\\User\\PasswordFormTest::it_renders_form_with_redirects_to_anchor":0.059,"Tests\\Tags\\User\\PasswordFormTest::it_renders_form_with_fields_array":0.006,"Tests\\Tags\\User\\PasswordFormTest::it_wont_update_password_and_renders_errors":0.062,"Tests\\Tags\\User\\PasswordFormTest::it_wont_update_password_and_renders_errors_with_incorrect_password":0.116,"Tests\\Tags\\User\\PasswordFormTest::it_will_update_password_and_render_success":0.165,"Tests\\Tags\\User\\PasswordFormTest::it_will_update_password_and_follow_custom_redirect_with_success":0.18,"Tests\\Tags\\User\\PasswordFormTest::it_wont_update_password_and_follow_custom_redirect_with_errors":0.114,"Tests\\Tags\\User\\PasswordFormTest::it_will_use_redirect_query_param_off_url":0.006,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form":0.005,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form_with_params":0.005,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form_with_redirects_to_anchor":0.005,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form_with_fields_array":0.005,"Tests\\Tags\\User\\ProfileFormTest::it_renders_form_with_fields_array_and_custom_blueprint":0.006,"Tests\\Tags\\User\\ProfileFormTest::it_wont_update_user_and_renders_errors":0.018,"Tests\\Tags\\User\\ProfileFormTest::it_will_update_user_and_render_success":0.008,"Tests\\Tags\\User\\ProfileFormTest::it_will_update_user_and_follow_custom_redirect_with_success":0.007,"Tests\\Tags\\User\\ProfileFormTest::it_wont_update_user_and_follow_custom_redirect_with_errors":0.007,"Tests\\Tags\\User\\ProfileFormTest::it_will_use_redirect_query_param_off_url":0.017,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form":0.005,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form_with_params":0.003,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form_with_redirects_to_anchor":0.003,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form_with_fields_array":0.018,"Tests\\Tags\\User\\RegisterFormTest::it_renders_form_with_fields_array_and_custom_blueprint":0.005,"Tests\\Tags\\User\\RegisterFormTest::it_wont_register_user_and_renders_errors":0.008,"Tests\\Tags\\User\\RegisterFormTest::it_wont_register_user_and_renders_custom_validation_errors":0.009,"Tests\\Tags\\User\\RegisterFormTest::it_will_register_user_and_render_success":0.114,"Tests\\Tags\\User\\RegisterFormTest::it_will_register_user_and_follow_custom_redirect_with_success":0.113,"Tests\\Tags\\User\\RegisterFormTest::it_wont_register_user_and_follow_custom_redirect_with_errors":0.006,"Tests\\Tags\\User\\RegisterFormTest::it_will_use_redirect_query_param_off_url":0.008,"Tests\\Tags\\User\\RegisterFormTest::it_fetches_form_data":0.003,"Tests\\Tags\\User\\RegisterFormTest::it_wont_register_user_when_honeypot_is_present":0.114,"Tests\\Tags\\User\\RegisterFormTest::it_will_register_user_when_honeypot_is_not_present":0.111,"Tests\\Tags\\User\\ResetPasswordFormTest::it_renders_form":0.001,"Tests\\Tags\\User\\UserTagsTest::it_renders_user_can_tag_content":0.005,"Tests\\Tags\\User\\UserTagsTest::it_renders_user_is_tag_content":0.004,"Tests\\Tags\\User\\UserTagsTest::it_renders_user_in_tag_content":0.003,"Tests\\Tags\\User\\UserTagsTest::it_can_logout_user":0.006,"Tests\\Tags\\User\\UserTagsTest::it_can_logout_user_with_custom_redirect":0.014,"Tests\\Tags\\User\\UserTagsTest::it_can_render_logout_url":0.001,"Tests\\Tags\\User\\UserTagsTest::it_can_load_user_by_email":0.004,"Tests\\Tags\\User\\UserTagsTest::it_can_load_user_by_field":0.021,"Tests\\Tags\\UserGroupsTagTest::it_outputs_no_results":0.001,"Tests\\Tags\\UserGroupsTagTest::it_gets_all_groups":0.002,"Tests\\Tags\\UserGroupsTagTest::it_gets_a_group":0.001,"Tests\\Tags\\UserGroupsTagTest::it_gets_multiple_groups":0.002,"Tests\\Tags\\UserGroupsTagTest::it_outputs_no_results_when_finding_multiple_groups":0.001,"Tests\\Tags\\UserRolesTagTest::it_outputs_no_results":0.001,"Tests\\Tags\\UserRolesTagTest::it_gets_all_roles":0.001,"Tests\\Tags\\UserRolesTagTest::it_gets_a_role":0.001,"Tests\\Tags\\UserRolesTagTest::it_gets_multiple_roles":0.002,"Tests\\Tags\\UserRolesTagTest::it_outputs_no_results_when_finding_multiple_roles":0.001,"Tests\\Tags\\UsersTagsTest::it_renders":0.003,"Tests\\Tags\\UsersTagsTest::it_only_shows_users_in_groups":0.004,"Tests\\Tags\\UsersTagsTest::it_only_shows_users_in_roles":0.004,"Tests\\Tags\\ViteTest::it_outputs_script":0.001,"Tests\\Tags\\ViteTest::it_outputs_stylesheet":0,"Tests\\Tags\\ViteTest::it_outputs_multiple_entry_points":0,"Tests\\Tags\\ViteTest::it_includes_attributes":0.001,"Tests\\Tags\\ViteTest::it_includes_tag_specific_attributes":0.001,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_handle_valid_tokens#param":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_handle_valid_tokens#header":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_handle_valid_tokens#param wins if both provided":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_not_handle_invalid_tokens#param":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_not_handle_invalid_tokens#header":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_not_handle_invalid_tokens#both":0,"Tests\\Tokens\\HandleTokenMiddlewareTest::it_should_not_handle_missing_tokens":0,"Tests\\Tokens\\TokenRepositoryTest::it_makes_a_token":0,"Tests\\Tokens\\TokenRepositoryTest::it_generates_a_token_string_if_passing_in_null_when_making_a_token":0,"Tests\\Tokens\\TokenRepositoryTest::it_saves_a_token":0,"Tests\\Tokens\\TokenRepositoryTest::it_deletes_a_token":0.001,"Tests\\Tokens\\TokenRepositoryTest::it_finds_a_token":0.001,"Tests\\Tokens\\TokenRepositoryTest::attempting_to_find_a_non_existent_token_returns_null":0,"Tests\\Tokens\\TokenRepositoryTest::it_deletes_expired_tokens":0.002,"Tests\\Tokens\\TokenTest::it_uses_a_provided_token_string":0,"Tests\\Tokens\\TokenTest::it_generates_a_token_string_when_not_provided":0,"Tests\\Tokens\\TokenTest::it_saves_through_the_facade":0,"Tests\\Tokens\\TokenTest::it_deletes_through_the_facade":0,"Tests\\Tokens\\TokenTest::it_can_be_handled":0,"Tests\\Tokens\\TokenTest::it_expires_in_one_hour_by_default":0,"Tests\\Tokens\\TokenTest::it_can_set_a_custom_expiry":0,"Tests\\Tokens\\TokenTest::it_can_check_if_it_has_expired":0.001,"Tests\\Translator\\MethodDiscoveryTest::it_discovers_methods":0.001,"Tests\\Translator\\PlaceholdersTest::it_adds_placeholders":0,"Tests\\Translator\\PlaceholdersTest::it_removes_placeholders":0,"Tests\\TransposeCollectionMacroTest::it_transposes":0,"Tests\\UpdateScripts\\AddPerEntryPermissionsTest::it_can_add_new_per_entry_permissions":0.004,"Tests\\UpdateScripts\\AddSitePermissionsTest::it_is_registered":0,"Tests\\UpdateScripts\\AddSitePermissionsTest::it_can_add_site_permissions":0.004,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_is_registered":0,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_vanilla_sites_config":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_modified_single_site_config":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_modified_multisite_config":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_dynamic_config_function_calls":0.003,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_migrate_dynamic_whitelisted_env_function_calls":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_warns_when_it_detects_other_non_whitelisted_env_calls":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_can_append_multisite_config_to_bottom_if_the_nicer_str_replace_fails":0.002,"Tests\\UpdateScripts\\MigrateSitesConfigToYamlTest::it_removes_text_direction_since_this_no_longer_does_anything_in_sites_yaml":0.002,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_register_itself_with_statamic":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_silently_fails_to_register_on_older_statamic_versions":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_check_if_package_is_updating_to_specific_version":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_check_if_package_is_updating_past_a_specific_version":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_check_if_package_is_updating_past_a_specific_beta_version":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_properly_normalizes_the_version_you_pass_in_when_checking_for_updating_to_a_version":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_check_if_version_is_normalized_when_user_overrides_lock_version":0,"Tests\\UpdateScripts\\UpdateScriptTest::it_runs_update_scripts":0.002,"Tests\\UpdateScripts\\UpdateScriptTest::it_passes_normalized_versions_into_shouldUpdate":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_deletes_previous_lock_file_after_running_update_scripts":0,"Tests\\UpdateScripts\\UpdateScriptTest::it_doesnt_error_when_attempting_to_run_update_scripts_with_no_lock_file":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_doesnt_error_when_attempting_to_run_update_scripts_with_no_previous_lock_file":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_doesnt_error_when_attempting_to_update_on_a_package_doesnt_exist_in_lock_file":0.001,"Tests\\UpdateScripts\\UpdateScriptTest::it_can_write_to_console_from_update_method":0.003,"Tests\\UpdateScripts\\UpdateScriptTest::it_runs_scripts_forspecific_package_versions":0.001,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_is_registered":0,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_can_update_old_string_based_rules_in_file_based_blueprints#example blueprint":0.002,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_can_update_old_string_based_rules_in_file_based_blueprints#example fieldset":0.002,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_doesnt_overzealously_try_to_replace_complicated_pipe_delimed_validate_rules#example blueprint":0.002,"Tests\\UpdateScripts\\UseClassBasedStatamicUniqueRulesTest::it_doesnt_overzealously_try_to_replace_complicated_pipe_delimed_validate_rules#example fieldset":0.002,"UniqueEntryValueTest::it_fails_when_theres_a_duplicate_entry_entry_value_in_across_all_collections":0.007,"UniqueEntryValueTest::it_fails_when_theres_a_duplicate_entry_entry_value_in_a_specific_collection":0.006,"UniqueEntryValueTest::it_passes_duplicate_slug_validation_when_updating_in_a_single_collection":0.004,"UniqueEntryValueTest::it_passes_when_theres_a_duplicate_entry_value_in_a_different_site":0.005,"UniqueTermValueTest::it_fails_when_theres_a_duplicate_term_entry_value_in_across_all_taxonomies":0.005,"UniqueTermValueTest::it_fails_when_theres_a_duplicate_term_entry_value_in_a_specific_taxonomy":0.005,"UniqueTermValueTest::it_passes_duplicate_slug_validation_when_updating_in_a_single_taxonomy":0.003,"UniqueTermValueTest::it_passes_when_theres_a_duplicate_term_value_in_a_different_site":0.003,"UniqueUserValueTest::it_fails_when_theres_a_duplicate_user_value":0.002,"UniqueUserValueTest::it_passes_when_updating":0.002,"UniqueUserValueTest::it_supports_overwriting_the_column":0.002,"Tests\\View\\Antlers\\BladeLayoutTest::no_parse_extractions_are_replaced_when_extending_a_blade_layout":0.002,"Tests\\View\\Antlers\\RuntimeParserEngineTest::parses_a_basic_template":0,"Tests\\View\\Antlers\\RuntimeParserEngineTest::parses_a_template_with_noparse_tags":0,"Tests\\View\\Antlers\\RuntimeParserEngineTest::php_is_not_executed_if_the_filename_is_html":0,"Tests\\View\\Antlers\\RuntimeParserEngineTest::php_is_executed_if_the_filename_is_php":0,"Tests\\View\\Antlers\\ViewTest::combines_two_views":0.001,"Tests\\View\\Antlers\\ViewTest::a_layout_can_be_in_the_layouts_directory":0.001,"Tests\\View\\Antlers\\ViewTest::template_is_rendered_alone_if_no_layout_is_provided":0.001,"Tests\\View\\Antlers\\ViewTest::a_non_antlers_template_will_not_attempt_to_load_the_layout":0.001,"Tests\\View\\Antlers\\ViewTest::template_with_noparse_is_left_unparsed":0.002,"Tests\\View\\Antlers\\ViewTest::layout_with_noparse_is_left_unparsed":0.001,"Tests\\View\\Antlers\\ViewTest::layout_and_template_with_noparse_is_left_unparsed":0.001,"Tests\\View\\Antlers\\ViewTest::gets_first":0,"Tests\\View\\Antlers\\ViewTest::gets_data":0,"Tests\\View\\Antlers\\ViewTest::gets_template":0,"Tests\\View\\Antlers\\ViewTest::gets_layout":0,"Tests\\View\\Antlers\\ViewTest::view_data_can_be_accessed_from_template_and_layout":0.001,"Tests\\View\\Antlers\\ViewTest::current_view_data_wins":0.001,"Tests\\View\\Blade\\AntlersDirectiveTest::test_blade_antlers_directive_is_compiled":0.002,"Tests\\View\\Blade\\TagsDirectiveTest::it_gets_single_tag#1 part":0.001,"Tests\\View\\Blade\\TagsDirectiveTest::it_gets_single_tag#2 parts":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_aliases_using_array#1 part":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_aliases_using_array#2 parts":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_aliases_with_parameters#1 part":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_aliases_with_parameters#2 parts":0,"Tests\\View\\Blade\\TagsDirectiveTest::it_supports_multiple_tags":0,"Tests\\View\\CascadeTest::it_gets_the_instance":0.001,"Tests\\View\\CascadeTest::it_sets_and_gets_the_entire_cascade":0.001,"Tests\\View\\CascadeTest::it_gets_values":0,"Tests\\View\\CascadeTest::it_sets_values":0.001,"Tests\\View\\CascadeTest::it_hydrates_constants":0.003,"Tests\\View\\CascadeTest::it_hydrates_auth_when_logged_in":0.003,"Tests\\View\\CascadeTest::it_hydrates_auth_when_logged_out":0.014,"Tests\\View\\CascadeTest::it_hydrates_current_user":0.004,"Tests\\View\\CascadeTest::it_hydrates_dates":0.001,"Tests\\View\\CascadeTest::it_hydrates_request_variables":0.004,"Tests\\View\\CascadeTest::it_hydrates_request_is_homepage_when_request_is_homepage":0.003,"Tests\\View\\CascadeTest::it_hydrates_request_is_homepage_when_request_is_homepage_with_relative_site_url":0.003,"Tests\\View\\CascadeTest::it_hydrates_current_site_variables":0.001,"Tests\\View\\CascadeTest::it_hydrates_current_site_variables_for_subdomain":0.001,"Tests\\View\\CascadeTest::it_hydrates_current_site_variables_for_subdirectory":0.001,"Tests\\View\\CascadeTest::it_hydrates_sanitized_post_values":0.003,"Tests\\View\\CascadeTest::it_hydrates_sanitized_get_values":0.015,"Tests\\View\\CascadeTest::it_hydrates_sanitized_get_and_post_values":0.003,"Tests\\View\\CascadeTest::it_hydrates_sanitized_old_values":0.003,"Tests\\View\\CascadeTest::it_hydrates_segments":0.003,"Tests\\View\\CascadeTest::it_hydrates_segments_in_subdirectory_site":0.015,"Tests\\View\\CascadeTest::it_hydrates_segments_on_the_home_page":0.003,"Tests\\View\\CascadeTest::it_hydrates_segments_on_the_home_page_in_subdirectory_site":0.003,"Tests\\View\\CascadeTest::last_segment_doesnt_contain_query_params":0.003,"Tests\\View\\CascadeTest::last_segment_doesnt_contain_query_params_in_subdirectory_site":0.014,"Tests\\View\\CascadeTest::it_hydrates_page_data":0.002,"Tests\\View\\CascadeTest::it_hydrates_globals":0.003,"Tests\\View\\CascadeTest::the_cascade_can_be_manipulated_after_hydration":0.001,"Tests\\View\\CascadeTest::page_data_overrides_globals":0.003,"Tests\\View\\CascadeTest::it_merges_view_model_data":0.002,"Tests\\View\\StateTest::test_tag_state_is_cleared_between_responses":0.01,"Tests\\Widgets\\WidgetTest::widget_get_initialized_correctly":0,"Tests\\Yaml\\YamlTest::it_dumps_yaml":0.001,"Tests\\Yaml\\YamlTest::it_dumps_with_front_matter_when_content_is_passed":0,"Tests\\Yaml\\YamlTest::it_dumps_without_front_matter_when_content_is_an_array":0,"Tests\\Yaml\\YamlTest::it_dumps_without_front_matter_when_content_is_an_empty_array":0,"Tests\\Yaml\\YamlTest::it_dumps_without_front_matter_when_content_is_null":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter_with_content":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter_including_content_when_its_an_array":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter_including_content_when_its_an_empty_array":0,"Tests\\Yaml\\YamlTest::it_explicitly_dumps_front_matter_without_content_when_its_null":0,"Tests\\Yaml\\YamlTest::it_dumps_front_matter_properly_when_symfony_yaml_dumper_doesnt_end_with_a_line_break":0,"Tests\\Yaml\\YamlTest::it_parses_a_string_of_yaml":0,"Tests\\Yaml\\YamlTest::it_parses_an_empty_string_of_yaml":0,"Tests\\Yaml\\YamlTest::it_parses_with_content_and_front_matter":0,"Tests\\Yaml\\YamlTest::it_parses_with_content_and_front_matter_with_crlf":0,"Tests\\Yaml\\YamlTest::it_parses_with_content_when_its_in_the_front_matter":0,"Tests\\Yaml\\YamlTest::it_throws_exception_when_there_is_a_content_var_and_a_content_area":0,"Tests\\Yaml\\YamlTest::it_parses_a_file_when_no_argument_is_given":0,"Tests\\Yaml\\YamlTest::when_parsing_and_content_is_just_whitespace_it_treats_it_as_null":0,"Tests\\Yaml\\YamlTest::it_throws_exception_when_parsing_without_an_argument_or_file":0,"Tests\\Yaml\\YamlTest::it_creates_parse_exception_pointing_to_temporary_file_when_no_file_is_provided":0.001,"Tests\\Yaml\\YamlTest::it_creates_parse_exception_pointing_to_actual_file_when_file_is_provided_and_it_exists":0.001,"Tests\\Yaml\\YamlTest::it_creates_parse_exception_pointing_to_temporary_file_with_similar_path_when_file_is_provided_but_doesnt_exist":0,"Tests\\Yaml\\YamlTest::it_doesnt_maintain_files_across_uses":0,"Tests\\Yaml\\YamlTest::it_doesnt_maintain_files_across_uses_when_previous_call_had_no_yaml":0,"Tests\\Yaml\\YamlTest::it_throws_an_exception_when_an_array_cannot_be_returned":0,"Tests\\Tags\\User\\RegisterFormTest::it_handles_precognitive_requests":0.003,"Tests\\Tags\\User\\LoginFormTest::it_handles_precognitive_requests":0.003,"Tests\\Tags\\User\\PasswordFormTest::it_handles_precognitive_requests":0.116,"Tests\\Tags\\User\\ProfileFormTest::it_handles_precognitive_requests":0.005,"Tests\\Fields\\FieldTransformerTest::it_doesnt_remove_max_items_from_form_fieldtype":0.001,"Tests\\Fields\\FieldTransformerTest::it_ensures_the_asset_container_is_saved_on_the_assets_fieldtype":0.002,"Tests\\Fields\\FieldTransformerTest::it_saves_a_toggle_as_false_where_the_default_is_true":0.001,"Tests\\Tags\\Form\\FormCreateAlpineTest::it_merges_any_x_data_passed_to_the_tag":0.01,"Tests\\Feature\\AssetContainers\\ListAssetContainersTest::it_lists_container_by_order_specified":0.008,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_order":0,"Tests\\Antlers\\Runtime\\TagsTest::test_collections_returned_from_tags":0.001,"Tests\\Assets\\AssetContainerTest::it_gets_and_sets_the_validation_rules":0.001,"Tests\\Feature\\Assets\\StoreAssetTest::it_doesnt_upload_when_validation_fails":0.014,"Tests\\Feature\\GraphQL\\TermsTest::it_queries_all_terms_in_a_specific_site":0.02,"Tests\\Fields\\BlueprintTest::it_can_add_fields_multiple_times":0,"Tests\\Fieldtypes\\ReplicatorTest::it_generates_nested_field_path_prefix#grouped sets (new)":0.009,"Tests\\Fieldtypes\\ReplicatorTest::it_generates_nested_field_path_prefix#ungrouped sets (old)":0.001,"Tests\\Fieldtypes\\TemplateFolderTest::it_returns_a_list_of_directories":0.004,"Tests\\Git\\GitProcessTest::it_doesnt_log_processed_references_as_error_output":0.005,"Tests\\Git\\GitTest::it_can_run_custom_commands_with_custom_git_binary":0.007,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#string":0.001,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#entities":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#integer":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#integer > 1":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#negative integer":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#float":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#empty string":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#true":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#false":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#array":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#empty array":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#collection":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#empty collection":0,"Tests\\Modifiers\\AttributeTest::it_converts_to_attribute#object with __toString":0,"Tests\\Modifiers\\AttributeTest::it_throws_exception_without_argument":0.001,"Tests\\Modifiers\\AttributeTest::it_throws_exception_when_value_is_an_object_without_toString_method":0,"Tests\\Modifiers\\BardTextTest::it_handles_null":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth null":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth 1":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth 2":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth 3":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array#depth 4":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth null":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth 1":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth 2":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth 3":0,"Tests\\Modifiers\\FlattenTest::it_flattens_an_array_with_keys#depth 4":0,"Tests\\Modifiers\\KeysTest::it_gets_the_keys_of_an_array":0,"Tests\\Modifiers\\KeysTest::it_gets_the_keys_of_a_collection":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#A, case 1":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#A, case 2":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#A, case 3":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\u00e9, case 1":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\u00e9, case 2":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\u00e9, case 3":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\ud83d\udc18, case 1":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\ud83d\udc18, case 2":0,"Tests\\Modifiers\\ObfuscateTest::it_obfuscates_strings#\ud83d\udc18, case 3":0,"Modifiers\\ToQsTest::it_converts_to_query_string":0,"Tests\\Modifiers\\ValuesTest::it_gets_the_values_of_an_array":0,"Tests\\Modifiers\\ValuesTest::it_gets_the_values_of_a_collection":0,"Tests\\Sites\\SiteTest::it_gets_attributes":0,"Tests\\Tags\\CacheTagTest::it_can_use_a_custom_cache_store":0.001,"Tests\\Tags\\GetSiteTagTest::it_gets_site_by_handle":0.001,"Tests\\Tags\\GetSiteTagTest::it_can_be_used_as_single_tag":0,"Tests\\Tags\\GetSiteTagTest::it_throws_exception_if_handle_is_missing":0,"Tests\\Tags\\GetSiteTagTest::it_throws_exception_if_site_doesnt_exist":0,"Tests\\Tags\\User\\RegisterFormTest::it_ensures_some_fields_arent_saved":0.123,"Tests\\PhoneHomeTest::it_contacts_the_outpost":0.012,"Tests\\Feature\\Entries\\EntryRevisionsTest::it_gets_revisions":0.014,"Tests\\Fields\\FieldTransformerTest::it_supports_addon_linked_fields":0,"Tests\\Imaging\\ImageGeneratorTest::the_watermark_disk_is_a_guzzle_adapter_when_a_url_is_provided":0,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_precognitive_requests_as_standard_laravel_errors":0.015,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_xml_http_requests_in_statamic_error_format":0.003,"Tests\\Tags\\Form\\FormCreateTest::it_renders_exceptions_thrown_during_json_requests_as_standard_laravel_errors":0.003,"Tests\\Revisions\\RepositoryTest::it_returns_a_query_builder":0,"Tests\\Revisions\\RepositoryTest::it_gets_and_filters_items_using_query_builder":0.001,"Tests\\StaticCaching\\DefaultInvalidatorTest::it_doesnt_recache_when_background_recache_token_is_disabled":0,"Tests\\StaticCaching\\DefaultInvalidatorTest::it_recaches_when_background_recache_token_is_enabled":0,"Tests\\StaticCaching\\FileCacherTest::recaching_a_url_will_trigger_a_recache_job":0.06,"Tests\\Tags\\Concerns\\RendersAttributesTest::it_renders_params_with_double_quotes_inside_single_quotes":0,"Tests\\Tags\\Form\\FormCreateTest::it_adds_renders_appended_config_fields":0.004,"Tests\\Data\\Structures\\NavTreeTest::it_fires_a_saving_event":0.001,"Tests\\Data\\Structures\\NavTreeTest::returning_false_in_nav_tree_saving_stops_saving":0.001,"Tests\\Data\\Structures\\NavTreeTest::it_fires_a_deleting_event":0.001,"Tests\\Data\\Structures\\NavTreeTest::returning_false_in_nav_tree_deleting_stops_deleting":0.001,"Tests\\Data\\Structures\\CollectionTreeTest::it_fires_a_saving_event":0.003,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_nav_tree_saving_stops_saving":0.002,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_collection_tree_saving_stops_saving":0.001,"Tests\\Data\\Structures\\CollectionTreeTest::it_fires_a_deleting_event":0.001,"Tests\\Data\\Structures\\CollectionTreeTest::returning_false_in_nav_tree_deleting_stops_deleting":0.001,"Tests\\Modifiers\\PushTest::it_pushes_an_item_to_an_array":0.002,"Tests\\Modifiers\\PushTest::it_pushes_an_item_to_an_array_from_context":0.003,"Tests\\API\\APITest::live_preview_token_bypasses_entry_status_check":0.005,"Tests\\API\\APITest::non_live_preview_tokens_doesnt_bypass_entry_status_check":0.005,"Tests\\Antlers\\Runtime\\TemplateTest::unclosed_array_variable_does_not_report_warning_if_followed_by_ray_modifier":0.003,"Tests\\Antlers\\Runtime\\TemplateTest::unclosed_array_variable_does_reports_warning_even_if_a_call_before_it_did_not":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_boolables_supplied_to_tags_resolve_correctly#truthy generic boolable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_boolables_supplied_to_tags_resolve_correctly#falsey generic boolable":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_boolables_supplied_to_tags_resolve_correctly#truthy LabeledValue":0.001,"Tests\\Antlers\\Runtime\\TemplateTest::ternary_condition_with_boolables_supplied_to_tags_resolve_correctly#falsey LabeledValue":0.001,"Tests\\Assets\\AssetFolderTest::it_sanitizes_when_moving_to_another_folder_with_a_new_folder_name":0.022,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#spaces":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#hashes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#colons":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#lt":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#gt":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#double quotes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#forward slashes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#backslashes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#pipes":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#question marks":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#asterisks":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#percentage":0,"Tests\\Assets\\AssetUploaderTest::it_gets_safe_filename#ascii":0.001,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_which_uses_default_entries_icon":0.005,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_references_to_a_bundled_light_svg_icon":0.006,"Tests\\CP\\Navigation\\NavTest::it_can_create_a_nav_item_with_a_custom_inline_svg_icon":0.01,"Console\\Commands\\MakeDictionaryTest::it_can_make_a_dictionary":0.053,"Console\\Commands\\MakeDictionaryTest::it_will_not_overwrite_an_existing_dictionary":0.002,"Console\\Commands\\MakeDictionaryTest::using_force_option_will_overwrite_original_dictionary":0.002,"Console\\Commands\\MakeDictionaryTest::it_can_make_a_dictionary_into_an_addon":0.05,"Tests\\Console\\Commands\\StaticWarmTest::it_exits_with_error_when_static_caching_is_disabled":0.002,"Tests\\Console\\Commands\\StaticWarmTest::it_warms_the_static_cache":0.032,"Tests\\Console\\Commands\\StaticWarmTest::it_doesnt_queue_the_requests_when_connection_is_set_to_sync":0.019,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests":0.004,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests_with_appropriate_queue_and_connection#0":0.003,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests_with_appropriate_queue_and_connection#1":0.003,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests_with_appropriate_queue_and_connection#2":0.003,"Tests\\Console\\Commands\\StaticWarmTest::it_queues_the_requests_with_appropriate_queue_and_connection#3":0.003,"Tests\\Data\\Entries\\CollectionTest::it_updates_entry_uris_through_the_entry_repository":0.001,"Tests\\Data\\Entries\\CollectionTest::it_updates_entry_orders_through_the_entry_repository":0.001,"Tests\\Data\\Entries\\CollectionTest::it_updates_entry_parents_through_the_entry_repository":0.001,"Tests\\Data\\Entries\\EntryTest::it_falls_back_to_the_origin_for_the_date":0.012,"Tests\\Data\\Structures\\NavTest::it_dispatches_nav_creating":0.001,"Tests\\Data\\Structures\\NavTest::if_creating_event_returns_false_the_nav_doesnt_save":0.001,"Tests\\Data\\Structures\\NavTest::it_dispatches_nav_saving":0.001,"Tests\\Data\\Structures\\NavTest::if_saving_event_returns_false_the_nav_doesnt_save":0.001,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_dispatches_localized_term_saved_event":0.002,"Tests\\Data\\Taxonomies\\LocalizedTermTest::it_dispatches_localized_term_deleted_event":0.003,"Tests\\Data\\Taxonomies\\ViewsTest::the_taxonomy_url_404s_for_unconfigured_sites":0.008,"Tests\\Data\\Taxonomies\\ViewsTest::the_collection_specific_taxonomy_url_404s_for_unconfigured_sites":0.007,"Tests\\Data\\Taxonomies\\ViewsTest::the_collection_specific_taxonomy_url_404s_when_collection_is_not_configured_for_that_site":0.017,"Tests\\Dictionaries\\CountriesTest::it_gets_options":0.001,"Tests\\Dictionaries\\CountriesTest::it_filters_options_by_region":0.001,"Tests\\Dictionaries\\CountriesTest::it_searches_options#au":0.001,"Tests\\Dictionaries\\CountriesTest::it_searches_options#us":0.001,"Tests\\Dictionaries\\CountriesTest::it_gets_array_from_value":0.007,"Tests\\Dictionaries\\CurrenciesTest::it_gets_options":0,"Tests\\Dictionaries\\CurrenciesTest::it_searches_options#euro":0,"Tests\\Dictionaries\\CurrenciesTest::it_searches_options#dollar":0,"Tests\\Dictionaries\\CurrenciesTest::it_searches_options#dollar symbol":0,"Tests\\Dictionaries\\CurrenciesTest::it_searches_options#pound symbol":0,"Tests\\Dictionaries\\CurrenciesTest::it_gets_array_from_value":0,"Tests\\Dictionaries\\DictionaryRepositoryTest::can_get_all_dictionaries":0,"Tests\\Dictionaries\\DictionaryRepositoryTest::can_get_a_dictionary":0,"Tests\\Dictionaries\\DictionaryRepositoryTest::ensure_context_is_passed_to_dictionary":0,"Tests\\Dictionaries\\FileTest::it_gets_options#yaml":0.001,"Tests\\Dictionaries\\FileTest::it_gets_options#json":0,"Tests\\Dictionaries\\FileTest::it_gets_options#csv":0,"Tests\\Dictionaries\\FileTest::it_gets_options_with_custom_value_and_label_keys#yaml":0,"Tests\\Dictionaries\\FileTest::it_gets_options_with_custom_value_and_label_keys#json":0,"Tests\\Dictionaries\\FileTest::it_gets_options_with_custom_value_and_label_keys#csv":0,"Tests\\Dictionaries\\FileTest::it_gets_options_with_antlers_label#yaml":0.001,"Tests\\Dictionaries\\FileTest::it_gets_options_with_antlers_label#json":0.001,"Tests\\Dictionaries\\FileTest::it_gets_options_with_antlers_label#csv":0.001,"Tests\\Dictionaries\\FileTest::it_searches_options#e":0,"Tests\\Dictionaries\\FileTest::it_searches_options#n":0,"Tests\\Dictionaries\\FileTest::it_gets_array_from_value":0,"Tests\\Dictionaries\\ItemTest::it_gets_value_label_and_data":0,"Tests\\Dictionaries\\TimezonesTest::it_gets_options":0.003,"Tests\\Dictionaries\\TimezonesTest::it_searches_options#new":0.002,"Tests\\Dictionaries\\TimezonesTest::it_searches_options#ten":0.002,"Tests\\Dictionaries\\TimezonesTest::it_searches_options#plus ten":0.002,"Tests\\Dictionaries\\TimezonesTest::it_searches_options#minus ten":0.002,"Tests\\Dictionaries\\TimezonesTest::it_gets_array_from_value":0.008,"Tests\\Extensions\\FileStoreTest::it_overrides_file_driven_stores":0,"Tests\\Feature\\AuthenticationTest::it_responds_with_a_401_when_requesting_json":0.003,"Tests\\Feature\\AuthenticationTest::redirects_to_login_page":0.002,"Tests\\Feature\\AuthenticationTest::redirects_to_defined_login_page_when_auth_is_disabled":0.002,"Tests\\Feature\\AuthenticationTest::responds_with_401_when_auth_is_disabled_and_no_redirect_is_defined":0.01,"Tests\\Feature\\Entries\\UpdateEntryTest::date_gets_set_in_origin":0.014,"Tests\\Feature\\Entries\\UpdateEntryTest::date_gets_set_in_localization_when_contained_in_localized_array#date is in localized array":0.015,"Tests\\Feature\\Entries\\UpdateEntryTest::date_gets_set_in_localization_when_contained_in_localized_array#date is not in localized array":0.015,"Tests\\Feature\\Forms\\EditFormTest::fields_can_be_added":0.036,"Tests\\Feature\\Forms\\UpdateFormTest::it_updates_data":0.009,"Feature\\GraphQL\\Fieldtypes\\DictionaryFieldtypeTest::it_gets_dictionary":0.031,"Feature\\GraphQL\\Fieldtypes\\DictionaryFieldtypeTest::it_filters_out_invalid_values":0.024,"Feature\\SlugTest::it_generates_a_slug#dashes using underscore separator":0.007,"Feature\\SlugTest::it_generates_a_slug#dashes separated by spaces":0.006,"Tests\\Fields\\ArrayableStringTest::it_converts_to_bool":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_blueprints_in_a_custom_namespace":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_blueprints_in_a_custom_namespace_with_overrides":0,"Tests\\Fields\\BlueprintRepositoryTest::it_gets_blueprints_in_a_custom_namespace_where_there_are_no_original_files_but_only_overrides":0,"Tests\\Fields\\BlueprintRepositoryTest::it_resets_a_namespaced_blueprint":0,"Tests\\Fields\\FieldsetRepositoryTest::it_resets_a_namespaced_fieldset":0,"Fieldtypes\\ArrayTest::it_preloads_keys#dynamic null":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#dynamic empty array":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#associative array options":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#multidimensional array options":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#multidimensional array with numbers":0.001,"Fieldtypes\\ArrayTest::it_preloads_keys#multidimensional array with non-sequential numbers":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_dynamic#associative array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_dynamic#multidimensional array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_dynamic#multidimensional array with numbers":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_dynamic#multidimensional array with non-sequential numbers":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#associative array options, associative array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#multidimensional array options, associative array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#associative array options, multidimensional array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#multidimensional array options, multidimensional array value":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#multidimensional array with numbers":0.001,"Fieldtypes\\ArrayTest::it_preprocesses_keyed#multidimensional array with non-sequential numbers":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#null":0,"Fieldtypes\\ArrayTest::it_processes_dynamic#string keys":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#string keys with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#numeric keys":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#numeric keys with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#non-sequential numeric keys":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#non-sequential numeric keys with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#strings and numeric keys":0.001,"Fieldtypes\\ArrayTest::it_processes_dynamic#strings and numeric keys with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#null":0,"Fieldtypes\\ArrayTest::it_processes_keyed#associative array options, associative array value":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#associative array options, associative array value with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array options, associative array value":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array options, associative array value with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array with numbers":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array with numbers with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array with non-sequential numbers":0.001,"Fieldtypes\\ArrayTest::it_processes_keyed#multidimensional array with non-sequential numbers with expanded setting":0.001,"Fieldtypes\\ArrayTest::it_augments_dynamic#null":0,"Fieldtypes\\ArrayTest::it_augments_dynamic#associative array value":0,"Fieldtypes\\ArrayTest::it_augments_dynamic#multidimensional array value":0,"Fieldtypes\\ArrayTest::it_augments_dynamic#multidimensional array with numbers":0,"Fieldtypes\\ArrayTest::it_augments_dynamic#multidimensional array with non-sequential numbers":0,"Fieldtypes\\ArrayTest::it_augments_keyed#null":0,"Fieldtypes\\ArrayTest::it_augments_keyed#associative array options, associative array value":0,"Fieldtypes\\ArrayTest::it_augments_keyed#multidimensional array options, associative array value":0,"Fieldtypes\\ArrayTest::it_augments_keyed#associative array options, multidimensional array value":0,"Fieldtypes\\ArrayTest::it_augments_keyed#multidimensional array options, multidimensional array value":0,"Fieldtypes\\ArrayTest::it_augments_keyed#multidimensional array with numbers":0,"Fieldtypes\\ArrayTest::it_augments_keyed#multidimensional array with non-sequential numbers":0,"Tests\\Fieldtypes\\ButtonGroupTest::does_not_throw_a_validation_error_when_label_is_missing_from_option":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_preloads_options#associative":0.001,"Tests\\Fieldtypes\\ButtonGroupTest::it_preloads_options#multidimensional":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_preloads_options#associative":0.001,"Tests\\Fieldtypes\\CheckboxesTest::it_preloads_options#multidimensional":0.001,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_returns_dictionary_fields_in_preload":0.004,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_pre_processes_dictionary_fields":0.007,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_pre_processes_dictionary_fields_saved_as_a_string":0,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_processes_dictionary_fields":0.001,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_processes_dictionary_fields_into_a_string_when_dictionary_has_no_config_values":0.001,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_returns_validation_rules":0.001,"Tests\\Fieldtypes\\DictionaryFieldsTest::it_returns_validation_rules_when_no_dictionary_is_selected":0,"Tests\\Fieldtypes\\DictionaryTest::it_gets_the_dictionary#string":0.003,"Tests\\Fieldtypes\\DictionaryTest::it_gets_the_dictionary#array":0,"Tests\\Fieldtypes\\DictionaryTest::it_throw_exception_when_dictionary_is_undefined#string":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_throw_exception_when_dictionary_is_undefined#array":0,"Tests\\Fieldtypes\\DictionaryTest::it_throws_exception_when_invalid_dictionary_is_defined#string":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_throws_exception_when_invalid_dictionary_is_defined#array":0,"Tests\\Fieldtypes\\DictionaryTest::it_returns_preload_data":0.002,"Tests\\Fieldtypes\\DictionaryTest::it_augments_a_single_option":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_augments_multiple_options":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_augments_to_empty_array_when_null_and_configured_for_multiple":0.001,"Tests\\Fieldtypes\\DictionaryTest::invalid_value_augments_to_null":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_filters_out_invalid_values_when_augmenting_multiple":0.001,"Tests\\Fieldtypes\\DictionaryTest::it_returns_extra_renderable_field_data":0.001,"Tests\\Fieldtypes\\EntriesTest::it_doesnt_localize_when_select_across_sites_setting_is_enabled":0.01,"Tests\\Fieldtypes\\RadioTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\RadioTest::it_preloads_options#associative":0.001,"Tests\\Fieldtypes\\RadioTest::it_preloads_options#multidimensional":0.001,"Tests\\Fieldtypes\\SelectTest::does_not_throw_a_validation_error_when_label_is_missing_from_option":0.002,"Tests\\Fieldtypes\\SelectTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\SelectTest::it_preloads_options#associative":0.001,"Tests\\Fieldtypes\\SelectTest::it_preloads_options#multidimensional":0.001,"Tests\\Fieldtypes\\WidthTest::it_preloads_options#list":0.001,"Tests\\Fieldtypes\\WidthTest::it_preloads_options#associative":0,"Tests\\Fieldtypes\\WidthTest::it_preloads_options#multidimensional":0,"Tests\\Forms\\FormRepositoryTest::it_registers_config":0,"Tests\\Git\\GitEventTest::it_commits_when_site_is_saved_and_deleted":0.002,"Tests\\Modifiers\\BardHtmlTest::it_returns_string":0,"Tests\\Modifiers\\BardTextTest::it_extracts_bard_text_from_string":0,"Tests\\Modifiers\\EmbedUrlTest::it_transforms_vimeo_file_links":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_array_of_items":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_collections_of_items":0.001,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_query_builder":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_array_of_items_with_origins":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_collections_of_items_with_origins":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_array_of_items_of_type_array":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_collections_of_items_of_type_array":0,"Tests\\Modifiers\\SelectTest::it_selects_certain_values_from_array_of_items_of_type_arrayaccess":0,"Modifiers\\WhereInTest::it_filters_data_by_key_and_multiple_values":0,"Modifiers\\WhereInTest::it_filters_data_by_key_and_single_value":0,"Tests\\Modifiers\\WhereTest::it_filters_data_using_operator":0,"Tests\\Modifiers\\WhereTest::it_accepts_zero_as_a_parameter":0,"Tests\\Rules\\SlugTest::it_validates_slugs":0.001,"Tests\\Sites\\SitesConfigTest::it_dispatches_site_saved_events":0.001,"Tests\\Sites\\SitesConfigTest::it_dispatches_site_created_events":0.001,"Tests\\Sites\\SitesConfigTest::it_dispatches_site_deleted_events":0.001,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#0":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#1":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#2":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#3":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#4":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#5":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#6":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#7":0,"Tests\\Stache\\StacheTest::it_can_determine_if_watcher_is_enabled#8":0,"Tests\\Stache\\Stores\\KeysTest::it_can_use_a_different_cache_store":0,"Tests\\StarterKits\\ExportTest::it_correctly_categorizes_non_dev_dependencies_from_composer_json":0.005,"Tests\\StarterKits\\ExportTest::it_correctly_categorizes_dev_dependencies_from_composer_json":0.004,"Tests\\StarterKits\\ExportTest::it_can_export_module_files":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_nested_module_files":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_select_module_files":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_nested_select_module_files":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_module_dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_nested_module_dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_select_module_dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_can_export_nested_select_module_dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_requires_valid_config_at_top_level":0.002,"Tests\\StarterKits\\ExportTest::it_requires_valid_module_config":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_require_anything_installable_if_module_contains_nested_modules":0.003,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#export paths":0.002,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#export as paths":0.003,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#dev dependencies":0.003,"Tests\\StarterKits\\ExportTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#nested modules":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#top level export":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#top level export as from":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#module export":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#module export as from":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#select module export":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_export_paths_do_not_exist#select module export as from":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#top level dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#top level dev dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#module dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#module dev dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#select module dependencies":0.002,"Tests\\StarterKits\\ExportTest::it_fails_validation_if_module_dependencies_are_not_installed_in_composer_json#select module dev dependencies":0.011,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#top level export":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#top level export as from":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#top level export as to":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#module export":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#module export as from":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#module export as to":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#select module export":0.012,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#select module export as from":0.002,"Tests\\StarterKits\\ExportTest::it_doesnt_allow_exporting_of_composer_json_file#select module export as to":0.002,"Tests\\StarterKits\\ExportTest::it_normalizes_module_key_order":0.005,"Tests\\StarterKits\\InstallTest::it_clears_site_when_interactively_confirmed":0.101,"Tests\\StarterKits\\InstallTest::it_installs_no_modules_by_default_when_running_non_interactively":0.089,"Tests\\StarterKits\\InstallTest::it_installs_modules_with_prompt_false_config_by_default_when_running_non_interactively":0.093,"Tests\\StarterKits\\InstallTest::it_installs_only_the_modules_confirmed_interactively_via_prompt":0.134,"Tests\\StarterKits\\InstallTest::it_display_custom_module_prompts":0.102,"Tests\\StarterKits\\InstallTest::it_installs_modules_without_dependencies":0.101,"Tests\\StarterKits\\InstallTest::it_requires_valid_config_at_top_level":0.088,"Tests\\StarterKits\\InstallTest::it_requires_valid_module_config":0.085,"Tests\\StarterKits\\InstallTest::it_doesnt_require_anything_installable_if_module_contains_nested_modules":0.092,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#export paths":0.098,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#export as paths":0.096,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#dependencies":0.093,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#dev dependencies":0.094,"Tests\\StarterKits\\InstallTest::it_passes_validation_if_module_export_paths_or_dependencies_or_nested_modules_are_properly_configured#nested modules":0.096,"Tests\\StarterKits\\InstallTest::it_installs_nested_modules_with_prompt_false_config_by_default_when_running_non_interactively":0.094,"Tests\\StarterKits\\InstallTest::it_installs_nested_modules_confirmed_interactively_via_prompt":0.12,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#no query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query, ignoring query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query, allowed query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query, disallowed query":0,"Tests\\StaticCaching\\ApplicationCacherTest::it_gets_the_current_url#with query, allowed and disallowed":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#no query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query, ignoring query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query, allowed query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query, disallowed query":0,"Tests\\StaticCaching\\FileCacherTest::it_gets_the_current_url#with query, allowed and disallowed":0,"Tests\\StaticCaching\\NocacheTagsTest::it_can_nest_nocache_tags":0.014,"Tests\\Tags\\Collection\\EntriesTest::it_should_throw_exception_if_trying_to_paginate_and_limit_at_same_time":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_should_throw_exception_if_trying_to_paginate_and_chunk_at_same_time":0.008,"Tests\\Tags\\Collection\\EntriesTest::it_should_throw_exception_if_trying_to_paginate_with_integer_and_chunk_at_same_time":0.008,"Tests\\Tags\\Form\\FormCreateTest::it_adds_appended_config_fields":0.003,"Tests\\Tags\\MountUrlTagTest::it_gets_url#0":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#1":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#2":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#3":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#4":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#5":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#6":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#7":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#8":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#9":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#10":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#11":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#12":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#13":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#14":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#15":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#16":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#17":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#18":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#19":0.002,"Tests\\Tags\\MountUrlTagTest::it_gets_url#20":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#21":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#22":0.001,"Tests\\Tags\\MountUrlTagTest::it_gets_url#23":0.001,"Tests\\Tags\\StructureTagTest::it_renders_a_nav_with_selected_fields":0.015,"Tests\\Tags\\SvgTagTest::sanitizing_doesnt_remove_additional_params":0.001,"Tests\\Tags\\User\\PasswordFormTest::it_will_delete_any_password_reset_tokens_when_updating_password":0.275,"Tests\\View\\Blade\\CascadeDirectiveTest::it_gets_all_data":0.001,"Tests\\View\\Blade\\CascadeDirectiveTest::it_gets_no_data":0.001,"Tests\\View\\Blade\\CascadeDirectiveTest::it_gets_specific_data":0.001,"Tests\\View\\Blade\\CascadeDirectiveTest::it_throws_exception_for_missing_data":0.001,"Tests\\View\\Blade\\CascadeDirectiveTest::it_uses_fallback_for_missing_data":0.001,"Tests\\Auth\\GateTest::it_doesnt_run_gate_checks_on_non_statamic_users":0.002,"Tests\\Auth\\Eloquent\\EloquentUserTest::it_doesnt_run_gate_checks_on_non_statamic_users":0.01,"Tests\\Antlers\\Runtime\\ModelTest::test_model_attributes_are_returned":0.01,"Tests\\Data\\Entries\\EntryQueryBuilderTest::entries_can_be_reordered":0.016,"Tests\\Tags\\DictionaryTagTest::it_gets_countries":0.038,"Tests\\Tags\\DictionaryTagTest::it_gets_dictionary_by_handle":0.028,"Tests\\Tags\\DictionaryTagTest::it_gets_timezones":0.313,"Tests\\Tags\\DictionaryTagTest::it_can_search":0.001,"Tests\\Tags\\DictionaryTagTest::it_can_supplement_data":0.002,"Tests\\Tags\\DictionaryTagTest::it_can_paginate":0.06,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered":0.03,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered_using_conditions":0.029,"Tests\\Tags\\DictionaryTagTest::it_can_be_filtered_using_a_query_scope":0.029,"Tests\\API\\APITest::it_can_use_a_query_scope_on_collection_entries_when_configuration_allows_for_it":0.055,"Tests\\Tags\\DictionaryTagTest::it_pulls_extra_data_data":0.001,"Tests\\Modifiers\\BardTextTest::it_skips_blank_nodes":0}} \ No newline at end of file From 89d3b2f416b46e3066e197148cd692c5468b226c Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Tue, 8 Oct 2024 14:16:15 +0100 Subject: [PATCH 4/4] :beers: --- src/Http/Controllers/CP/Collections/EntriesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Http/Controllers/CP/Collections/EntriesController.php b/src/Http/Controllers/CP/Collections/EntriesController.php index 41de65fa3c..5fb39972f5 100644 --- a/src/Http/Controllers/CP/Collections/EntriesController.php +++ b/src/Http/Controllers/CP/Collections/EntriesController.php @@ -6,7 +6,6 @@ use Illuminate\Validation\ValidationException; use Statamic\Contracts\Entries\Entry as EntryContract; use Statamic\CP\Breadcrumbs; -use Statamic\Events\EntryBlueprintFound; use Statamic\Exceptions\BlueprintNotFoundException; use Statamic\Facades\Action; use Statamic\Facades\Asset;