Skip to content

Commit c022f0f

Browse files
committed
Regression test for performance problem
1 parent 5872bdd commit c022f0f

File tree

2 files changed

+4062
-0
lines changed

2 files changed

+4062
-0
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ public function testBug3686(): void
265265
$this->assertNoErrors($errors);
266266
}
267267

268+
#[RequiresPhp('>= 8.0')]
269+
public function testBug13352(): void
270+
{
271+
$errors = $this->runAnalyse(__DIR__ . '/data/bug-13352.php');
272+
$this->assertNoErrors($errors);
273+
}
274+
268275
public function testBug3379(): void
269276
{
270277
$errors = $this->runAnalyse(__DIR__ . '/nsrt/bug-3379.php');

0 commit comments

Comments
 (0)