Browse Source

`MessageTest` fixed

tags/2.0.6
Klimov Paul 9 years ago
parent
commit
6ccd2215de
  1. 4
      tests/MessageTest.php

4
tests/MessageTest.php

@ -19,8 +19,8 @@ class MessageTest extends TestCase
/**
* @var string test email address, which will be used as receiver for the messages.
*/
//protected $testEmailReceiver = 'someuser@somedomain.com';
protected $testEmailReceiver = 'klimov.paul@gmail.com';
protected $testEmailReceiver = 'someuser@somedomain.com';
public function setUp()
{

Loading…
Cancel
Save