Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7054615
Jqueryui.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
463 B
Referenced Files
None
Subscribers
None
Jqueryui.php
View Options
<?php
class
Jqueryui_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
dirname
(
__FILE__
)
.
'/../jqueryui.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
jqueryui
(
$rcube
->
api
);
$this
->
assertInstanceOf
(
'jqueryui'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jun 12, 2:42 AM (3 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
867822
Default Alt Text
Jqueryui.php (463 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment