From 15453d4306b2be2202086b37905c46164846f5d1 Mon Sep 17 00:00:00 2001 From: Peter de Blieck Date: Thu, 6 Oct 2022 14:44:49 +0200 Subject: [PATCH] Removed imap_delete and imap_undelete from the ignoredFunctions list. --- tests/Internal/Codebase/InternalCallMapHandlerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Internal/Codebase/InternalCallMapHandlerTest.php b/tests/Internal/Codebase/InternalCallMapHandlerTest.php index 0821cd9cae5..1fcac4e865b 100644 --- a/tests/Internal/Codebase/InternalCallMapHandlerTest.php +++ b/tests/Internal/Codebase/InternalCallMapHandlerTest.php @@ -119,11 +119,9 @@ class InternalCallMapHandlerTest extends TestCase 'imagettfbbox', 'imagettftext', 'imagexbm', - 'imap_delete', 'imap_open', 'imap_rfc822_write_address', 'imap_sort', - 'imap_undelete', 'inflate_add', 'inflate_get_read_len', 'inflate_get_status',