diff --git a/.gitignore b/.gitignore index 51e6a45..e6539f3 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ /composer.phar .idea composer.lock +.php-cs-fixer.cache +.phpunit.result.cache diff --git a/.php-cs-fixer.cache b/.php-cs-fixer.cache deleted file mode 100644 index 6f677c0..0000000 --- a/.php-cs-fixer.cache +++ /dev/null @@ -1 +0,0 @@ -{"php":"7.4.33","version":"3.49.0","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":{"default":"at_least_single_space"},"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_parentheses":true,"no_blank_lines_after_class_opening":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"none"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":{"only_dec_inc":true},"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"attribute_placement":"ignore","on_multiline":"ensure_fully_multiline"},"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true},"hashes":{"tests\/Cheesecake\/Test\/.conform.3125944.GeneratorTest.php":"7b0d47031f62c9d7d3fd1a92ab4c80f5","tests\/Cheesecake\/Test\/.conform.4858399.GeneratorTest.php":"5d8f1c8395752eea1d280250bee37216"}} \ No newline at end of file diff --git a/.phpunit.result.cache b/.phpunit.result.cache deleted file mode 100644 index 06f59e7..0000000 --- a/.phpunit.result.cache +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"defects":{"Cheesecake\\Test\\GeneratorTest::testHooks":6,"Cheesecake\\Test\\GeneratorTest::testRunOnTwig":4},"times":{"Cheesecake\\Test\\GeneratorTest::testInstance":0.002,"Cheesecake\\Test\\GeneratorTest::testRunMinimal":0.007,"Cheesecake\\Test\\GeneratorTest::testRunConstructorParams":0.003,"Cheesecake\\Test\\GeneratorTest::testRunMinimalNoOutput":0.004,"Cheesecake\\Test\\GeneratorTest::testFilters":0.001,"Cheesecake\\Test\\GeneratorTest::testRecursiveDirectories":0.003,"Cheesecake\\Test\\GeneratorTest::testHooks":0.003,"Cheesecake\\Test\\GeneratorTest::testRunOnTwig":0.002}} \ No newline at end of file