Page MenuHomePhorge

VcardAttachments.php
No OneTemporary

Authored By
Unknown
Size
488 B
Referenced Files
None
Subscribers
None

VcardAttachments.php

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

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)

Event Timeline