Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10701605
IdentitySelect.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
IdentitySelect.php
View Options
<?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
->
plugins
);
$this
->
assertInstanceOf
(
'identity_select'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Sep 6, 11:09 PM (9 h, 59 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1288489
Default Alt Text
IdentitySelect.php (483 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment