From 1159cfdad3043719486e042f0c386dcb16c7407b Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Wed, 17 Jan 2018 23:14:29 +0100 Subject: [PATCH] AutoReview - drop references to removed rule --- tests/AutoReview/FixerFactoryTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/AutoReview/FixerFactoryTest.php b/tests/AutoReview/FixerFactoryTest.php index 689088e8da9..e3353bc359f 100644 --- a/tests/AutoReview/FixerFactoryTest.php +++ b/tests/AutoReview/FixerFactoryTest.php @@ -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']], @@ -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']], @@ -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',