Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120825527
Archive.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
459 B
Referenced Files
None
Subscribers
None
Archive.php
View Options
<?php
class
Archive_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
dirname
(
__FILE__
)
.
'/../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:40 AM (5 h, 37 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
10/6e/ef195a896531ae731f8c5b25c43b
Default Alt Text
Archive.php (459 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline