File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4141use Rector \Php71 \Rector \FuncCall \CountOnNullRector ;
4242use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
4343use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
44+ use Rector \PHPUnit \Rector \MethodCall \GetMockBuilderGetMockToCreateMockRector ;
4445use Rector \PHPUnit \Set \PHPUnitSetList ;
4546use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
4647use Rector \PSR4 \Rector \FileWithoutNamespace \NormalizeNamespaceByPSR4ComposerAutoloadRector ;
121122
122123 // use mt_rand instead of random_int on purpose on non-cryptographically random
123124 RandomFunctionRector::class,
125+
126+ // @TODO remove if https://github.com/rectorphp/rector-phpunit/issues/86 is fixed
127+ GetMockBuilderGetMockToCreateMockRector::class => [
128+ __DIR__ . '/tests/system/Email/EmailTest.php ' ,
129+ ],
124130 ]);
125131
126132 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments