Skip to content

Commit e6cd651

Browse files
committed
Revert "Add non regression tests"
This reverts commit abbae6a.
1 parent 537219b commit e6cd651

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

tests/PHPStan/Rules/Comparison/ImpossibleCheckTypeFunctionCallRuleTest.php

-18
Original file line numberDiff line numberDiff line change
@@ -1109,22 +1109,4 @@ public function testBug3979(): void
11091109
$this->analyse([__DIR__ . '/data/bug-3979.php'], []);
11101110
}
11111111

1112-
public function testBug8464(): void
1113-
{
1114-
if (PHP_VERSION_ID < 80000) {
1115-
$this->markTestSkipped('Test requires PHP 8.0.');
1116-
}
1117-
1118-
$this->checkAlwaysTrueCheckTypeFunctionCall = true;
1119-
$this->treatPhpDocTypesAsCertain = true;
1120-
$this->analyse([__DIR__ . '/data/bug-8464.php'], []);
1121-
}
1122-
1123-
public function testBug8954(): void
1124-
{
1125-
$this->checkAlwaysTrueCheckTypeFunctionCall = true;
1126-
$this->treatPhpDocTypesAsCertain = true;
1127-
$this->analyse([__DIR__ . '/data/bug-8954.php'], []);
1128-
}
1129-
11301112
}

tests/PHPStan/Rules/Comparison/data/bug-8464.php

-18
This file was deleted.

tests/PHPStan/Rules/Comparison/data/bug-8954.php

-28
This file was deleted.

0 commit comments

Comments
 (0)