Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120823624
VcardAttachments.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
488 B
Referenced Files
None
Subscribers
None
VcardAttachments.php
View Options
<?php
class
VcardAttachments_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../vcard_attachments.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
vcard_attachments
(
$rcube
->
api
);
$this
->
assertInstanceOf
(
'vcard_attachments'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:09 AM (4 d, 10 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
00/49/f113d736d35cb17f58773f340da9
Default Alt Text
VcardAttachments.php (488 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline