We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d864c2a commit a741141Copy full SHA for a741141
1 file changed
config/sets/phpunit-mock-to-stub.php
@@ -4,6 +4,7 @@
4
5
use Rector\Config\RectorConfig;
6
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddIntersectionVarToMockObjectPropertyRector;
7
+use Rector\PHPUnit\CodeQuality\Rector\ClassMethod\BareCreateMockAssignToDirectUseRector;
8
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddStubIntersectionVarToStubPropertyRector;
9
use Rector\PHPUnit\PHPUnit120\Rector\CallLike\CreateStubInCoalesceArgRector;
10
use Rector\PHPUnit\PHPUnit120\Rector\CallLike\CreateStubOverCreateMockArgRector;
@@ -21,5 +22,6 @@
21
22
MockObjectVarToStubRector::class,
23
AddIntersectionVarToMockObjectPropertyRector::class,
24
AddStubIntersectionVarToStubPropertyRector::class,
25
+ BareCreateMockAssignToDirectUseRector::class,
26
]);
27
};
0 commit comments