From 56584a4103b2e2ae9bcac061ce4aefe27ca6eea9 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Mon, 30 Dec 2024 10:58:33 +0100 Subject: [PATCH] wip --- .gitignore | 1 + .phpunit.cache/test-results | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .phpunit.cache/test-results diff --git a/.gitignore b/.gitignore index 9a43686..52f505a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ testbench.yaml vendor node_modules .php-cs-fixer.cache +.phpunit.cache diff --git a/.phpunit.cache/test-results b/.phpunit.cache/test-results deleted file mode 100644 index 98c1cbf..0000000 --- a/.phpunit.cache/test-results +++ /dev/null @@ -1 +0,0 @@ -{"version":"pest_2.36.0","defects":{"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_passes_extraOptions_correctly_to_the_command":7},"times":{"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_can_create_sqlite_instance":0.021,"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_will_use_the_read_db_when_one_is_defined":0.002,"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_will_throw_an_exception_when_creating_an_unknown_type_of_dumper":0.001,"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_can_add_arbitrary_options_to_the_dump_command":0.002,"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_can_add_named_options_to_the_dump_command":0.001,"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_adds_the_inserts_option_to_the_pgSQL_dump_command":0.002,"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_can_add_named_options_with_an_array_value_to_the_dump_command":0.001,"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_will_use_connect_via_database_when_one_is_defined":0.001,"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_will_throw_an_exception_when_no_disks_are_set_up":0.001,"P\\Tests\\DbDumperFactoryTest::__pest_evaluable_it_can_create_instances_of_MySQL_and_pgSQL":0.001,"P\\Tests\\Events\\LoadingSnapshotTest::__pest_evaluable_loading_a_snapshot_fires_the_loading_snapshot_event":0.049,"P\\Tests\\Events\\CreatingSnapshotTest::__pest_evaluable_creating_a_snapshot_with_exclude_will_pass_excluded_tables":0.04,"P\\Tests\\Events\\CreatingSnapshotTest::__pest_evaluable_creating_a_snapshot_fires_the_creating_snapshot_event":0.022,"P\\Tests\\Events\\CreatedSnapshotTest::__pest_evaluable_after_the_snapshot_has_been_created_the_created_snapshot_event_will_be_fired":0.014,"P\\Tests\\Helpers\\FormatTest::__pest_evaluable_it_can_determine_a_human_readable_file_size":0.001,"P\\Tests\\Commands\\DeleteTest::__pest_evaluable_it_can_delete_a_snapshot_with_a_specific_name":0.004,"P\\Tests\\Commands\\DeleteTest::__pest_evaluable_it_can_delete_a_snapshot":0.009,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_will_prepend_the_connection_to_the_default_name_if_no_specific_name_is_passed":0.021,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_snapshot_without_a_specific":0.015,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_passes_extraOptions_correctly_to_the_command":0.034,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_snapshot_with_specific_tables_specified_in_the_config":0.023,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_snapshot_with_specific_name":0.023,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_snapshot_without_excluded_tables_specified_in_the_config":0.023,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_snapshot_with_specific_tables_specified_in_the_command_options_as_a_string":0.014,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_compressed_snapshot_from_config":0.024,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_snapshot_with_specific_tables_specified_in_the_command_options":0.021,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_snapshot_without_excluded_tables_specified_in_the_command_options_as_a_string":0.019,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_snapshot_without_excluded_tables_specified_in_the_command_options":0.024,"P\\Tests\\Commands\\CreateTest::__pest_evaluable_it_can_create_a_compressed_snapshot_from_CLI_param":0.021,"P\\Tests\\Events\\DeletingSnapshotTest::__pest_evaluable_deleting_a_snapshot_fires_the_deleting_snapshot_event":0.003,"P\\Tests\\Commands\\ListSnapshotsTest::__pest_evaluable_it_can_list_all_snapshots":0.012,"P\\Tests\\Events\\DeletedSnapshotTest::__pest_evaluable_after_a_snapshot_has_been_deleted_the_deleted_snapshot_event_will_be_fired":0.003,"P\\Tests\\Events\\LoadedSnapshotTest::__pest_evaluable_after_a_snapshot_has_been_loaded_the_loaded_snapshot_event_will_be_fired":0.002,"P\\Tests\\Commands\\LoadTest::__pest_evaluable_it_drops_tables_when_loading_a_snapshot":0.003,"P\\Tests\\Commands\\LoadTest::__pest_evaluable_it_can_load_a_snapshot_with_a_given_name":0.005,"P\\Tests\\Commands\\LoadTest::__pest_evaluable_it_can_load_a_compressed_snapshot":0.002,"P\\Tests\\Commands\\LoadTest::__pest_evaluable_it_can_load_a_snapshot":0.004,"P\\Tests\\Commands\\LoadTest::__pest_evaluable_it_can_load_a_snapshot_without_dropping_existing_tables":0.005,"P\\Tests\\Commands\\LoadTest::__pest_evaluable_it_can_load_a_snapshot_with_connection_option":0.004,"P\\Tests\\Commands\\LoadTest::__pest_evaluable_it_can_load_a_compressed_snapshot_via_streaming":0.005,"P\\Tests\\Commands\\LoadTest::__pest_evaluable_it_can_load_a_snapshot_via_streaming":0.005,"P\\Tests\\Commands\\LoadTest::__pest_evaluable_it_can_load_the_latest_snapshot":0.004,"P\\Tests\\SnapshotRepositoryTest::__pest_evaluable_it_can_get_a_snapshot_by_name":0.001,"P\\Tests\\SnapshotRepositoryTest::__pest_evaluable_it_can_find_gz_compressed_snapshots":0.001,"P\\Tests\\SnapshotRepositoryTest::__pest_evaluable_it_can_load_snapshots_from_a_disk":0.002,"P\\Tests\\Commands\\CleanupTest::__pest_evaluable_it_can_delete_all_snapshots_if_keep_is_zero":0.002,"P\\Tests\\Commands\\CleanupTest::__pest_evaluable_it_warns_if_keep_is_not_specified":0.003,"P\\Tests\\Commands\\CleanupTest::__pest_evaluable_it_can_delete_old_snapshots_keeping_the_desired_number_of_snapshots":1.013}} \ No newline at end of file