Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120835874
ExampleAddressbook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
496 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
->
api
);
$this
->
assertInstanceOf
(
'example_addressbook'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 1:23 PM (1 d, 6 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6b/13/51c13b9c441c699c07bdccec2586
Default Alt Text
ExampleAddressbook.php (496 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline