Browse Source

Vendor testing support provided. 'swiftmailer' extension unit tests fixed.

tags/2.0.0-alpha
Paul Klimov 12 years ago
parent
commit
3afc2c9948
  1. 2
      yii/swiftmailer/Mailer.php
  2. 2
      yii/swiftmailer/Message.php

2
yii/swiftmailer/Mailer.php

@ -8,7 +8,7 @@
namespace yii\swiftmailer; namespace yii\swiftmailer;
use yii\base\InvalidConfigException; use yii\base\InvalidConfigException;
use yii\email\BaseMailer; use yii\mail\BaseMailer;
/** /**
* Mailer based on SwiftMailer library. * Mailer based on SwiftMailer library.

2
yii/swiftmailer/Message.php

@ -7,7 +7,7 @@
namespace yii\swiftmailer; namespace yii\swiftmailer;
use yii\email\BaseMessage; use yii\mail\BaseMessage;
/** /**
* Email message based on SwiftMailer library. * Email message based on SwiftMailer library.

Loading…
Cancel
Save