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 9a83c89 commit aadc8afCopy full SHA for aadc8af
rector.php
@@ -21,6 +21,7 @@
21
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
23
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
24
+use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
25
use Rector\PHPUnit\Set\PHPUnitLevelSetList;
26
use Rector\PHPUnit\Set\PHPUnitSetList;
27
use Rector\Set\ValueObject\LevelSetList;
@@ -43,5 +44,6 @@
43
44
CountOnNullRector::class,
45
ExceptionHandlerTypehintRector::class,
46
AddSeeTestAnnotationRector::class,
47
+ PreferPHPUnitThisCallRector::class,
48
]);
49
};
0 commit comments