From c7e6342ff72bc60f67d60bac30ee148968ab31d7 Mon Sep 17 00:00:00 2001 From: James Ward Date: Sat, 19 Jun 2021 16:42:09 +0100 Subject: [PATCH] * Removed BP unfinished unit test --- testing/tests/TestBuddyPressEmails.php | 32 -------------------------- 1 file changed, 32 deletions(-) delete mode 100644 testing/tests/TestBuddyPressEmails.php diff --git a/testing/tests/TestBuddyPressEmails.php b/testing/tests/TestBuddyPressEmails.php deleted file mode 100644 index c479913..0000000 --- a/testing/tests/TestBuddyPressEmails.php +++ /dev/null @@ -1,32 +0,0 @@ -assertCount(1, $emailLogs); -// $this->assertEquals($to, $emailLogs[0]['email_to']); -// $this->assertTrue($emailLogs[0]['status']); -// } -}