Skip to content

Commit a5fc689

Browse files
authored
Drop MatchAssertEqualsExpectedTypeRector (#517)
1 parent d462bab commit a5fc689

File tree

10 files changed

+0
-336
lines changed

10 files changed

+0
-336
lines changed

config/sets/phpunit-code-quality.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
use Rector\PHPUnit\CodeQuality\Rector\MethodCall\AssertSameTrueFalseToAssertTrueFalseRector;
3232
use Rector\PHPUnit\CodeQuality\Rector\MethodCall\AssertTrueFalseToSpecificMethodRector;
3333
use Rector\PHPUnit\CodeQuality\Rector\MethodCall\FlipAssertRector;
34-
use Rector\PHPUnit\CodeQuality\Rector\MethodCall\MatchAssertEqualsExpectedTypeRector;
3534
use Rector\PHPUnit\CodeQuality\Rector\MethodCall\NarrowIdenticalWithConsecutiveRector;
3635
use Rector\PHPUnit\CodeQuality\Rector\MethodCall\NarrowSingleWillReturnCallbackRector;
3736
use Rector\PHPUnit\CodeQuality\Rector\MethodCall\RemoveExpectAnyFromMockRector;
@@ -46,7 +45,6 @@
4645
ConstructClassMethodToSetUpTestCaseRector::class,
4746

4847
AssertSameTrueFalseToAssertTrueFalseRector::class,
49-
MatchAssertEqualsExpectedTypeRector::class,
5048

5149
AssertEqualsToSameRector::class,
5250
PreferPHPUnitThisCallRector::class,

rules-tests/CodeQuality/Rector/MethodCall/MatchAssertEqualsExpectedTypeRector/Fixture/match_assert_type.php.inc

Lines changed: 0 additions & 41 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/MethodCall/MatchAssertEqualsExpectedTypeRector/Fixture/match_integer_to_string.php.inc

Lines changed: 0 additions & 41 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/MethodCall/MatchAssertEqualsExpectedTypeRector/Fixture/nullable_match_assert_type.php.inc

Lines changed: 0 additions & 41 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/MethodCall/MatchAssertEqualsExpectedTypeRector/Fixture/skip_argument_less.php.inc

Lines changed: 0 additions & 13 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/MethodCall/MatchAssertEqualsExpectedTypeRector/Fixture/skip_docblock_type.php.inc

Lines changed: 0 additions & 21 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/MethodCall/MatchAssertEqualsExpectedTypeRector/Fixture/skip_first_class_callable.php.inc

Lines changed: 0 additions & 13 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/MethodCall/MatchAssertEqualsExpectedTypeRector/MatchAssertEqualsExpectedTypeRectorTest.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/MethodCall/MatchAssertEqualsExpectedTypeRector/config/configured_rule.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

rules/CodeQuality/Rector/MethodCall/MatchAssertEqualsExpectedTypeRector.php

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)