Page MenuHomePhorge

NewmailNotifier.php
No OneTemporary

Size
484 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->api);
$this->assertInstanceOf('newmail_notifier', $plugin);
$this->assertInstanceOf('rcube_plugin', $plugin);
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 9, 6:09 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
470992
Default Alt Text
NewmailNotifier.php (484 B)

Event Timeline