Skip to content

Commit 71b7a13

Browse files
committed
[PHPUnit 12] Skip first class callable on CreateStubOverCreateMockArgRector
1 parent 7a318b2 commit 71b7a13

File tree

1 file changed

+14
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)