Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6067636
Message.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
424 B
Referenced Files
None
Subscribers
None
Message.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 22, 5:22 AM (21 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
603509
Default Alt Text
Message.php (424 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment