Skip to content

Commit 99c018e

Browse files
committed
BenchCase - enable Bleeding Edge
1 parent 4734410 commit 99c018e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/bench/BenchCase.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ abstract class BenchCase
1212

1313
use PHPStanTestCaseTrait;
1414

15+
public static function getAdditionalConfigFiles(): array
16+
{
17+
return [
18+
__DIR__ . '/../../conf/bleedingEdge.neon',
19+
];
20+
}
21+
1522
/**
1623
* @param string[]|null $allAnalysedFiles
1724
* @return list<Error>

0 commit comments

Comments
 (0)