mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: skip AssertPropertyExistsRector
This commit is contained in:
parent
8461519e58
commit
b5355a40b3
@ -40,6 +40,7 @@ use Rector\Php70\Rector\FuncCall\RandomFunctionRector;
|
||||
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
|
||||
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
|
||||
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
|
||||
use Rector\PHPUnit\Rector\MethodCall\AssertPropertyExistsRector;
|
||||
use Rector\PHPUnit\Rector\MethodCall\GetMockBuilderGetMockToCreateMockRector;
|
||||
use Rector\PHPUnit\Set\PHPUnitSetList;
|
||||
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
|
||||
@ -80,6 +81,8 @@ return static function (RectorConfig $rectorConfig): void {
|
||||
__DIR__ . '/tests/_support',
|
||||
JsonThrowOnErrorRector::class,
|
||||
StringifyStrNeedlesRector::class,
|
||||
// assertObjectHasAttribute() is deprecated
|
||||
AssertPropertyExistsRector::class,
|
||||
|
||||
RemoveUnusedPrivateMethodRector::class => [
|
||||
// private method called via getPrivateMethodInvoker
|
||||
|
Loading…
x
Reference in New Issue
Block a user