.. |
align_multiline_comment,phpdoc_trim_consecutive_blank_line_separation.test
|
556c3717b8
PhpdocTrimConsecutiveBlankLineSeparationFixer - must run after AlignMultilineCommentFixer
|
4 years ago |
array_indentation,align_multiline_comment.test
|
bd51b5171b
Add priority to AlignMultilineCommentFixer
|
6 years ago |
array_indentation,binary_operator_spaces.test
|
a2ecc1ed52
DX: make integration tests matching entries in FixerFactoryTest
|
3 years ago |
array_syntax,binary_operator_spaces.test
|
d86d400937
BinaryOperatorSpacesFixer - redo.
|
7 years ago |
array_syntax,single_space_after_construct.test
|
ad8a8476d7
fix: priority issue between array_syntax and space after rules (#7324)
|
1 year ago |
array_syntax,single_space_around_construct.test
|
ad8a8476d7
fix: priority issue between array_syntax and space after rules (#7324)
|
1 year ago |
array_syntax,ternary_operator_spaces.test
|
b1a3c43dbf
Require PHP 5.6+
|
7 years ago |
assign_null_coalescing_to_coalesce_equal,binary_operator_spaces.test
|
4968ead667
AssignNullCoalescingToCoalesceEqualFixer - introduction
|
3 years ago |
assign_null_coalescing_to_coalesce_equal,no_whitespace_in_blank_line.test
|
4968ead667
AssignNullCoalescingToCoalesceEqualFixer - introduction
|
3 years ago |
backtick_to_shell_exec,escape_implicit_backslashes.test
|
45e7c8525d
Add BacktickToShellExecFixer
|
6 years ago |
backtick_to_shell_exec,explicit_string_variable.test
|
aacc80403c
minor: ExplicitStringVariableFixer - Fix to PHP8.2 compat code (#6424)
|
2 years ago |
backtick_to_shell_exec,native_function_invocation.test
|
e9ef0782c8
NativeFunctionInvocationFixer - BacktickToShellExecFixer - fix integration test
|
4 years ago |
backtick_to_shell_exec,single_quote.test
|
7e5ffd7bc7
BacktickToShellExecFixer - add priority relation to NativeFunctionInvocationFixer and SingleQuoteFixer
|
4 years ago |
backtick_to_shell_exec,string_implicit_backslashes.test
|
e351af72c2
feat: introduce `string_implicit_backslashes` as `escape_implicit_backslashes` replacement (#7669)
|
9 months ago |
blank_line_after_opening_tag,blank_lines_before_namespace.test
|
5267f982cd
minor: Unify "blank lines before namespace" fixers (#7053)
|
1 year ago |
blank_line_after_opening_tag,no_blank_lines_before_namespace.test
|
b7919efb43
update integration test format
|
8 years ago |
braces,heredoc_indentation.test
|
b71e51fa2e
minor: extract CurlyBracesPositionFixer from BracesFixer (#6452)
|
2 years ago |
braces_position,single_line_empty_body.test
|
0fa21a26b1
feat: Deprecate `CurlyBracesPositionFixer` and proxy to `BracesPositionFixer` (#7334)
|
1 year ago |
braces_position,statement_indentation.test
|
0fa21a26b1
feat: Deprecate `CurlyBracesPositionFixer` and proxy to `BracesPositionFixer` (#7334)
|
1 year ago |
class_attributes_separation,braces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
4 years ago |
class_attributes_separation,indentation_type.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
4 years ago |
class_attributes_separation,no_extra_blank_lines.test
|
17a2e5c174
Improve deprecation message raised by NoExtraBlankLinesFixer
|
3 years ago |
class_attributes_separation,statement_indentation.test
|
f65b48e75c
Extract StatementIndentationFixer from BracesFixer
|
2 years ago |
class_definition,braces.test
|
66e8a0fec3
Extend priority test for class_definition vs braces
|
3 years ago |
class_definition,single_line_empty_body.test
|
aee6ebf2ec
feature: add SingleLineEmptyBodyFixer (#6933)
|
1 year ago |
class_keyword,fully_qualified_strict_types.test
|
49fc633d0e
fix: `ClassKeywordFixer` must run before `FullyQualifiedStrictTypesFixer` (#7767)
|
9 months ago |
class_keyword_remove,no_unused_imports.test
|
b1a3c43dbf
Require PHP 5.6+
|
7 years ago |
clean_namespace,php_unit_data_provider_return_type.test
|
6654d0c8cd
feature: Introduce `PhpUnitDataProviderReturnTypeFixer` (#7156)
|
1 year ago |
combine_consecutive_issets,multiline_whitespace_before_semicolons.test
|
52c428f9da
Add MultilineWhitespaceBeforeSemicolonsFixer
|
6 years ago |
combine_consecutive_issets,no_singleline_whitespace_before_semicolons.test
|
17cf065471
Add CombineConsecutiveIssetsFixer
|
7 years ago |
combine_consecutive_issets,no_spaces_inside_parenthesis.test
|
4a8d8c55c4
CombineConsecutiveIssetsFixer - fix priority vs. NoSpacesInsideParenthesisFixer.
|
7 years ago |
combine_consecutive_issets,no_trailing_whitespace.test
|
17cf065471
Add CombineConsecutiveIssetsFixer
|
7 years ago |
combine_consecutive_issets,no_whitespace_in_blank_line.test
|
17cf065471
Add CombineConsecutiveIssetsFixer
|
7 years ago |
combine_consecutive_issets,spaces_inside_parentheses.test
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
combine_consecutive_unsets,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
6 years ago |
combine_consecutive_unsets,no_trailing_whitespace.test
|
b7919efb43
update integration test format
|
8 years ago |
combine_consecutive_unsets,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 years ago |
combine_consecutive_unsets,space_after_semicolon.test
|
b7919efb43
update integration test format
|
8 years ago |
combine_nested_dirname,method_argument_space.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
combine_nested_dirname,no_spaces_inside_parenthesis.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
combine_nested_dirname,spaces_inside_parentheses.test
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
control_structure_braces,braces_position.test
|
0fa21a26b1
feat: Deprecate `CurlyBracesPositionFixer` and proxy to `BracesPositionFixer` (#7334)
|
1 year ago |
control_structure_braces,control_structure_continuation_position.test
|
29d9dc888f
minor: Extract ControlStructureBracesFixer from BracesFixer (#6399)
|
2 years ago |
control_structure_braces,curly_braces_position.test
|
b71e51fa2e
minor: extract CurlyBracesPositionFixer from BracesFixer (#6452)
|
2 years ago |
control_structure_braces,no_multiple_statements_per_line.test
|
c1bcf0ce1a
minor: Split BracesFixer (#4884)
|
2 years ago |
curly_braces_position,single_line_empty_body.test
|
aee6ebf2ec
feature: add SingleLineEmptyBodyFixer (#6933)
|
1 year ago |
curly_braces_position,statement_indentation.test
|
81734f1718
bug: CurlyBracesPositionFixer must run before StatementIndentationFixer (#7085)
|
1 year ago |
declare_strict_types,blank_line_after_opening_tag.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
declare_strict_types,declare_equal_normalize.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
declare_strict_types,header_comment.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
dir_constant,combine_nested_dirname.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
doctrine_annotation_array_assignment,doctrine_annotation_spaces.test
|
cd1b2ee245
DoctrineAnnotationSpaces - split assignments options
|
7 years ago |
echo_tag_syntax,no_mixed_echo_print.test
|
a2ecc1ed52
DX: make integration tests matching entries in FixerFactoryTest
|
3 years ago |
empty_loop_body,braces.test
|
03ea2914fd
EmptyLoopBodyFixer - introduction
|
3 years ago |
empty_loop_body,no_extra_blank_lines.test
|
03ea2914fd
EmptyLoopBodyFixer - introduction
|
3 years ago |
empty_loop_body,no_trailing_whitespace.test
|
074b7dfc4e
EmptyLoopBodyFixer - NoTrailingWhitespaceFixer - priority test
|
3 years ago |
empty_loop_condition,no_extra_blank_lines.test
|
955178fbc2
EmptyLoopConditionFixer - add space when fixing, add rule to SymfonySet
|
3 years ago |
empty_loop_condition,no_trailing_whitespace.test
|
955178fbc2
EmptyLoopConditionFixer - add space when fixing, add rule to SymfonySet
|
3 years ago |
escape_implicit_backslashes,heredoc_to_nowdoc.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
4 years ago |
escape_implicit_backslashes,single_quote.test
|
7f8b71c8e1
SingleQuoteFixer - fix single quote char
|
6 years ago |
escape_implicit_backslashes,single_quote_2.test
|
7f8b71c8e1
SingleQuoteFixer - fix single quote char
|
6 years ago |
explicit_string_variable,no_useless_concat_operator.test
|
b52108e784
fix: `no_useless_concat_operator` - do not break variable (#7827)
|
8 months ago |
final_class,protected_to_private.test
|
597cb528fe
DX: fix priority of `FinalClassFixer` (#7091)
|
1 year ago |
final_class,self_static_accessor.test
|
597cb528fe
DX: fix priority of `FinalClassFixer` (#7091)
|
1 year ago |
final_internal_class,protected_to_private.test
|
2821dd2303
FinalInternalClassFixer - must run before ProtectedToPrivateFixer
|
4 years ago |
final_internal_class,self_static_accessor.test
|
1a2a83a550
Add SelfStaticAccessorFixer
|
5 years ago |
fully_qualified_strict_types,no_superfluous_phpdoc_tags.test
|
fa1719456a
FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - Priority
|
6 years ago |
fully_qualified_strict_types,ordered_attributes.test
|
1a6992ddc9
feat: Introduce `OrderedAttributesFixer` (#7395)
|
6 months ago |
fully_qualified_strict_types,ordered_imports.test
|
27765a6363
feat: Ability to import FQCNs found during analysis (#7597)
|
10 months ago |
fully_qualified_strict_types,ordered_interfaces.test
|
9167592a7e
chore: `FullyQualifiedStrictTypesFixer` must run before `OrderedInterfacesFixer` (#7762)
|
9 months ago |
fully_qualified_strict_types,statement_indentation.test
|
27765a6363
feat: Ability to import FQCNs found during analysis (#7597)
|
10 months ago |
function_declaration,method_argument_space.test
|
cb4c02aa79
NoTrailingCommaInSinglelineFunctionCallFixer - Introduction
|
2 years ago |
function_to_constant,native_constant_invocation.test
|
4a8cf6966b
fix: `FunctionToConstantFixer` should run before `NativeConstantInvocationFixer` (#7344)
|
1 year ago |
function_to_constant,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
6 years ago |
function_to_constant,no_singleline_whitespace_before_semicolons.test
|
48d0a390cf
Add FunctionToConstantFixer
|
7 years ago |
function_to_constant,no_trailing_whitespace.test
|
48d0a390cf
Add FunctionToConstantFixer
|
7 years ago |
function_to_constant,no_whitespace_in_blank_line.test
|
48d0a390cf
Add FunctionToConstantFixer
|
7 years ago |
function_to_constant,self_static_accessor.test
|
1a2a83a550
Add SelfStaticAccessorFixer
|
5 years ago |
general_phpdoc_annotation_remove,no_empty_phpdoc.test
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
general_phpdoc_annotation_remove,phpdoc_line_span.test
|
649ea588ec
PhpdocLineSpanFixer - Introduction
|
5 years ago |
general_phpdoc_annotation_remove,phpdoc_separation.test
|
249689dceb
Add tests for general_phpdoc_annotation_remove
|
6 years ago |
general_phpdoc_annotation_remove,phpdoc_trim.test
|
249689dceb
Add tests for general_phpdoc_annotation_remove
|
6 years ago |
general_phpdoc_tag_rename,phpdoc_add_missing_param_annotation.test
|
5c7e36e243
PHP8 care package master
|
4 years ago |
get_class_to_class_keyword,multiline_whitespace_before_semicolons.test
|
ee541a6d30
GetClassToClassKeywordFixer - introduction
|
2 years ago |
global_namespace_import,no_unused_imports.test
|
41fe1f493b
GlobalNamespaceImportFixer - Introduction
|
5 years ago |
global_namespace_import,ordered_imports.test
|
41fe1f493b
GlobalNamespaceImportFixer - Introduction
|
5 years ago |
global_namespace_import,statement_indentation.test
|
27765a6363
feat: Ability to import FQCNs found during analysis (#7597)
|
10 months ago |
header_comment,blank_lines_before_namespace.test
|
145bc2faf0
bug: `HeaderCommentFixer` must run before `BlankLinesBeforeNamespaceFixer` (#7205)
|
1 year ago |
header_comment,single_blank_line_before_namespace.test
|
145bc2faf0
bug: `HeaderCommentFixer` must run before `BlankLinesBeforeNamespaceFixer` (#7205)
|
1 year ago |
header_comment,single_line_comment_style.test
|
748102785c
SingleLineCommentStyleFixer - run after HeaderCommentFixer
|
3 years ago |
implode_call,method_argument_space.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
4 years ago |
increment_style,no_spaces_inside_parenthesis.test
|
f2482ac4c1
bug: IncrementStyleFixer - NoSpacesInsideParenthesisFixer - prio (#6416)
|
2 years ago |
increment_style,spaces_inside_parentheses.test
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
indentation_type,phpdoc_indent.test
|
1a34066f4b
Fix file permissions
|
4 years ago |
is_null,yoda_style.test
|
25fb8e9644
IsNullFixer must be run before YodaStyleFixer
|
6 years ago |
lambda_not_used_import,method_argument_space.test
|
41b6fe189f
bug: LambdaNotUsedImportFixer must run before MethodArgumentSpaceFixer (#6453)
|
2 years ago |
lambda_not_used_import,no_spaces_inside_parenthesis.test
|
6d4064fb9c
LambdaNotUsedImportFixer - introduction
|
4 years ago |
lambda_not_used_import,spaces_inside_parentheses.test
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
list_syntax,binary_operator_spaces.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
list_syntax,ternary_operator_spaces.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
long_to_shorthand_operator,binary_operator_spaces.test
|
445df272f8
feat: Introduce `LongToShorthandOperatorFixer` (#7295)
|
1 year ago |
long_to_shorthand_operator,no_extra_blank_lines.test
|
445df272f8
feat: Introduce `LongToShorthandOperatorFixer` (#7295)
|
1 year ago |
long_to_shorthand_operator,no_singleline_whitespace_before_semicolons.test
|
445df272f8
feat: Introduce `LongToShorthandOperatorFixer` (#7295)
|
1 year ago |
long_to_shorthand_operator,standardize_increment.test
|
445df272f8
feat: Introduce `LongToShorthandOperatorFixer` (#7295)
|
1 year ago |
method_argument_space,array_indentation.test
|
c4c3720fa1
ArrayIndentationFixer - must run after MethodArgumentSpaceFixer
|
4 years ago |
method_argument_space,statement_indentation.test
|
aa0b9ca92f
feat: Support for attributes in `method_argument_space` (#7242)
|
1 year ago |
modernize_strpos,binary_operator_spaces.test
|
8723cf5f04
ModernizeStrposFixer - tweaks
|
3 years ago |
modernize_strpos,no_extra_blank_lines.test
|
8723cf5f04
ModernizeStrposFixer - tweaks
|
3 years ago |
modernize_strpos,no_spaces_inside_parenthesis.test
|
8723cf5f04
ModernizeStrposFixer - tweaks
|
3 years ago |
modernize_strpos,no_trailing_whitespace.test
|
8723cf5f04
ModernizeStrposFixer - tweaks
|
3 years ago |
modernize_strpos,not_operator_with_space.test
|
8723cf5f04
ModernizeStrposFixer - tweaks
|
3 years ago |
modernize_strpos,not_operator_with_successor_space.test
|
8723cf5f04
ModernizeStrposFixer - tweaks
|
3 years ago |
modernize_strpos,php_unit_dedicate_assert.test
|
7ed8125016
PhpUnitDedicateAssertFixer - add "assertStringContainsString" and "assertStringEnds/StartsWith" support
|
3 years ago |
modernize_strpos,single_space_after_construct.test
|
8723cf5f04
ModernizeStrposFixer - tweaks
|
3 years ago |
modernize_strpos,single_space_around_construct.test
|
e04eef3d9e
feature: introduce single_space_around_construct, deprecate single_space_after_construct (#6857)
|
1 year ago |
modernize_strpos,spaces_inside_parentheses.test
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
modernize_types_casting,no_unneeded_control_parentheses.test
|
9c7070b127
bug: Fix priority between `modernize_types_casting` and `no_unneeded_control_parentheses` (#6687)
|
2 years ago |
multiline_string_to_heredoc,escape_implicit_backslashes.test
|
3705f919d4
feat: Introduce `multiline_string_to_heredoc` fixer (#7665)
|
10 months ago |
multiline_string_to_heredoc,heredoc_indentation.test
|
3705f919d4
feat: Introduce `multiline_string_to_heredoc` fixer (#7665)
|
10 months ago |
multiline_string_to_heredoc,string_implicit_backslashes.test
|
e351af72c2
feat: introduce `string_implicit_backslashes` as `escape_implicit_backslashes` replacement (#7669)
|
9 months ago |
multiline_whitespace_before_semicolons,space_after_semicolon.test
|
52c428f9da
Add MultilineWhitespaceBeforeSemicolonsFixer
|
6 years ago |
native_constant_invocation,global_namespace_import.test
|
41fe1f493b
GlobalNamespaceImportFixer - Introduction
|
5 years ago |
native_function_invocation,global_namespace_import.test
|
41fe1f493b
GlobalNamespaceImportFixer - Introduction
|
5 years ago |
new_with_braces,class_definition.test
|
2b1146d6fb
NewWithBracesFixer - must run before ClassDefinitionFixer
|
2 years ago |
new_with_parentheses,class_definition.test
|
2abddefba3
feat: Deprecate `NewWithBracesFixer` and proxy to `NewWithParenthesesFixer` (#7331)
|
1 year ago |
no_alias_functions,implode_call.test
|
f063eae061
Add ImplodeCallFixer
|
6 years ago |
no_alias_functions,php_unit_dedicate_assert.test
|
bdc0d83e40
Only fix in utest class scope
|
4 years ago |
no_alternative_syntax,braces.test
|
e893f9b3d8
bug: Fix cases related to binary strings (#6432)
|
2 years ago |
no_alternative_syntax,elseif.test
|
e893f9b3d8
bug: Fix cases related to binary strings (#6432)
|
2 years ago |
no_alternative_syntax,no_superfluous_elseif.test
|
e893f9b3d8
bug: Fix cases related to binary strings (#6432)
|
2 years ago |
no_alternative_syntax,no_unneeded_control_parentheses.test
|
76bd49d937
bug: NoUnneededControlParenthesesFixer - Fix some curly close cases (#6502)
|
2 years ago |
no_alternative_syntax,no_useless_else.test
|
e893f9b3d8
bug: Fix cases related to binary strings (#6432)
|
2 years ago |
no_alternative_syntax,switch_continue_to_break.test
|
e53ec307e8
SwitchContinueToBreakFixer - do not support alternative syntax
|
4 years ago |
no_binary_string,no_useless_concat_operator.test
|
aafad72ef3
feature: NoUselessConcatOperatorFixer - Introduction (#6447)
|
2 years ago |
no_binary_string,php_unit_dedicate_assert_internal_type.test
|
e893f9b3d8
bug: Fix cases related to binary strings (#6432)
|
2 years ago |
no_binary_string,regular_callable_call.test
|
e893f9b3d8
bug: Fix cases related to binary strings (#6432)
|
2 years ago |
no_binary_string,set_type_to_cast.test
|
e893f9b3d8
bug: Fix cases related to binary strings (#6432)
|
2 years ago |
no_blank_lines_after_phpdoc,header_comment.test
|
df4c9b5a9b
DX: fix usage of deprecated options
|
5 years ago |
no_empty_comment,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
6 years ago |
no_empty_comment,no_trailing_whitespace.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_comment,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_phpdoc,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
6 years ago |
no_empty_phpdoc,no_trailing_whitespace.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_statement,braces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
4 years ago |
no_empty_statement,combine_consecutive_unsets.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_statement,empty_loop_body.test
|
03ea2914fd
EmptyLoopBodyFixer - introduction
|
3 years ago |
no_empty_statement,multiline_whitespace_before_semicolons.test
|
9c8e5c4851
Add a handful of integration tests
|
6 years ago |
no_empty_statement,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
6 years ago |
no_empty_statement,no_multiple_statements_per_line.test
|
505adc1f05
minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)
|
2 years ago |
no_empty_statement,no_singleline_whitespace_before_semicolons.test
|
73adc320e7
Update integrations tests
|
6 years ago |
no_empty_statement,no_trailing_whitespace.test
|
edddabb4f6
NoEmptyStatementFixer - fix more cases
|
3 years ago |
no_empty_statement,no_useless_else.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_statement,no_useless_return.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_statement,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_statement,return_assignment.test
|
581ed46aea
Add ReturnAssignmentFixer
|
6 years ago |
no_empty_statement,space_after_semicolon.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_statement,switch_case_semicolon_to_colon.test
|
b7919efb43
update integration test format
|
8 years ago |
no_extra_blank_lines,blank_line_before_statement.test
|
2f1340a04b
BlankLineBeforeStatementFixer - Add case and default as options
|
6 years ago |
no_leading_import_slash,ordered_imports.test
|
b7919efb43
update integration test format
|
8 years ago |
no_multiline_whitespace_around_double_arrow,binary_operator_spaces.test
|
d86d400937
BinaryOperatorSpacesFixer - redo.
|
7 years ago |
no_multiline_whitespace_around_double_arrow,method_argument_space.test
|
d3c1c22fab
NoMultilineWhitespaceAroundDoubleArrowFixer must run before MethodArgumentSpaceFixer
|
3 years ago |
no_multiple_statements_per_line,braces_position.test
|
0fa21a26b1
feat: Deprecate `CurlyBracesPositionFixer` and proxy to `BracesPositionFixer` (#7334)
|
1 year ago |
no_multiple_statements_per_line,curly_braces_position.test
|
4bf8ab9980
bug: NoMultipleStatementsPerLineFixer must run before CurlyBracesPositionFixer (#7087)
|
1 year ago |
no_php4_constructor,ordered_class_elements.test
|
b7919efb43
update integration test format
|
8 years ago |
no_short_bool_cast,cast_spaces.test
|
b7919efb43
update integration test format
|
8 years ago |
no_space_around_double_colon,method_chaining_indentation.test
|
9922e5ba3f
fix: `NoSpaceAroundDoubleColonFixer` must run before `MethodChainingIndentationFixer` (#7723)
|
10 months ago |
no_spaces_after_function_name,function_to_constant.test
|
48d0a390cf
Add FunctionToConstantFixer
|
7 years ago |
no_spaces_after_function_name,get_class_to_class_keyword.test
|
ee541a6d30
GetClassToClassKeywordFixer - introduction
|
2 years ago |
no_spaces_inside_parenthesis,function_to_constant.test
|
48d0a390cf
Add FunctionToConstantFixer
|
7 years ago |
no_spaces_inside_parenthesis,get_class_to_class_keyword.test
|
ee541a6d30
GetClassToClassKeywordFixer - introduction
|
2 years ago |
no_spaces_inside_parenthesis,string_length_to_empty.test
|
c1ede31a25
StringLengthToEmptyFixer - introduction
|
3 years ago |
no_superfluous_elseif,simplified_if_return.test
|
ccd2e8e2ea
Preserve parenthesis: update integration tests
|
4 years ago |
no_superfluous_phpdoc_tags,no_empty_phpdoc.test
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
no_superfluous_phpdoc_tags,void_return.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
no_unneeded_braces,no_useless_else.test
|
63ef329572
feat: Deprecate `NoUnneededCurlyBracesFixer` and proxy to `NoUnneededBracesFixer` (#7335)
|
1 year ago |
no_unneeded_braces,no_useless_return.test
|
63ef329572
feat: Deprecate `NoUnneededCurlyBracesFixer` and proxy to `NoUnneededBracesFixer` (#7335)
|
1 year ago |
no_unneeded_braces,return_assignment.test
|
63ef329572
feat: Deprecate `NoUnneededCurlyBracesFixer` and proxy to `NoUnneededBracesFixer` (#7335)
|
1 year ago |
no_unneeded_braces,simplified_if_return.test
|
63ef329572
feat: Deprecate `NoUnneededCurlyBracesFixer` and proxy to `NoUnneededBracesFixer` (#7335)
|
1 year ago |
no_unneeded_control_parentheses,concat_space.test
|
75d8420520
feature: NoUnneededControlParenthesesFixer - Fix more cases (#6409)
|
2 years ago |
no_unneeded_control_parentheses,no_trailing_whitespace.test
|
a2ecc1ed52
DX: make integration tests matching entries in FixerFactoryTest
|
3 years ago |
no_unneeded_curly_braces,no_useless_else.test
|
2d09c22836
Add NoUnneededCurlyBracesFixer.
|
7 years ago |
no_unneeded_curly_braces,no_useless_return.test
|
2d09c22836
Add NoUnneededCurlyBracesFixer.
|
7 years ago |
no_unneeded_curly_braces,return_assignment.test
|
4b3718e60a
2.15 - clean ups
|
4 years ago |
no_unneeded_curly_braces,simplified_if_return.test
|
96b9cb04b2
tweaks
|
4 years ago |
no_unneeded_import_alias,no_singleline_whitespace_before_semicolons.test
|
8ea666d457
NoUnneededImportAliasFixer - Introduction
|
2 years ago |
no_unset_cast,binary_operator_spaces.test
|
1d2f24b9d0
Always lint test cases with the stricter process linter
|
4 years ago |
no_unset_on_property,combine_consecutive_unsets.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
4 years ago |
no_unused_imports,blank_line_after_namespace.test
|
b7919efb43
update integration test format
|
8 years ago |
no_unused_imports,blank_line_after_namespace_2.test
|
b7919efb43
update integration test format
|
8 years ago |
no_unused_imports,no_extra_blank_lines.test
|
377d8cc5a5
NoExtraBlankLinesFixer - remove blank lines after open tag
|
6 years ago |
no_unused_imports,single_line_after_imports.test
|
eef6ec0066
NoUnusedImportsFixer - SingleLineAfterImportsFixer - fix priority
|
4 years ago |
no_useless_concat_operator,date_time_create_from_format_call.test
|
aafad72ef3
feature: NoUselessConcatOperatorFixer - Introduction (#6447)
|
2 years ago |
no_useless_concat_operator,ereg_to_preg.test
|
aafad72ef3
feature: NoUselessConcatOperatorFixer - Introduction (#6447)
|
2 years ago |
no_useless_concat_operator,php_unit_dedicate_assert_internal_type.test
|
aafad72ef3
feature: NoUselessConcatOperatorFixer - Introduction (#6447)
|
2 years ago |
no_useless_concat_operator,regular_callable_call.test
|
aafad72ef3
feature: NoUselessConcatOperatorFixer - Introduction (#6447)
|
2 years ago |
no_useless_concat_operator,set_type_to_cast.test
|
aafad72ef3
feature: NoUselessConcatOperatorFixer - Introduction (#6447)
|
2 years ago |
no_useless_else,blank_line_before_statement.test
|
198d69ba58
fix: Priorities for fixers related to curly braces, empty lines and trailing whitespace (#7296)
|
1 year ago |
no_useless_else,braces.test
|
c1bcff42b6
Add a handful of integration tests for 2.2
|
6 years ago |
no_useless_else,combine_consecutive_unsets.test
|
b7919efb43
update integration test format
|
8 years ago |
no_useless_else,no_break_comment.test
|
45e6a08d60
Priority test for NoBreakComment and NoUselessElse
|
4 years ago |
no_useless_else,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
6 years ago |
no_useless_else,no_trailing_whitespace.test
|
b7919efb43
update integration test format
|
8 years ago |
no_useless_else,no_useless_return.test
|
b7919efb43
update integration test format
|
8 years ago |
no_useless_else,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 years ago |
no_useless_else,simplified_if_return.test
|
ccd2e8e2ea
Preserve parenthesis: update integration tests
|
4 years ago |
no_useless_else,statement_indentation.test
|
198d69ba58
fix: Priorities for fixers related to curly braces, empty lines and trailing whitespace (#7296)
|
1 year ago |
no_useless_return,blank_line_before_statement.test
|
a5036e09f3
BlankLineBeforeControlStatementFixer - rename to BlankLineBeforeStatementFixer, update the fixer
|
7 years ago |
no_useless_return,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
6 years ago |
no_useless_return,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 years ago |
no_useless_return,single_line_comment_style.test
|
c262d5c795
Make single_line_comment_style runs after no_useless_return
|
3 years ago |
no_useless_return,single_line_empty_body.test
|
63da145883
bug: `NoUselessReturnFixer` must run before `SingleLineEmptyBodyFixer` (#7226)
|
1 year ago |
no_useless_sprintf,method_argument_space.test
|
ecd152516d
NoUselessSprintfFixer - Introduction
|
4 years ago |
no_useless_sprintf,no_empty_statement.test
|
9001badca0
clean ups
|
3 years ago |
no_useless_sprintf,no_extra_blank_lines.test
|
ecd152516d
NoUselessSprintfFixer - Introduction
|
4 years ago |
no_useless_sprintf,no_spaces_inside_parenthesis.test
|
ecd152516d
NoUselessSprintfFixer - Introduction
|
4 years ago |
no_useless_sprintf,spaces_inside_parentheses.test
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
nullable_type_declaration,ordered_types.test
|
f503187a12
feature: Introduce `NullableTypeDeclarationFixer` (#7002)
|
1 year ago |
nullable_type_declaration,types_spaces.test
|
f503187a12
feature: Introduce `NullableTypeDeclarationFixer` (#7002)
|
1 year ago |
nullable_type_declaration_for_default_null_value,no_unreachable_default_argument_value.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
nullable_type_declaration_for_default_null_value,nullable_type_declaration.test
|
f503187a12
feature: Introduce `NullableTypeDeclarationFixer` (#7002)
|
1 year ago |
nullable_type_declaration_for_default_null_value,ordered_types.test
|
9e71c3b614
feature: `NullableTypeDeclarationForDefaultNullValue` - support for nullability in union types (#5819)
|
1 year ago |
ordered_class_elements,class_attributes_separation.test
|
6ea1c4c5a7
MethodSeparationFixer - add class elements separation options
|
7 years ago |
ordered_class_elements,no_blank_lines_after_class_opening.test
|
b7919efb43
update integration test format
|
8 years ago |
ordered_class_elements,space_after_semicolon.test
|
b7919efb43
update integration test format
|
8 years ago |
ordered_imports,blank_line_between_import_groups.test
|
b513fb7e4c
feature: BlankLineBetweenImportGroupsFixer - Introduction (#6365)
|
2 years ago |
ordered_types,types_spaces.test
|
b0eee1e518
feature: Introduce `OrderedTypesFixer` (#6571)
|
1 year ago |
php_unit_attributes,fully_qualified_strict_types.test
|
6a69160865
feat: introduce `PhpUnitAttributesFixer` (#7831)
|
7 months ago |
php_unit_attributes,phpdoc_separation.test
|
6a69160865
feat: introduce `PhpUnitAttributesFixer` (#7831)
|
7 months ago |
php_unit_attributes,phpdoc_trim.test
|
6a69160865
feat: introduce `PhpUnitAttributesFixer` (#7831)
|
7 months ago |
php_unit_attributes,phpdoc_trim_consecutive_blank_line_separation.test
|
6a69160865
feat: introduce `PhpUnitAttributesFixer` (#7831)
|
7 months ago |
php_unit_construct,php_unit_dedicate_assert.test
|
bdc0d83e40
Only fix in utest class scope
|
4 years ago |
php_unit_data_provider_name,php_unit_attributes.test
|
913e7821a0
fix: `PhpUnitAttributesFixer` - fix priorities with `PhpUnitDataProvider(.+)Fixer` (#8169)
|
3 months ago |
php_unit_data_provider_return_type,php_unit_attributes.test
|
913e7821a0
fix: `PhpUnitAttributesFixer` - fix priorities with `PhpUnitDataProvider(.+)Fixer` (#8169)
|
3 months ago |
php_unit_data_provider_return_type,return_to_yield_from.test
|
319d15d915
feature: Introduce `ReturnToYieldFromFixer` (#7168)
|
1 year ago |
php_unit_data_provider_return_type,return_type_declaration.test
|
6654d0c8cd
feature: Introduce `PhpUnitDataProviderReturnTypeFixer` (#7156)
|
1 year ago |
php_unit_data_provider_static,php_unit_attributes.test
|
913e7821a0
fix: `PhpUnitAttributesFixer` - fix priorities with `PhpUnitDataProvider(.+)Fixer` (#8169)
|
3 months ago |
php_unit_dedicate_assert,no_unused_imports.test
|
14d5458def
PhpUnitDedicateAssertFixer must run before NoUnusedImportsFixer
|
3 years ago |
php_unit_dedicate_assert,php_unit_assert_new_names.test
|
7bb9c2654c
feat: support PHPUnit v9.1 naming for some asserts (#7997)
|
3 months ago |
php_unit_dedicate_assert,php_unit_dedicate_assert_internal_type.test
|
f721b4bccf
Add PhpUnitDedicateAssertInternalTypeFixer
|
5 years ago |
php_unit_fqcn_annotation,no_unused_imports.test
|
68edb7376a
Merge branch '1.13'
|
8 years ago |
php_unit_fqcn_annotation,phpdoc_order_by_value.test
|
e7f159c6aa
PhpUnitOrderedCoversFixer - stop using deprecated fixer
|
5 years ago |
php_unit_internal_class,final_internal_class.test
|
d65f94fe1d
feature: PhpUnitInternalClassFixer - add empty line before PHPDoc (#6924)
|
1 year ago |
php_unit_internal_class,phpdoc_separation.test
|
25ba4d4e78
minor: PhpdocSeparationFixer - add integration tests (#6929)
|
1 year ago |
php_unit_no_expectation_annotation,no_empty_phpdoc.test
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
php_unit_no_expectation_annotation,php_unit_expectation.test
|
3d90fc35ec
bug #3244 PhpUnitNoExpectationAnnotationFixer - expectation extracted from annotation shall be separated from rest of code with one blank line (keradus)
|
7 years ago |
php_unit_size_class,phpdoc_separation.test
|
25ba4d4e78
minor: PhpdocSeparationFixer - add integration tests (#6929)
|
1 year ago |
php_unit_test_annotation,no_empty_phpdoc.test
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
php_unit_test_annotation,php_unit_method_casing.test
|
7d4b0b02db
PhpUnitTestCaseIndicator - Check if PHPUnit-test class extends another class
|
2 years ago |
php_unit_test_annotation,phpdoc_trim.test
|
7d4b0b02db
PhpUnitTestCaseIndicator - Check if PHPUnit-test class extends another class
|
2 years ago |
php_unit_test_case_static_method_calls,self_static_accessor.test
|
e4b0d88193
SelfStaticAccessor - extend itests
|
5 years ago |
php_unit_test_class_requires_covers,phpdoc_separation.test
|
25ba4d4e78
minor: PhpdocSeparationFixer - add integration tests (#6929)
|
1 year ago |
phpdoc_add_missing_param_annotation,no_empty_phpdoc.test
|
a2ecc1ed52
DX: make integration tests matching entries in FixerFactoryTest
|
3 years ago |
phpdoc_add_missing_param_annotation,no_superfluous_phpdoc_tags.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
4 years ago |
phpdoc_add_missing_param_annotation,phpdoc_align.test
|
24c774fdf9
Add PhpdocAddMissingParamAnnotationFixer
|
8 years ago |
phpdoc_add_missing_param_annotation,phpdoc_order.test
|
787c50b8e0
Fix priority issue.
|
7 years ago |
phpdoc_array_type,phpdoc_list_type.test
|
ee8a4efb8d
feat: introduce `PhpdocArrayTypeFixer` (#7812)
|
9 months ago |
phpdoc_array_type,phpdoc_types_order.test
|
ee8a4efb8d
feat: introduce `PhpdocArrayTypeFixer` (#7812)
|
9 months ago |
phpdoc_line_span,no_superfluous_phpdoc_tags.test
|
3efa9c6569
PhpdocLineSpanFixer - must run before NoSuperfluousPhpdocTagsFixer
|
2 years ago |
phpdoc_list_type,phpdoc_types_order.test
|
a1848cbdbe
feat: introduce `PhpdocListTypeFixer` (#7796)
|
9 months ago |
phpdoc_no_access,no_empty_phpdoc.test
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
phpdoc_no_access,phpdoc_separation.test
|
81512e2445
DX: add missing priority tests
|
4 years ago |
phpdoc_no_access,phpdoc_trim.test
|
fb2727bd6f
Add missing tests
|
6 years ago |
phpdoc_no_alias_tag,phpdoc_add_missing_param_annotation.test
|
28f34da5e0
FixerConfiguration - introduce component
|
7 years ago |
phpdoc_no_alias_tag,phpdoc_single_line_var_spacing.test
|
28f34da5e0
FixerConfiguration - introduce component
|
7 years ago |
phpdoc_no_empty_return,no_empty_phpdoc.test
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
phpdoc_no_empty_return,phpdoc_order.test
|
b7919efb43
update integration test format
|
8 years ago |
phpdoc_no_empty_return,phpdoc_separation.test
|
b7919efb43
update integration test format
|
8 years ago |
phpdoc_no_empty_return,phpdoc_trim.test
|
ce40accfd9
DX: Clean ups
|
6 years ago |
phpdoc_no_package,no_empty_phpdoc.test
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
phpdoc_no_package,phpdoc_separation.test
|
b7919efb43
update integration test format
|
8 years ago |
phpdoc_no_package,phpdoc_trim.test
|
ce40accfd9
DX: Clean ups
|
6 years ago |
phpdoc_no_useless_inheritdoc,no_empty_phpdoc.test
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
phpdoc_no_useless_inheritdoc,no_trailing_whitespace_in_comment.test
|
97a82c5bbd
PhpdocNoUselessInheritdocFixer - support multiline docblock
|
7 years ago |
phpdoc_order,phpdoc_separation.test
|
81512e2445
DX: add missing priority tests
|
4 years ago |
phpdoc_order,phpdoc_trim.test
|
81512e2445
DX: add missing priority tests
|
4 years ago |
phpdoc_readonly_class_comment_to_keyword,no_empty_phpdoc.test
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
phpdoc_readonly_class_comment_to_keyword,no_extra_blank_lines.test
|
76375a9d41
feat(PhpdocReadonlyCommentToKeywordFixer): Introduction (#7353)
|
1 year ago |
phpdoc_readonly_class_comment_to_keyword,phpdoc_align.test
|
76375a9d41
feat(PhpdocReadonlyCommentToKeywordFixer): Introduction (#7353)
|
1 year ago |
phpdoc_return_self_reference,no_superfluous_phpdoc_tags.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
phpdoc_scalar,phpdoc_to_return_type.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
phpdoc_to_comment,no_empty_comment.test
|
b7919efb43
update integration test format
|
8 years ago |
phpdoc_to_comment,phpdoc_no_useless_inheritdoc.test
|
571e5727f5
Add PhpdocNoUselessInheritdocFixer
|
7 years ago |
phpdoc_to_comment,single_line_comment_spacing.test
|
701b30e6aa
SingleLineCommentSpacingFixer - Introduction
|
2 years ago |
phpdoc_to_comment,single_line_comment_style.test
|
7bdb9a27b6
Add priority test
|
2 years ago |
phpdoc_to_param_type,no_superfluous_phpdoc_tags.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
phpdoc_to_property_type,no_superfluous_phpdoc_tags.test
|
237fbd2ac9
Fix priority between `phpdoc_to_property_type` and `no_superfluous_phpdoc_tags`
|
3 years ago |
phpdoc_to_return_type,fully_qualified_strict_types.test
|
a5fa4c946f
feat: add phpDoc support for `fully_qualified_strict_types` fixer (#5620)
|
11 months ago |
phpdoc_to_return_type,no_superfluous_phpdoc_tags.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
phpdoc_to_return_type,return_to_yield_from.test
|
319d15d915
feature: Introduce `ReturnToYieldFromFixer` (#7168)
|
1 year ago |
phpdoc_to_return_type,return_type_declaration.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
phpdoc_types,phpdoc_to_return_type.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
pow_to_exponentiation,binary_operator_spaces.test
|
b1a3c43dbf
Require PHP 5.6+
|
7 years ago |
protected_to_private,ordered_class_elements.test
|
b1a3c43dbf
Require PHP 5.6+
|
7 years ago |
psr_autoloading,self_accessor.test
|
b20d57f60c
DX: add proper test for `SelfAccessorFixer` must run before `SelfAccessorFixer` (#7153)
|
1 year ago |
regular_callable_call,native_function_invocation.test
|
8fb5aab05e
RegularCallableCallFixer must run before NativeFunctionInvocationFixer
|
3 years ago |
return_assignment,blank_line_before_statement.test
|
581ed46aea
Add ReturnAssignmentFixer
|
6 years ago |
return_to_yield_from,yield_from_array_to_yields.test
|
319d15d915
feature: Introduce `ReturnToYieldFromFixer` (#7168)
|
1 year ago |
semicolon_after_instruction,simplified_if_return.test
|
96b9cb04b2
tweaks
|
4 years ago |
simplified_if_return,multiline_whitespace_before_semicolons.test
|
c01b5337e7
Merge branch 'master' into 3.0
|
4 years ago |
simplified_if_return,no_singleline_whitespace_before_semicolons.test
|
ccd2e8e2ea
Preserve parenthesis: update integration tests
|
4 years ago |
simplified_null_return,no_useless_return.test
|
dc4f51dbd9
Merge branch '1.12'
|
8 years ago |
simplified_null_return,void_return.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
single_class_element_per_statement,class_attributes_separation.test
|
84a80cba3b
SingleClassElementPerStatementFixer - must run before ClassAttributesSeparationFixer
|
4 years ago |
single_import_per_statement,multiline_whitespace_before_semicolons.test
|
52c428f9da
Add MultilineWhitespaceBeforeSemicolonsFixer
|
6 years ago |
single_import_per_statement,no_leading_import_slash.test
|
dc4f51dbd9
Merge branch '1.12'
|
8 years ago |
single_import_per_statement,no_singleline_whitespace_before_semicolons.test
|
dc4f51dbd9
Merge branch '1.12'
|
8 years ago |
single_import_per_statement,no_unused_imports.test
|
b7919efb43
update integration test format
|
8 years ago |
single_import_per_statement,space_after_semicolon.test
|
dc4f51dbd9
Merge branch '1.12'
|
8 years ago |
single_line_throw,braces.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
single_line_throw,concat_space.test
|
a2ecc1ed52
DX: make integration tests matching entries in FixerFactoryTest
|
3 years ago |
single_quote,no_useless_concat_operator.test
|
aafad72ef3
feature: NoUselessConcatOperatorFixer - Introduction (#6447)
|
2 years ago |
single_space_after_construct,braces.test
|
4e7704234f
Priority fix: SingleSpaceAfterConstructFixer must run before BracesFixer
|
3 years ago |
single_space_after_construct,function_declaration.test
|
eb3f1c1f31
DX: add test to make sure SingleSpaceAfterConstructFixer runs before FunctionDeclarationFixer
|
3 years ago |
single_space_around_construct,braces.test
|
e04eef3d9e
feature: introduce single_space_around_construct, deprecate single_space_after_construct (#6857)
|
1 year ago |
single_space_around_construct,function_declaration.test
|
e04eef3d9e
feature: introduce single_space_around_construct, deprecate single_space_after_construct (#6857)
|
1 year ago |
single_space_around_construct,nullable_type_declaration.test
|
f503187a12
feature: Introduce `NullableTypeDeclarationFixer` (#7002)
|
1 year ago |
single_trait_insert_per_statement,braces.test
|
dc68a5d432
SingleTraitInsertPerStatementFixer - Introduction
|
5 years ago |
single_trait_insert_per_statement,space_after_semicolon.test
|
dc68a5d432
SingleTraitInsertPerStatementFixer - Introduction
|
5 years ago |
spaces_inside_parentheses,function_to_constant.test
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
spaces_inside_parentheses,get_class_to_class_keyword.test
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
spaces_inside_parentheses,string_length_to_empty.test
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
standardize_increment,increment_style.test
|
a2ecc1ed52
DX: make integration tests matching entries in FixerFactoryTest
|
3 years ago |
standardize_not_equals,binary_operator_spaces.test
|
53140060c3
DX: clean ups
|
6 years ago |
statement_indentation,heredoc_indentation.test
|
f65b48e75c
Extract StatementIndentationFixer from BracesFixer
|
2 years ago |
strict_comparison,binary_operator_spaces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
4 years ago |
strict_comparison,modernize_strpos.test
|
abbd7ae97d
bug: StrictComparisonFixer must rune before ModernizeStrposFixer (#6455)
|
2 years ago |
strict_param,method_argument_space.test
|
673c122679
StrictParamFixer - must run before MethodArgumentSpaceFixer
|
3 years ago |
strict_param,native_function_invocation.test
|
9249b0c368
Merge branch 'master' into 3.0
|
4 years ago |
string_implicit_backslashes,heredoc_to_nowdoc.test
|
e351af72c2
feat: introduce `string_implicit_backslashes` as `escape_implicit_backslashes` replacement (#7669)
|
9 months ago |
string_implicit_backslashes,single_quote.test
|
e351af72c2
feat: introduce `string_implicit_backslashes` as `escape_implicit_backslashes` replacement (#7669)
|
9 months ago |
string_implicit_backslashes,single_quote_2.test
|
e351af72c2
feat: introduce `string_implicit_backslashes` as `escape_implicit_backslashes` replacement (#7669)
|
9 months ago |
string_length_to_empty,no_extra_blank_lines.test
|
c1ede31a25
StringLengthToEmptyFixer - introduction
|
3 years ago |
string_length_to_empty,no_trailing_whitespace.test
|
c1ede31a25
StringLengthToEmptyFixer - introduction
|
3 years ago |
ternary_to_elvis_operator,no_trailing_whitespace.test
|
c856259142
TernaryToElvisOperatorFixer - introduction
|
4 years ago |
ternary_to_elvis_operator,ternary_operator_spaces.test
|
c856259142
TernaryToElvisOperatorFixer - introduction
|
4 years ago |
ternary_to_null_coalescing,assign_null_coalescing_to_coalesce_equal.test
|
4968ead667
AssignNullCoalescingToCoalesceEqualFixer - introduction
|
3 years ago |
unary_operator_spaces,not_operator_with_space.test
|
ce40accfd9
DX: Clean ups
|
6 years ago |
unary_operator_spaces,not_operator_with_successor_space.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
4 years ago |
use_arrow_functions,function_declaration.test
|
376a987bca
minor: `UseArrowFunctionsFixer` - run before `FunctionDeclarationFixer` (#7065)
|
1 year ago |
visibility_required,class_attributes_separation.test
|
8686a5f8dc
bug: VisibilityRequiredFixer must run before ClassAttributesSeparationFixer (#6548)
|
2 years ago |
void_return,phpdoc_no_empty_return.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
void_return,return_type_declaration.test
|
2cd192d6ad
Remove not needed requirements from fixtures
|
3 years ago |
yield_from_array_to_yields,blank_line_before_statement.test
|
7ad47de1a3
feature: Introduce `YieldFromArrayToYieldsFixer` (#7114)
|
1 year ago |
yield_from_array_to_yields,no_extra_blank_lines.test
|
7ad47de1a3
feature: Introduce `YieldFromArrayToYieldsFixer` (#7114)
|
1 year ago |
yield_from_array_to_yields,no_multiple_statements_per_line.test
|
7ad47de1a3
feature: Introduce `YieldFromArrayToYieldsFixer` (#7114)
|
1 year ago |
yield_from_array_to_yields,no_whitespace_in_blank_line.test
|
7ad47de1a3
feature: Introduce `YieldFromArrayToYieldsFixer` (#7114)
|
1 year ago |
yield_from_array_to_yields,statement_indentation.test
|
7ad47de1a3
feature: Introduce `YieldFromArrayToYieldsFixer` (#7114)
|
1 year ago |