Exemplo n.º 1
0
 /**
  * @expectedException yii\base\InvalidValueException
  */
 public function test_SendMail_noBehaviorOwner()
 {
     $es = new EmailSupport();
     $es->sendEmail(['data' => 'msg content', 'subject' => 'msg subject', 'type' => 'notification']);
 }