Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@ -16,7 +16,7 @@ class UserFlagsTest extends \MailPoetTest {
|
||||
private $endpoint;
|
||||
|
||||
/** @var UserFlagsController */
|
||||
private $user_flags;
|
||||
private $userFlags;
|
||||
|
||||
public function _before() {
|
||||
$this->cleanup();
|
||||
|
Reference in New Issue
Block a user