Page MenuHomePhorge

NewmailNotifier.php
No OneTemporary

Authored By
Unknown
Size
488 B
Referenced Files
None
Subscribers
None

NewmailNotifier.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 1:42 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18776157
Default Alt Text
NewmailNotifier.php (488 B)

Event Timeline