Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120840271
LegacyBrowser.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
LegacyBrowser.php
View Options
<?php
class
Legacy_Browser_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
dirname
(
__FILE__
)
.
'/../legacy_browser.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
legacy_browser
(
$rcube
->
api
);
$this
->
assertInstanceOf
(
'legacy_browser'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 2:24 PM (1 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
29/18/38007ec0519fa896ae74f3523372
Default Alt Text
LegacyBrowser.php (487 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline