= 8.0 as it stops the tests public function testErrorHandling() : void { \set_exception_handler(['\phpOMS\UnhandledHandler', 'exceptionHandler']); \set_error_handler(['\phpOMS\UnhandledHandler', 'errorHandler']); \register_shutdown_function(['\phpOMS\UnhandledHandler', 'shutdownHandler']); \trigger_error('', \E_USER_ERROR); UnhandledHandler::shutdownHandler(); self::assertFalse(UnhandledHandler::errorHandler(0, '', '', 0)); } */ }