From c37cb75301df7aa4a70f57687b8ad9121efa2a93 Mon Sep 17 00:00:00 2001 From: Jad Bitar Date: Tue, 14 Apr 2015 21:11:35 -0400 Subject: [PATCH] phpcs --- tests/TestCase/Mailer/MailerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestCase/Mailer/MailerTest.php b/tests/TestCase/Mailer/MailerTest.php index f6b02d9c76d..da6c6d89d00 100644 --- a/tests/TestCase/Mailer/MailerTest.php +++ b/tests/TestCase/Mailer/MailerTest.php @@ -22,7 +22,6 @@ public function getEmailForAssertion() { return $this->_email; } - } class MailerTest extends TestCase