Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120825044
Archive.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
449 B
Referenced Files
None
Subscribers
None
Archive.php
View Options
<?php
class
Archive_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../archive.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
archive
(
$rcube
->
api
);
$this
->
assertInstanceOf
(
'archive'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:32 AM (1 d, 19 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d6/42/5a68d77aabdea0fa988b41267477
Default Alt Text
Archive.php (449 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline