Page MenuHomePhorge

IdentitySelect.php
No OneTemporary

Authored By
Unknown
Size
479 B
Referenced Files
None
Subscribers
None

IdentitySelect.php

<?php
class IdentitySelect_Plugin extends PHPUnit_Framework_TestCase
{
function setUp()
{
include_once __DIR__ . '/../identity_select.php';
}
/**
* Plugin object construction test
*/
function test_constructor()
{
$rcube = rcube::get_instance();
$plugin = new identity_select($rcube->api);
$this->assertInstanceOf('identity_select', $plugin);
$this->assertInstanceOf('rcube_plugin', $plugin);
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 10:41 AM (1 d, 50 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b5/d9/ca580bdb12f6fa74fd87dcfc4977
Default Alt Text
IdentitySelect.php (479 B)

Event Timeline