Page MenuHomePhorge

VcardAttachments.php
No OneTemporary

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
Thu, Apr 9, 2:55 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
506931
Default Alt Text
VcardAttachments.php (498 B)

Event Timeline