Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120823905
NewUserDialog.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
489 B
Referenced Files
None
Subscribers
None
NewUserDialog.php
View Options
<?php
class
NewUserDialog_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
dirname
(
__FILE__
)
.
'/../new_user_dialog.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
new_user_dialog
(
$rcube
->
api
);
$this
->
assertInstanceOf
(
'new_user_dialog'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:13 AM (3 d, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18815247
Default Alt Text
NewUserDialog.php (489 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline