Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6066649
Zipdownload.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
465 B
Referenced Files
None
Subscribers
None
Zipdownload.php
View Options
<?php
class
Zipdownload_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../zipdownload.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
zipdownload
(
$rcube
->
api
);
$this
->
assertInstanceOf
(
'zipdownload'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 22, 4:57 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
602955
Default Alt Text
Zipdownload.php (465 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment