Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -17,7 +17,7 @@ class DividerTest extends \MailPoetUnitTest {
|
||||
],
|
||||
];
|
||||
|
||||
function testItRendersCorrectly() {
|
||||
public function testItRendersCorrectly() {
|
||||
$output = Divider::render($this->block);
|
||||
$expected_result = '
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user