Skip to content

Commit c4564f3

Browse files
Debug
1 parent 07bf72b commit c4564f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,7 @@ public function testBug8537(): void
11671167
public function testBug7927(): void
11681168
{
11691169
$errors = $this->runAnalyse(__DIR__ . '/data/bug-7927.php');
1170+
var_dump($errors);
11701171
$this->assertCount(2, $errors);
11711172
$this->assertSame('Enum case Bug7927\Test::One does not have a value but the enum is backed with the "int" type.', $errors[0]->getMessage());
11721173
$this->assertSame('Enum case Bug7927\Test::Two does not have a value but the enum is backed with the "int" type.', $errors[1]->getMessage());

0 commit comments

Comments
 (0)