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