Skip to content

Commit 80a6d7b

Browse files
committed
tests no longer depend on php version
1 parent f543f23 commit 80a6d7b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/PHPStan/Rules/TooWideTypehints/TooWidePropertyTypeRuleTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public function testBug11667(): void
6262
$this->analyse([__DIR__ . '/data/bug-11667.php'], []);
6363
}
6464

65-
#[RequiresPhp('>= 8.2')]
6665
public function testBug13384(): void
6766
{
6867
$this->reportTooWideBool = true;
@@ -78,12 +77,6 @@ public function testBug13384(): void
7877
]);
7978
}
8079

81-
#[RequiresPhp('< 8.2')]
82-
public function testBug13384NoStandaloneTrueFalse(): void
83-
{
84-
$this->analyse([__DIR__ . '/data/bug-13384.php'], []);
85-
}
86-
8780
public function testBug13384b(): void
8881
{
8982
$this->reportTooWideBool = true;

0 commit comments

Comments
 (0)