Jeffrey Angenent

Results 2 issues of Jeffrey Angenent

Relates to https://github.com/brefphp/extra-php-extensions/pull/578 The `imagick` extension/layer is not yet available for PHP 8.4.

When a test case calls `parent::tearDown()` from a `finally` clause, the `InvokeParentHookMethodRule` does not detect it. Even though the method will always be called. ```php protected function tearDown(): void {...