-
Notifications
You must be signed in to change notification settings - Fork 13
/
.phpunit.result.cache
1 lines (1 loc) · 5.93 KB
/
.phpunit.result.cache
1
C:37:"PHPUnit\Runner\DefaultTestResultCache":6017:{a:2:{s:7:"defects";a:29:{s:7:"Warning";i:6;s:48:"Tests\CheckTest::it_checks_if_command_is_openabe";i:4;s:49:"Tests\CheckTest::it_checks_if_command_is_openable";i:4;s:60:"Tests\PathsTest::it_returns_an_object_path_for_a_command_key";i:4;s:20:"Tests\PathsTest::it_";i:5;s:58:"Tests\PathsTest::it_returns_null_if_command_key_not_exists";i:4;s:61:"Tests\CheckTest::it_checks_if_command_is_a_make_model_command";i:3;s:90:"Tests\CheckTest::it_checks_if_generator_command_is_subclass_of_Illumiate_Generator_Command";i:4;s:48:"Tests\PathsTest::it_returns_path_of_existing_key";i:4;s:94:"Tests\CheckTest::it_checks_if_generator_command_is_not_subclass_of_Illumiate_Generator_Command";i:4;s:70:"Tests\FileTest::it_adds_php_extension_to_name_of_thing_being_generated";i:4;s:118:"Tests\FileTest::it_adds_php_extension_to_name_of_thing_being_generated_and_replaces_two_backslashes_with_forward_slash";i:4;s:59:"Tests\FileTest::it_returns_view_filename_if_command_is_view";i:4;s:35:"Tests\FileTest::it_returns_filename";i:4;s:52:"Tests\FileTest::it_calls_open_when_opening_migration";i:4;s:59:"Tests\FileTest::it_calls_open_when_opening_latest_migration";i:4;s:41:"Tests\FileTest::it_tries_to_find_the_file";i:5;s:61:"Tests\FileTest::it_opens_files_generated_in_addition_to_model";i:4;s:72:"Tests\FileTest::it_opens_additional_files_generated_in_addition_to_model";i:4;s:51:"Tests\FileTest::it_open_all_types_when_flag_present";i:4;s:34:"Tests\OpenFileTest::it_opens_files";i:5;s:54:"Tests\FileTest::it_tries_to_find_the_file_in_base_path";i:3;s:36:"Tests\OpenOnMakeTest::it_opens_tests";i:4;s:72:"Tests\OpenOnMakeTest::it_calls_file_open_when_a_make_command_is_executed";i:4;s:89:"Tests\OpenOnMakeTest::it_calls_file_open_when_a_make_command_is_executed_and_checks_flags";i:4;s:97:"Tests\OpenOnMakeTest::it_calls_openLatestMigration_open_when_a_make_migration_command_is_executed";i:4;s:97:"Tests\OpenOnMakeTest::it_calls_file_open_when_a_make_command_is_executed_and_does_controller_flag";i:4;s:80:"Tests\OpenOnMakeTest::it_calls_unknown_make_command_and_still_tries_to_find_file";i:4;s:38:"Tests\OpenOnMakeTest::it_opens_factory";i:4;}s:5:"times";a:52:{s:7:"Warning";d:0.004;s:62:"Tests\CheckTest::it_verifies_the_command_run_is_a_make_command";d:0.09;s:63:"Tests\CheckTest::it_says_non_make_commands_are_not_Make_command";d:0.09;s:45:"Tests\CheckTest::it_checks_for_a_view_command";d:0;s:43:"Tests\CheckTest::it_verifies_a_view_command";d:0.094;s:45:"Tests\CheckTest::it_verifies_NOT_view_command";d:0.092;s:48:"Tests\CheckTest::it_checks_if_command_is_openabe";d:0.002;s:49:"Tests\CheckTest::it_checks_if_command_is_openable";d:0.092;s:60:"Tests\PathsTest::it_returns_an_object_path_for_a_command_key";d:0.103;s:20:"Tests\PathsTest::it_";d:0.001;s:58:"Tests\PathsTest::it_returns_null_if_command_key_not_exists";d:0.102;s:61:"Tests\CheckTest::it_checks_if_command_is_a_make_model_command";d:0.093;s:65:"Tests\CheckTest::it_checks_if_command_is_not_a_make_model_command";d:0.088;s:63:"Tests\CheckTest::it_checks_if_command_is_flagged_with_help_flag";d:0.088;s:67:"Tests\CheckTest::it_checks_if_command_is_not_flagged_with_help_flag";d:0.086;s:51:"Tests\CheckTest::it_checks_if_env_is_not_production";d:0.087;s:90:"Tests\CheckTest::it_checks_if_generator_command_is_subclass_of_Illumiate_Generator_Command";d:0.091;s:94:"Tests\CheckTest::it_checks_if_generator_command_is_not_subclass_of_Illumiate_Generator_Command";d:0.085;s:64:"Tests\PathsTest::it_returns_the_command_path_from_command_string";d:0.094;s:58:"Tests\PathsTest::it_returns_null_if_command_string_unknown";d:0.1;s:48:"Tests\PathsTest::it_returns_path_of_existing_key";d:0.095;s:58:"Tests\OptionsTest::it_returns_the_command_type_from_option";d:0.094;s:51:"Tests\OptionsTest::it_checks_if_command_is_resource";d:0.089;s:52:"Tests\OptionsTest::it_checks_if_command_is_migration";d:0.093;s:46:"Tests\OptionsTest::it_checks_if_command_is_all";d:0.099;s:56:"Tests\OptionsTest::it_checks_if_the_passed_option_exists";d:0.105;s:65:"Tests\OptionsTest::it_checks_if_the_passed_option_does_not_exists";d:0.091;s:70:"Tests\FileTest::it_adds_php_extension_to_name_of_thing_being_generated";d:0.108;s:118:"Tests\FileTest::it_adds_php_extension_to_name_of_thing_being_generated_and_replaces_two_backslashes_with_forward_slash";d:0.097;s:59:"Tests\FileTest::it_returns_view_filename_if_command_is_view";d:0.107;s:35:"Tests\FileTest::it_returns_filename";d:0.114;s:52:"Tests\FileTest::it_calls_open_when_opening_migration";d:0.011;s:43:"Tests\InstallTest::it_installs_env_for_open";d:0.366;s:57:"Tests\MigrationFileTest::it_returns_latest_migration_path";d:0.098;s:72:"Tests\OpenOnMakeTest::it_calls_file_open_when_a_make_command_is_executed";d:0.374;s:89:"Tests\OpenOnMakeTest::it_calls_file_open_when_a_make_command_is_executed_and_checks_flags";d:0.434;s:97:"Tests\OpenOnMakeTest::it_calls_openLatestMigration_open_when_a_make_migration_command_is_executed";d:0.573;s:97:"Tests\OpenOnMakeTest::it_calls_file_open_when_a_make_command_is_executed_and_does_controller_flag";d:0.259;s:80:"Tests\OpenOnMakeTest::it_calls_unknown_make_command_and_still_tries_to_find_file";d:0.243;s:59:"Tests\FileTest::it_calls_open_when_opening_additional_files";d:0.111;s:59:"Tests\FileTest::it_calls_open_when_opening_latest_migration";d:0.107;s:41:"Tests\FileTest::it_tries_to_find_the_file";d:0.129;s:61:"Tests\FileTest::it_opens_files_generated_in_addition_to_model";d:0.121;s:65:"Tests\FileTest::it_opens_migration_generated_in_addition_to_model";d:0.098;s:72:"Tests\FileTest::it_opens_additional_files_generated_in_addition_to_model";d:0.096;s:51:"Tests\FileTest::it_open_all_types_when_flag_present";d:0.112;s:34:"Tests\OpenFileTest::it_opens_files";d:0.391;s:54:"Tests\FileTest::it_tries_to_find_the_file_in_base_path";d:0.1;s:36:"Tests\OpenOnMakeTest::it_opens_tests";d:0.252;s:52:"Tests\FileTest::it_delegates_open_to_open_file_class";d:0.095;s:38:"Tests\OpenOnMakeTest::it_opens_factory";d:0.255;s:71:"Tests\CheckTest::it_checks_if_empty_command_is_not_a_make_model_command";d:0.223;}}}