.. |
PHP7_0.test
|
b513fb7e4c
feature: BlankLineBetweenImportGroupsFixer - Introduction (#6365)
|
2 years ago |
PHP7_1.test
|
3ce71b0c35
DX: update Symfony rule set (#6958)
|
1 year ago |
PHP7_2.test
|
1fc2bdafcf
NoUnusedImportsFixer - Fix undetected unused imports when type mismatch
|
3 years ago |
PHP7_3.test
|
b20d57f60c
DX: add proper test for `SelfAccessorFixer` must run before `SelfAccessorFixer` (#7153)
|
1 year ago |
PHP7_4.test
|
64ec91d597
minor: Deprecate BracesFixer (#4885)
|
1 year ago |
PHP8_0.test
|
fe9788b55e
feat: Add `single_line_empty_body` to `@PhpCsFixer` (#7266)
|
1 year ago |
PHP8_1.test
|
fe9788b55e
feat: Add `single_line_empty_body` to `@PhpCsFixer` (#7266)
|
1 year ago |
PHP8_2.test
|
fe9788b55e
feat: Add `single_line_empty_body` to `@PhpCsFixer` (#7266)
|
1 year ago |
array_indentation,braces.test
|
b71e51fa2e
minor: extract CurlyBracesPositionFixer from BracesFixer (#6452)
|
2 years ago |
array_indentation,method_argument_space,method_chaining_indentation.test
|
c4c3720fa1
ArrayIndentationFixer - must run after MethodArgumentSpaceFixer
|
4 years ago |
braces,indentation_type,no_break_comment.test
|
a183440f10
DX: moving integration tests for braces, indentation_type and no_break_comment into right place
|
4 years ago |
braces,method_argument_space.test
|
f65b48e75c
Extract StatementIndentationFixer from BracesFixer
|
2 years ago |
braces,method_chaining_indentation.test
|
c1bcf0ce1a
minor: Split BracesFixer (#4884)
|
2 years ago |
class_definition,no_trailing_whitespace.test
|
84171f3a75
Extend tests coverage
|
6 years ago |
combine_nested_dirname,no_trailing_whitespace.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
combine_nested_dirname,no_whitespace_in_blank_line.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
comment_to_phpdoc,phpdoc_to_comment.test
|
924333da77
Refactor PhpdocToCommentFixer - extract checking to CommentsAnalyzer
|
6 years ago |
declare_strict_types,single_blank_line_before_namespace.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
doctrine_annotation.test
|
cc36657ad1
Add Doctrine annotation fixers
|
7 years ago |
elseif,braces.test
|
29d9dc888f
minor: Extract ControlStructureBracesFixer from BracesFixer (#6399)
|
2 years ago |
explicit_string_variable,simple_to_complex_string_variable.test
|
aacc80403c
minor: ExplicitStringVariableFixer - Fix to PHP8.2 compat code (#6424)
|
2 years ago |
general_phpdoc_annotation_remove,phpdoc_order.test
|
249689dceb
Add tests for general_phpdoc_annotation_remove
|
6 years ago |
header_comment,declare_strict_types.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
huge_array.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
huge_array.test-out.php
|
e17cdb2ad0
ArrayIndentationFixer - fix for really long arrays
|
3 years ago |
imports.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 years ago |
issue_3879.test
|
fe9788b55e
feat: Add `single_line_empty_body` to `@PhpCsFixer` (#7266)
|
1 year ago |
issue_7293.test
|
198d69ba58
fix: Priorities for fixers related to curly braces, empty lines and trailing whitespace (#7296)
|
1 year ago |
line_ending,braces.test
|
c1bcf0ce1a
minor: Split BracesFixer (#4884)
|
2 years ago |
line_ending,braces.test-in.php
|
c1bcf0ce1a
minor: Split BracesFixer (#4884)
|
2 years ago |
line_ending,braces.test-out.php
|
c1bcf0ce1a
minor: Split BracesFixer (#4884)
|
2 years ago |
meta_insert_64566_tokens.test
|
a02fc0462f
DX: Allow OS conditions for integration tests (#7161)
|
1 year ago |
meta_insert_64566_tokens.test-in.php
|
07cf8b0890
POC Tokens::insertSlices
|
3 years ago |
meta_insert_64566_tokens.test-out.php
|
07cf8b0890
POC Tokens::insertSlices
|
3 years ago |
method_chaining_indentation,array_indentation.test
|
c1bcf0ce1a
minor: Split BracesFixer (#4884)
|
2 years ago |
method_chaining_indentation,method_argument_space.test
|
c1bcf0ce1a
minor: Split BracesFixer (#4884)
|
2 years ago |
no_blank_lines_after_phpdoc,single_blank_line_before_namespace.test
|
e4dd5a61eb
Add T_NAMESPACE in array of forbidden successors
|
3 years ago |
no_closing_tag,full_opening_tag.test
|
76f36585f6
DX: AbstractIntegrationTestCase does not use IntegrationCase::shouldCheckPriority, logic is now automated and method is now deprecated
|
7 years ago |
no_multiple_statements_per_line,statement_indentation.test
|
505adc1f05
minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)
|
2 years ago |
no_trailing_comma_in_singleline_function_call,no_spaces_inside_parenthesis.test
|
3a2a7a8640
feature: NoTrailingCommaInSinglelineFixer - Introduction (#6529)
|
2 years ago |
no_whitespace_in_blank_line,no_blank_lines_after_phpdoc.test
|
7df251c575
NoBlankLines*: fix removing lines consisting only of spaces
|
6 years ago |
nullable_type_declaration,nullable_type_declaration_for_default_null_value,ordered_types.test
|
f503187a12
feature: Introduce `NullableTypeDeclarationFixer` (#7002)
|
1 year ago |
php_unit_data_provider_static,visibility_required.test
|
8099262fc0
feature: add PhpUnitDataProviderStaticFixer (#6702)
|
1 year ago |
php_unit_mock_short_will_return,trailing_comma_in_multiline.test
|
8f88660323
bug: PhpUnitMockShortWillReturnFixer - fix for trailing commas (#6900)
|
1 year ago |
phpdoc_to_comment,phpdoc_var_without_name.test
|
60c5ca1c4a
PhpdocVarWithoutNameFixer - fix for properties only
|
4 years ago |
phpdocs-invalid.test
|
b20d57f60c
DX: add proper test for `SelfAccessorFixer` must run before `SelfAccessorFixer` (#7153)
|
1 year ago |
phpdocs.test
|
b21674a795
feature: Order of PHPDoc @param annotations (#3909)
|
1 year ago |
phpdocs.test-in.php
|
b21674a795
feature: Order of PHPDoc @param annotations (#3909)
|
1 year ago |
phpdocs.test-out.php
|
b21674a795
feature: Order of PHPDoc @param annotations (#3909)
|
1 year ago |
semicolon_after_instruction,no_unneeded_control_parentheses.test
|
76f36585f6
DX: AbstractIntegrationTestCase does not use IntegrationCase::shouldCheckPriority, logic is now automated and method is now deprecated
|
7 years ago |
simplified_null_return,no_useless_return,no_whitespace_in_blank_line,blank_line_before_statement,no_extra_consecutive_blank_lines.test
|
bd9cd928c1
Drop deprecated rules: blank_line_before_return, hash_to_slash_comment, method_separation, no_extra_consecutive_blank_lines, no_multiline_whitespace_before_semicolons and pre_increment
|
7 years ago |
single_import_per_statement,ordered_imports.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
void_return,phpdoc_to_return_type.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |