Fix active coding standard rule violations in tests [MAILPOET-981]

This commit is contained in:
stoletniy
2017-07-03 16:20:44 +03:00
parent a49a230983
commit 29491dfd3e
13 changed files with 38 additions and 39 deletions

View File

@@ -177,7 +177,7 @@ class ViewInBrowserRouterTest extends MailPoetTest {
expect($result->queue)->false();
}
function testItProcessesBrowserPreviewData() {
function testItProcessesBrowserPreviewData() {
$processed_data = $this->view_in_browser->_processBrowserPreviewData($this->browser_preview_data);
expect($processed_data->queue->id)->equals($this->queue->id);
expect($processed_data->subscriber->id)->equals($this->subscriber->id);