File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 42
42
use Rector \Php71 \Rector \FuncCall \CountOnNullRector ;
43
43
use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
44
44
use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
45
- use Rector \PHPUnit \Rector \MethodCall \AssertFalseStrposToContainsRector ;
46
45
use Rector \PHPUnit \Rector \MethodCall \AssertIssetToSpecificMethodRector ;
47
46
use Rector \PHPUnit \Set \PHPUnitSetList ;
48
47
use Rector \Set \ValueObject \LevelSetList ;
57
56
$ containerConfigurator ->import (SetList::DEAD_CODE );
58
57
$ containerConfigurator ->import (LevelSetList::UP_TO_PHP_73 );
59
58
$ containerConfigurator ->import (PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD );
59
+ $ containerConfigurator ->import (PHPUnitSetList::PHPUNIT_80 );
60
60
61
61
$ parameters = $ containerConfigurator ->parameters ();
62
62
122
122
__DIR__ . '/tests/system/Entity/EntityTest.php ' ,
123
123
__DIR__ . '/tests/system/Session/SessionTest.php ' ,
124
124
],
125
-
126
- // assertContains() to string can't be used in PHPUnit 9.1
127
- AssertFalseStrposToContainsRector::class,
128
125
]);
129
126
130
127
// auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments