Skip to content

Commit 916b869

Browse files
committed
Fix build
1 parent cf09fa0 commit 916b869

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/PHPStan/Rules/Comparison/ImpossibleCheckTypeFunctionCallRuleTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,6 @@ public function testAlwaysTruePregMatch(): void
973973

974974
public function testBug3979(): void
975975
{
976-
$this->checkAlwaysTrueCheckTypeFunctionCall = true;
977976
$this->treatPhpDocTypesAsCertain = true;
978977
$this->analyse([__DIR__ . '/data/bug-3979.php'], []);
979978
}
@@ -984,21 +983,18 @@ public function testBug8464(): void
984983
$this->markTestSkipped('Test requires PHP 8.0.');
985984
}
986985

987-
$this->checkAlwaysTrueCheckTypeFunctionCall = true;
988986
$this->treatPhpDocTypesAsCertain = true;
989987
$this->analyse([__DIR__ . '/data/bug-8464.php'], []);
990988
}
991989

992990
public function testBug8954(): void
993991
{
994-
$this->checkAlwaysTrueCheckTypeFunctionCall = true;
995992
$this->treatPhpDocTypesAsCertain = true;
996993
$this->analyse([__DIR__ . '/data/bug-8954.php'], []);
997994
}
998995

999996
public function testBugPR3404(): void
1000997
{
1001-
$this->checkAlwaysTrueCheckTypeFunctionCall = true;
1002998
$this->treatPhpDocTypesAsCertain = true;
1003999
$this->analyse([__DIR__ . '/data/bug-pr-3404.php'], [
10041000
[

0 commit comments

Comments
 (0)