Mark hace 12 años
padre
commit
832b7fa911
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      tests/unit/models/ContactFormTest.php

+ 1 - 2
tests/unit/models/ContactFormTest.php

@@ -13,8 +13,7 @@ class ContactFormTest extends TestCase
 	protected function setUp()
 	{
 		parent::setUp();
-		Yii::$app->mail->fileTransportCallback = function ($mailer, $message)
-		{
+		Yii::$app->mail->fileTransportCallback = function ($mailer, $message) {
 			return 'testing_message.eml';
 		};
 	}