Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -12,7 +12,7 @@ class AmazonSESMapperTest extends \MailPoetUnitTest {
|
||||
private $mapper;
|
||||
|
||||
/** @var array */
|
||||
private $response_data = [];
|
||||
private $responseData = [];
|
||||
|
||||
public function _before() {
|
||||
parent::_before();
|
||||
|
Reference in New Issue
Block a user