Skip to content

Commit 87fa142

Browse files
committed
[PHPUnit 12] Skip First class callable on DirectInstanceOverMockArgRector
1 parent 6bc82f2 commit 87fa142

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\CallLike\DirectInstanceOverMockArgRector\Fixture;
4+
5+
use PHPUnit\Framework\TestCase;
6+
7+
final class SkipFirstClassCallable extends TestCase
8+
{
9+
public function testThat()
10+
{
11+
AnyClass::staticRun(...);
12+
}
13+
}

0 commit comments

Comments
 (0)