Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117754104
Message.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
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
Sat, Apr 4, 6:36 AM (1 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2b/a8/817e174efad0a3e8bea9110bd1b5
Default Alt Text
Message.php (424 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline