Skip to content

Commit 58ba5f6

Browse files
committed
fix test
1 parent f057303 commit 58ba5f6

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

tests/PHPStan/Rules/PhpDoc/VarTagChangedExpressionTypeRuleTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ public function testBug10130(): void
7979
]);
8080
}
8181

82-
public function testBug14429(): void
83-
{
84-
$this->analyse([__DIR__ . '/data/bug-14429.php'], []);
85-
}
86-
8782
public function testBug12708(): void
8883
{
8984
$this->analyse([__DIR__ . '/data/bug-12708.php'], [

tests/PHPStan/Rules/PhpDoc/WrongVariableNameInVarTagRuleTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,14 @@ public function testBug12457(): void
586586
]);
587587
}
588588

589+
public function testBug14429(): void
590+
{
591+
$this->checkTypeAgainstPhpDocType = true;
592+
$this->strictWideningCheck = true;
593+
$this->analyse([__DIR__ . '/data/bug-14429.php'], []);
594+
}
595+
596+
589597
public function testNewIsAlwaysFinalClass(): void
590598
{
591599
$this->checkTypeAgainstPhpDocType = true;

0 commit comments

Comments
 (0)