File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "phpstan/phpstan" : " ^1.0" ,
2525 "phpunit/phpunit" : " ^9.1" ,
2626 "predis/predis" : " ^1.1" ,
27- "rector/rector" : " 0.12.8 "
27+ "rector/rector" : " 0.12.9 "
2828 },
2929 "suggest" : {
3030 "ext-fileinfo" : " Improves mime type detection for files"
Original file line number Diff line number Diff line change 4242use Rector \Php71 \Rector \FuncCall \CountOnNullRector ;
4343use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
4444use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
45- use Rector \PHPUnit \Rector \MethodCall \AssertIssetToSpecificMethodRector ;
4645use Rector \PHPUnit \Set \PHPUnitSetList ;
4746use Rector \Set \ValueObject \LevelSetList ;
4847use Rector \Set \ValueObject \SetList ;
113112
114113 // use mt_rand instead of random_int on purpose on non-cryptographically random
115114 RandomFunctionRector::class,
116-
117- // $this->assertTrue(isset($bar['foo']))
118- // and $this->assertArrayHasKey('foo', $bar)
119- // or $this->assertObjectHasAttribute('foo', $bar);
120- // are not the same
121- AssertIssetToSpecificMethodRector::class => [
122- __DIR__ . '/tests/system/Entity/EntityTest.php ' ,
123- __DIR__ . '/tests/system/Session/SessionTest.php ' ,
124- ],
125115 ]);
126116
127117 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments