File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
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 ;
45
46
use Rector \PHPUnit \Rector \MethodCall \AssertIssetToSpecificMethodRector ;
46
47
use Rector \PHPUnit \Set \PHPUnitSetList ;
47
48
use Rector \Set \ValueObject \LevelSetList ;
121
122
__DIR__ . '/tests/system/Entity/EntityTest.php ' ,
122
123
__DIR__ . '/tests/system/Session/SessionTest.php ' ,
123
124
],
125
+
126
+ // assertContains() to string can't be used in PHPUnit 9.1
127
+ AssertFalseStrposToContainsRector::class,
124
128
]);
125
129
126
130
// auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments