File tree 1 file changed +0
-4
lines changed
tests/PHPStan/Rules/Comparison
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -973,7 +973,6 @@ public function testAlwaysTruePregMatch(): void
973
973
974
974
public function testBug3979 (): void
975
975
{
976
- $ this ->checkAlwaysTrueCheckTypeFunctionCall = true ;
977
976
$ this ->treatPhpDocTypesAsCertain = true ;
978
977
$ this ->analyse ([__DIR__ . '/data/bug-3979.php ' ], []);
979
978
}
@@ -984,21 +983,18 @@ public function testBug8464(): void
984
983
$ this ->markTestSkipped ('Test requires PHP 8.0. ' );
985
984
}
986
985
987
- $ this ->checkAlwaysTrueCheckTypeFunctionCall = true ;
988
986
$ this ->treatPhpDocTypesAsCertain = true ;
989
987
$ this ->analyse ([__DIR__ . '/data/bug-8464.php ' ], []);
990
988
}
991
989
992
990
public function testBug8954 (): void
993
991
{
994
- $ this ->checkAlwaysTrueCheckTypeFunctionCall = true ;
995
992
$ this ->treatPhpDocTypesAsCertain = true ;
996
993
$ this ->analyse ([__DIR__ . '/data/bug-8954.php ' ], []);
997
994
}
998
995
999
996
public function testBugPR3404 (): void
1000
997
{
1001
- $ this ->checkAlwaysTrueCheckTypeFunctionCall = true ;
1002
998
$ this ->treatPhpDocTypesAsCertain = true ;
1003
999
$ this ->analyse ([__DIR__ . '/data/bug-pr-3404.php ' ], [
1004
1000
[
You can’t perform that action at this time.
0 commit comments