File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
4040use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
4141use Rector \PHPUnit \Rector \MethodCall \AssertPropertyExistsRector ;
42- use Rector \PHPUnit \Rector \MethodCall \GetMockBuilderGetMockToCreateMockRector ;
4342use Rector \PHPUnit \Set \PHPUnitSetList ;
4443use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
4544use Rector \Set \ValueObject \LevelSetList ;
108107 // use mt_rand instead of random_int on purpose on non-cryptographically random
109108 RandomFunctionRector::class,
110109
111- // @TODO remove if https://github.com/rectorphp/rector-phpunit/issues/86 is fixed
112- GetMockBuilderGetMockToCreateMockRector::class => [
113- __DIR__ . '/tests/system/Email/EmailTest.php ' ,
114- ],
115-
116110 SimplifyRegexPatternRector::class,
117111 ]);
118112
You can’t perform that action at this time.
0 commit comments