Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120827367
ShowAdditionalHeaders.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
515 B
Referenced Files
None
Subscribers
None
ShowAdditionalHeaders.php
View Options
<?php
class
ShowAdditionalHeaders_Plugin
extends
PHPUnit\Framework\TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../show_additional_headers.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
show_additional_headers
(
$rcube
->
plugins
);
$this
->
assertInstanceOf
(
'show_additional_headers'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 11:10 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18870171
Default Alt Text
ShowAdditionalHeaders.php (515 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline