Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@ -13,7 +13,7 @@ use PHPUnit_Framework_MockObject_MockObject as MockObject;
|
||||
|
||||
class SendingServiceKeyCheckTest extends \MailPoetTest {
|
||||
public $worker;
|
||||
public $mss_key;
|
||||
public $mssKey;
|
||||
public function _before() {
|
||||
parent::_before();
|
||||
$this->mssKey = 'some_key';
|
||||
|
Reference in New Issue
Block a user