Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@@ -76,7 +76,7 @@ class LogHandlerTest extends \MailPoetTest {
|
||||
expect($log)->notEmpty();
|
||||
}
|
||||
|
||||
function _after() {
|
||||
public function _after() {
|
||||
ORM::raw_execute('TRUNCATE ' . Log::$_table);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user