Commit 184e3dfb by Carsten Brandt

added missing aliases to swiftmailer tests

parent 83527e85
...@@ -4,9 +4,10 @@ namespace yiiunit\extensions\swiftmailer; ...@@ -4,9 +4,10 @@ namespace yiiunit\extensions\swiftmailer;
use Yii; use Yii;
use yii\swiftmailer\Mailer; use yii\swiftmailer\Mailer;
use yii\swiftmailer\Message;
use yiiunit\VendorTestCase; use yiiunit\VendorTestCase;
Yii::setAlias('@yii/swiftmailer', __DIR__ . '/../../../../extensions/swiftmailer');
/** /**
* @group vendor * @group vendor
* @group mail * @group mail
......
...@@ -8,6 +8,8 @@ use yii\swiftmailer\Mailer; ...@@ -8,6 +8,8 @@ use yii\swiftmailer\Mailer;
use yii\swiftmailer\Message; use yii\swiftmailer\Message;
use yiiunit\VendorTestCase; use yiiunit\VendorTestCase;
Yii::setAlias('@yii/swiftmailer', __DIR__ . '/../../../../extensions/swiftmailer');
/** /**
* @group vendor * @group vendor
* @group mail * @group mail
......
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