Skip to content

Commit 9620375

Browse files
committed
fixup! fixup! fixup! [phpunit 12] Add ExplicitMockExpectsCallRector
1 parent 2f82be8 commit 9620375

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rules-tests/PHPUnit120/Rector/Class_/AssertIsTypeMethodCallRector/AssertIsTypeMethodCallRectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace PHPUnit120\Rector\Class_\AssertIsTypeMethodCallRector;
5+
namespace Rector\PHPUnit\Tests\PHPUnit120\Rector\Class_\AssertIsTypeMethodCallRector;
66

77
use Iterator;
88
use PHPUnit\Framework\Attributes\DataProvider;

rules/PHPUnit120/Rector/Class_/AssertIsTypeMethodCallRector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
/**
1818
* @see https://github.com/sebastianbergmann/phpunit/issues/6053
1919
* @see https://github.com/sebastianbergmann/phpunit/blob/12.0.0/ChangeLog-12.0.md
20-
* @see \Rector\PHPUnit\Tests\PHPUnit120\Rector\MethodCall\AssertIsTypeMethodCallRector\AssertIsTypeMethodCallRectorTest
20+
*
21+
* @see \Rector\PHPUnit\Tests\PHPUnit120\Rector\Class_\AssertIsTypeMethodCallRector\AssertIsTypeMethodCallRectorTest
2122
*/
2223
final class AssertIsTypeMethodCallRector extends AbstractRector
2324
{

0 commit comments

Comments
 (0)