Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3314083
AdditionalMessageHeaders.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
523 B
Referenced Files
None
Subscribers
None
AdditionalMessageHeaders.php
View Options
<?php
class
AdditionalMessageHeaders_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../additional_message_headers.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
additional_message_headers
(
$rcube
->
api
);
$this
->
assertInstanceOf
(
'additional_message_headers'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Apr 9, 2:50 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
469385
Default Alt Text
AdditionalMessageHeaders.php (523 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment