Commit 139fbcbc by Mark

CS fix

parent 1c1a310a
...@@ -13,8 +13,7 @@ class ContactFormTest extends TestCase ...@@ -13,8 +13,7 @@ class ContactFormTest extends TestCase
protected function setUp() protected function setUp()
{ {
parent::setUp(); parent::setUp();
Yii::$app->mail->fileTransportCallback = function ($mailer, $message) Yii::$app->mail->fileTransportCallback = function ($mailer, $message) {
{
return 'testing_message.eml'; return 'testing_message.eml';
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment