Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120837200
ExampleAddressbook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
500 B
Referenced Files
None
Subscribers
None
ExampleAddressbook.php
View Options
<?php
class
ExampleAddressbook_Plugin
extends
PHPUnit\Framework\TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../example_addressbook.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
example_addressbook
(
$rcube
->
plugins
);
$this
->
assertInstanceOf
(
'example_addressbook'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 1:41 PM (1 d, 11 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18870709
Default Alt Text
ExampleAddressbook.php (500 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline