Skip to content

Commit 99f2344

Browse files
committed
Fix build
1 parent 3243a38 commit 99f2344

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/Rules/Exceptions/CatchWithUnthrownExceptionRuleTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@ public function testRule(): void
2121
$this->analyse([__DIR__ . '/data/unthrown-exception.php'], []);
2222
}
2323

24+
public static function getAdditionalConfigFiles(): array
25+
{
26+
return [
27+
__DIR__ . '/../../../extension.neon',
28+
];
29+
}
30+
2431
}

0 commit comments

Comments
 (0)