From 4d67f98eeb63f81592f65f6096930c1301dba94d Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 24 Jun 2020 13:43:18 -0600 Subject: [PATCH] Fix incorrect class --- mail/tests/SaveToVfsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/tests/SaveToVfsTest.php b/mail/tests/SaveToVfsTest.php index a3ca524297..bbd57e919f 100644 --- a/mail/tests/SaveToVfsTest.php +++ b/mail/tests/SaveToVfsTest.php @@ -100,7 +100,7 @@ class SaveToVfsTest extends \PHPUnit\Framework\TestCase } -class VfsTestMail extends Api\Mail +class VfsTestMail extends \EGroupware\Api\Mail { // Expose for testing public static function clean_subject_for_filename($filename)