Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6064237
ShowAdditionalHeaders.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
521 B
Referenced Files
None
Subscribers
None
ShowAdditionalHeaders.php
View Options
<?php
class
ShowAdditionalHeaders_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
dirname
(
__FILE__
)
.
'/../show_additional_headers.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
show_additional_headers
(
$rcube
->
api
);
$this
->
assertInstanceOf
(
'show_additional_headers'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 22, 4:19 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
768146
Default Alt Text
ShowAdditionalHeaders.php (521 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment