summaryrefslogtreecommitdiffstats
path: root/tests/lib/mail/message.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/mail/message.php')
-rw-r--r--tests/lib/mail/message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/mail/message.php b/tests/lib/mail/message.php
index c75cc18b650..8ee3c33627c 100644
--- a/tests/lib/mail/message.php
+++ b/tests/lib/mail/message.php
@@ -42,7 +42,7 @@ class MessageTest extends TestCase {
* @dataProvider mailAddressProvider
*/
public function testConvertAddresses($unconverted, $expected) {
- $this->assertSame($expected, \Test_Helper::invokePrivate($this->message, 'convertAddresses', array($unconverted)));
+ $this->assertSame($expected, self::invokePrivate($this->message, 'convertAddresses', array($unconverted)));
}
public function testSetFrom() {