Page MenuHomePhorge

VcardAttachments.php
No OneTemporary

Authored By
Unknown
Size
498 B
Referenced Files
None
Subscribers
None

VcardAttachments.php

<?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

Mime Type
text/x-php
Expires
Sat, Apr 4, 3:08 AM (8 h, 41 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822346
Default Alt Text
VcardAttachments.php (498 B)

Event Timeline