Page MenuHomePhorge

Message.php
No OneTemporary

Size
424 B
Referenced Files
None
Subscribers
None

Message.php

<?php
/**
* Test class to test rcube_message class
*
* @package Tests
*/
class Framework_Message extends PHPUnit\Framework\TestCase
{
/**
* Test format_part_body() method
*/
function test_format_part_body()
{
$part = new rcube_message_part();
$body = 'test';
$result = rcube_message::format_part_body($body, $part);
$this->assertSame('test', $result);
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, May 22, 5:22 AM (22 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
603509
Default Alt Text
Message.php (424 B)

Event Timeline