Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117751429
VcardAttachments.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
498 B
Referenced Files
None
Subscribers
None
VcardAttachments.php
View Options
<?php
class
VcardAttachments_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
dirname
(
__FILE__
)
.
'/../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
Sat, Apr 4, 3:08 AM (7 h, 21 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822346
Default Alt Text
VcardAttachments.php (498 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline