Convert properties not caught by Code Sniffer to camel case

[MAILPOET-1796]
This commit is contained in:
Jan Jakeš
2020-01-09 10:14:16 +01:00
committed by Jan Jakeš
parent f49757bd4e
commit 94afd66325
17 changed files with 92 additions and 92 deletions

View File

@ -85,7 +85,7 @@ class SendGridTest extends \MailPoetTest {
public function testItCannotSendWithoutProperApiKey() {
if (getenv('WP_TEST_MAILER_ENABLE_SENDING') !== 'true') $this->markTestSkipped();
$this->mailer->api_key = 'someapi';
$this->mailer->apiKey = 'someapi';
$result = $this->mailer->send(
$this->newsletter,
$this->subscriber