Fix PEAR.WhiteSpace.ScopeClosingBrace rule in tests [MAILPOET-989]

This commit is contained in:
stoletniy
2017-07-07 11:11:16 +03:00
parent 1b54e356b2
commit 22c39c0092
12 changed files with 99 additions and 69 deletions

View File

@@ -29,7 +29,9 @@ class KeyCheckWorkerTest extends MailPoetTest {
$worker = Stub::make(
$this->worker,
array(
'checkKey' => function () { throw new \Exception; },
'checkKey' => function () {
throw new \Exception;
},
'reschedule' => Stub::once()
),
$this