Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120825991
NewUserIdentity.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
521 B
Referenced Files
None
Subscribers
None
NewUserIdentity.php
View Options
<?php
class
NewUserIdentity_Plugin
extends
PHPUnit\Framework\TestCase
{
public
static
function
setUpBeforeClass
():
void
{
include_once
__DIR__
.
'/../new_user_identity.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
new_user_identity
(
$rcube
->
plugins
);
$this
->
assertInstanceOf
(
'new_user_identity'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:47 AM (5 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18755907
Default Alt Text
NewUserIdentity.php (521 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline