Page MenuHomePhorge

NewUserIdentity.php
No OneTemporary

Size
487 B
Referenced Files
None
Subscribers
None

NewUserIdentity.php

<?php
class NewUserIdentity_Plugin extends PHPUnit_Framework_TestCase
{
function setUp()
{
include_once __DIR__ . '/../new_user_identity.php';
}
/**
* Plugin object construction test
*/
function test_constructor()
{
$rcube = rcube::get_instance();
$plugin = new new_user_identity($rcube->api);
$this->assertInstanceOf('new_user_identity', $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
467835
Default Alt Text
NewUserIdentity.php (487 B)

Event Timeline