expectException( RouteException::class ); $this->expectExceptionMessage( 'This is an error message with Some HTML in it.' ); wc_add_notice( 'This is an error message with Some HTML in it.', 'error' ); $errors = NoticeHandler::convert_notices_to_exceptions( 'test_error' ); } }