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

@ -114,6 +114,7 @@ class SendingQueueTest extends MailPoetTest {
$sending_queue_worker->process();
self::fail('Execution limits function was not called.');
} catch(\Exception $e) {
// No exception handling needed
}
}