Page MenuHomePhorge

VcardAttachments.php
No OneTemporary

Size
492 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->plugins);
$this->assertInstanceOf('vcard_attachments', $plugin);
$this->assertInstanceOf('rcube_plugin', $plugin);
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 9, 6:04 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
473240
Default Alt Text
VcardAttachments.php (492 B)

Event Timeline