Skip to content

Commit

Permalink
minor #3456 AutoReview - drop references to removed rule (keradus)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0 branch.

Discussion
----------

AutoReview - drop references to removed rule

Commits
-------

1159cfd AutoReview - drop references to removed rule
  • Loading branch information
keradus committed Jan 17, 2018
2 parents 88dc9b3 + 1159cfd commit ec6cb96
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/AutoReview/FixerFactoryTest.php
Expand Up @@ -89,8 +89,6 @@ public function provideFixersPriorityCases()
[$fixers['line_ending'], $fixers['single_blank_line_at_eof']],
[$fixers['list_syntax'], $fixers['binary_operator_spaces']],
[$fixers['list_syntax'], $fixers['ternary_operator_spaces']],
[$fixers['method_separation'], $fixers['braces']],
[$fixers['method_separation'], $fixers['indentation_type']],
[$fixers['no_alias_functions'], $fixers['php_unit_dedicate_assert']],
[$fixers['no_blank_lines_after_phpdoc'], $fixers['single_blank_line_before_namespace']],
[$fixers['no_empty_comment'], $fixers['no_extra_blank_lines']],
Expand Down Expand Up @@ -136,7 +134,6 @@ public function provideFixersPriorityCases()
[$fixers['no_useless_return'], $fixers['no_extra_blank_lines']],
[$fixers['no_useless_return'], $fixers['no_whitespace_in_blank_line']],
[$fixers['ordered_class_elements'], $fixers['class_attributes_separation']],
[$fixers['ordered_class_elements'], $fixers['method_separation']],
[$fixers['ordered_class_elements'], $fixers['no_blank_lines_after_class_opening']],
[$fixers['ordered_class_elements'], $fixers['space_after_semicolon']],
[$fixers['php_unit_fqcn_annotation'], $fixers['no_unused_imports']],
Expand Down Expand Up @@ -252,8 +249,6 @@ public function testFixersPriorityPairsHaveIntegrationTest(FixerInterface $first
'elseif,braces.test',
'indentation_type,phpdoc_indent.test',
'line_ending,single_blank_line_at_eof.test',
'method_separation,braces.test',
'method_separation,indentation_type.test',
'no_empty_statement,braces.test',
'no_empty_statement,multiline_whitespace_before_semicolons.test',
'no_empty_statement,no_multiline_whitespace_before_semicolons.test',
Expand Down

0 comments on commit ec6cb96

Please sign in to comment.