.. |
array_indentation,align_multiline_comment.test
|
bd51b5171b
Add priority to AlignMultilineCommentFixer
|
6 years ago |
array_indentation,braces.test
|
5134589586
Add ArrayIndentationFixer
|
7 years ago |
array_syntax,binary_operator_spaces.test
|
d86d400937
BinaryOperatorSpacesFixer - redo.
|
7 years ago |
array_syntax,ternary_operator_spaces.test
|
b1a3c43dbf
Require PHP 5.6+
|
8 years ago |
backtick_to_shell_exec,escape_implicit_backslashes.test
|
45e7c8525d
Add BacktickToShellExecFixer
|
7 years ago |
backtick_to_shell_exec,explicit_string_variable.test
|
88374e7869
ExplicitStringVariableFixer - fix case of 2 variables next to each other
|
6 years ago |
binary_operator_spaces,array_indentation.test
|
02e9a36c97
ArrayIndentationFixer: priority bug with BinaryOperatorSpacesFixer and MethodChainingIndentationFixer
|
7 years ago |
blank_line_after_opening_tag,no_blank_lines_before_namespace.test
|
b7919efb43
update integration test format
|
8 years ago |
braces,indentation_type,no_break_comment.test
|
95aec52399
Add NoBreakCommentFixer
|
7 years ago |
braces,method_chaining_indentation.test
|
c0358e8482
Priority: Braces before MethodChainingIndentation
|
6 years ago |
class_attributes_separation,braces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
class_attributes_separation,indentation_type.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
class_keyword_remove,no_unused_imports.test
|
b1a3c43dbf
Require PHP 5.6+
|
8 years ago |
combine_consecutive_issets,multiline_whitespace_before_semicolons.test
|
52c428f9da
Add MultilineWhitespaceBeforeSemicolonsFixer
|
7 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_unsets,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 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
|
496ea0b246
[7.3] CombineNestedDirnameFixer - support PHP 7.3
|
6 years ago |
combine_nested_dirname,no_spaces_inside_parenthesis.test
|
398f343707
Add CombineNestedDirnameFixer
|
6 years ago |
declare_strict_types,blank_line_after_opening_tag.test
|
909b5136f4
Fix priorities between declare_strict_types and blank_line_after_opening_tag
|
8 years ago |
declare_strict_types,declare_equal_normalize.test
|
b177e67f04
DeclareStrictTypesFixer - fix bug of removing line
|
7 years ago |
dir_constant,combine_nested_dirname.test
|
398f343707
Add CombineNestedDirnameFixer
|
6 years ago |
doctrine_annotation_array_assignment,doctrine_annotation_spaces.test
|
cd1b2ee245
DoctrineAnnotationSpaces - split assignments options
|
7 years ago |
elseif,braces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
escape_implicit_backslashes,heredoc_to_nowdoc.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
escape_implicit_backslashes,single_quote.test
|
7f8b71c8e1
SingleQuoteFixer - fix single quote char
|
7 years ago |
escape_implicit_backslashes,single_quote_2.test
|
7f8b71c8e1
SingleQuoteFixer - fix single quote char
|
7 years ago |
explicit_string_variable,simple_to_complex_string_variable.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
fully_qualified_strict_types,no_superfluous_phpdoc_tags.test
|
fa1719456a
FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - Priority
|
6 years ago |
fully_qualified_strict_types,phpdoc_to_return_type.test
|
d7a409c10d
Add PhpdocToReturnTypeFixer
|
6 years ago |
function_to_constant,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 years ago |
function_to_constant,no_singleline_whitespace_before_semicolons.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 years ago |
function_to_constant,no_trailing_whitespace.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 years ago |
function_to_constant,no_whitespace_in_blank_line.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 years ago |
general_phpdoc_annotation_remove,no_empty_phpdoc.test
|
249689dceb
Add tests for general_phpdoc_annotation_remove
|
7 years ago |
general_phpdoc_annotation_remove,phpdoc_separation.test
|
249689dceb
Add tests for general_phpdoc_annotation_remove
|
7 years ago |
general_phpdoc_annotation_remove,phpdoc_trim.test
|
249689dceb
Add tests for general_phpdoc_annotation_remove
|
7 years ago |
implode_call,method_argument_space.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
increment_style,standardize_increment.test
|
7dc0d99db8
Implement StandardizeIncrementFixer
|
7 years ago |
is_null,yoda_style.test
|
25fb8e9644
IsNullFixer must be run before YodaStyleFixer
|
7 years ago |
line_ending,braces.test
|
33f5fcd36b
Define priority between LineEndingFixer and BracesFixer
|
6 years ago |
line_ending,braces.test-in.php
|
33f5fcd36b
Define priority between LineEndingFixer and BracesFixer
|
6 years ago |
line_ending,braces.test-out.php
|
33f5fcd36b
Define priority between LineEndingFixer and BracesFixer
|
6 years ago |
list_syntax,binary_operator_spaces.test
|
d86d400937
BinaryOperatorSpacesFixer - redo.
|
7 years ago |
list_syntax,ternary_operator_spaces.test
|
f55e705345
Add ListSyntaxFixer
|
8 years ago |
method_chaining_indentation,array_indentation.test
|
a6bd13c863
MethodChainingIndentationFixer should run before ArrayIndentationFixer
|
6 years ago |
method_separation,braces.test
|
81512e2445
DX: add missing priority tests
|
5 years ago |
method_separation,indentation_type.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
multiline_whitespace_before_semicolons,space_after_semicolon.test
|
52c428f9da
Add MultilineWhitespaceBeforeSemicolonsFixer
|
7 years ago |
no_alias_functions,implode_call.test
|
f063eae061
Add ImplodeCallFixer
|
6 years ago |
no_alias_functions,php_unit_dedicate_assert.test
|
cc1749c0b5
Add PHPUnit Migration rulesets and fixers
|
7 years ago |
no_alternative_syntax,braces.test
|
37fe535825
Add NoAlternativeSyntaxFixer
|
7 years ago |
no_alternative_syntax,elseif.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
no_alternative_syntax,no_superfluous_elseif.test
|
7813366924
Add more priority cases
|
5 years ago |
no_alternative_syntax,no_useless_else.test
|
7813366924
Add more priority cases
|
5 years ago |
no_blank_lines_after_phpdoc,header_comment.test
|
c81295ca3d
Fix deprecation notices
|
5 years ago |
no_blank_lines_after_phpdoc,single_blank_line_before_namespace.test
|
0d6f568ca2
Merge branch '1.12'
|
8 years ago |
no_empty_comment,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 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
|
7 years ago |
no_empty_phpdoc,no_trailing_whitespace.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_phpdoc,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 years ago |
no_empty_phpdoc,phpdoc_add_missing_param_annotation.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
no_empty_statement,braces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
no_empty_statement,combine_consecutive_unsets.test
|
b7919efb43
update integration test format
|
8 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
|
7 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
|
b7919efb43
update integration test format
|
8 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_mixed_echo_print,no_short_echo_tag.test
|
3c72ea624e
Drop HHVM support
|
7 years ago |
no_multiline_whitespace_around_double_arrow,binary_operator_spaces.test
|
d86d400937
BinaryOperatorSpacesFixer - redo.
|
7 years ago |
no_multiline_whitespace_around_double_arrow,trailing_comma_in_multiline_array.test
|
42e38a66fd
Add missing priority test.
|
8 years 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_spaces_after_function_name,function_to_constant.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 years ago |
no_spaces_inside_parenthesis,function_to_constant.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 years ago |
no_superfluous_phpdoc_tags,no_empty_phpdoc.test
|
b108c2686f
Add NoSuperfluousPhpdocTagsFixer
|
6 years ago |
no_trailing_whitespace,no_unneeded_control_parentheses.test
|
b7919efb43
update integration test format
|
8 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_unset_on_property,combine_consecutive_unsets.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 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_useless_else,braces.test
|
c1bcff42b6
Add a handful of integration tests for 2.2
|
7 years ago |
no_useless_else,combine_consecutive_unsets.test
|
b7919efb43
update integration test format
|
8 years ago |
no_useless_else,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 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_return,blank_line_before_return.test
|
b7919efb43
update integration test format
|
8 years 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
|
7 years ago |
no_useless_return,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 years ago |
ordered_class_elements,class_attributes_separation.test
|
6ea1c4c5a7
MethodSeparationFixer - add class elements separation options
|
7 years ago |
ordered_class_elements,method_separation.test
|
b7919efb43
update integration test format
|
8 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 |
php_unit_construct,php_unit_dedicate_assert.test
|
b7919efb43
update integration test format
|
8 years ago |
php_unit_dedicate_assert,php_unit_dedicate_assert_internal_type.test
|
f721b4bccf
Add PhpUnitDedicateAssertInternalTypeFixer
|
6 years ago |
php_unit_fqcn_annotation,no_unused_imports.test
|
68edb7376a
Merge branch '1.13'
|
8 years ago |
php_unit_fqcn_annotation,php_unit_ordered_covers.test
|
2054bdd765
Add PhpUnitOrderedCoversFixer
|
7 years ago |
php_unit_internal_class,final_internal_class.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
php_unit_no_expectation_annotation,no_empty_phpdoc.test
|
878453b664
PhpUnitNoExpectationAnnotationFixer - expectation extracted from annotation shall be separated from rest of code with one blank line
|
7 years 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_test_annotation,no_empty_phpdoc.test
|
4abe9e047b
PhpUnitTestAnnotationFixer - groom fixer
|
7 years ago |
php_unit_test_annotation,php_unit_method_casing.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
php_unit_test_annotation,phpdoc_trim.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years ago |
phpdoc_add_missing_param_annotation,no_superfluous_phpdoc_tags.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 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.
|
8 years ago |
phpdoc_no_access,no_empty_phpdoc.test
|
b7919efb43
update integration test format
|
8 years ago |
phpdoc_no_access,phpdoc_separation.test
|
81512e2445
DX: add missing priority tests
|
5 years ago |
phpdoc_no_access,phpdoc_trim.test
|
fb2727bd6f
Add missing tests
|
7 years ago |
phpdoc_no_alias_tag,phpdoc_add_missing_param_annotation.test
|
28f34da5e0
FixerConfiguration - introduce component
|
8 years ago |
phpdoc_no_alias_tag,phpdoc_single_line_var_spacing.test
|
28f34da5e0
FixerConfiguration - introduce component
|
8 years ago |
phpdoc_no_empty_return,no_empty_phpdoc.test
|
b7919efb43
update integration test format
|
8 years 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
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 years 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
|
571e5727f5
Add PhpdocNoUselessInheritdocFixer
|
8 years ago |
phpdoc_no_useless_inheritdoc,no_trailing_whitespace_in_comment.test
|
97a82c5bbd
PhpdocNoUselessInheritdocFixer - support multiline docblock
|
8 years ago |
phpdoc_order,phpdoc_separation.test
|
81512e2445
DX: add missing priority tests
|
5 years ago |
phpdoc_order,phpdoc_trim.test
|
81512e2445
DX: add missing priority tests
|
5 years ago |
phpdoc_return_self_reference,no_superfluous_phpdoc_tags.test
|
b108c2686f
Add NoSuperfluousPhpdocTagsFixer
|
6 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
|
8 years ago |
phpdoc_to_return_type,no_superfluous_phpdoc_tags.test
|
431f6c67f0
Fix priority between PHPDoc return type fixers
|
6 years ago |
phpdoc_to_return_type,phpdoc_scalar.test
|
d7a409c10d
Add PhpdocToReturnTypeFixer
|
6 years ago |
phpdoc_types,phpdoc_to_return_type.test
|
20969b54dc
Add suport for true/false return type hints.
|
5 years ago |
pow_to_exponentiation,binary_operator_spaces.test
|
b1a3c43dbf
Require PHP 5.6+
|
8 years ago |
protected_to_private,ordered_class_elements.test
|
b1a3c43dbf
Require PHP 5.6+
|
8 years ago |
return_assignment,blank_line_before_statement.test
|
581ed46aea
Add ReturnAssignmentFixer
|
6 years ago |
return_type_declaration,phpdoc_to_return_type.test
|
d7a409c10d
Add PhpdocToReturnTypeFixer
|
6 years ago |
simplified_null_return,no_useless_return.test
|
dc4f51dbd9
Merge branch '1.12'
|
8 years ago |
single_import_per_statement,multiline_whitespace_before_semicolons.test
|
52c428f9da
Add MultilineWhitespaceBeforeSemicolonsFixer
|
7 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_trait_insert_per_statement,braces.test
|
dc68a5d432
SingleTraitInsertPerStatementFixer - Introduction
|
6 years ago |
single_trait_insert_per_statement,space_after_semicolon.test
|
dc68a5d432
SingleTraitInsertPerStatementFixer - Introduction
|
6 years ago |
standardize_not_equals,binary_operator_spaces.test
|
53140060c3
DX: clean ups
|
6 years ago |
strict_comparison,binary_operator_spaces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 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…
|
5 years ago |
void_return,phpdoc_no_empty_return.test
|
505459d0ab
Add VoidReturnFixer
|
7 years ago |
void_return,return_type_declaration.test
|
505459d0ab
Add VoidReturnFixer
|
7 years ago |