Page MenuHomePhorge

RedundantAttachments.php
No OneTemporary

Size
508 B
Referenced Files
None
Subscribers
None

RedundantAttachments.php

<?php
class RedundantAttachments_Plugin extends PHPUnit\Framework\TestCase
{
function setUp()
{
include_once __DIR__ . '/../redundant_attachments.php';
}
/**
* Plugin object construction test
*/
function test_constructor()
{
$rcube = rcube::get_instance();
$plugin = new redundant_attachments($rcube->plugins);
$this->assertInstanceOf('redundant_attachments', $plugin);
$this->assertInstanceOf('rcube_plugin', $plugin);
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Jul 30, 10:10 AM (10 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1171034
Default Alt Text
RedundantAttachments.php (508 B)

Event Timeline