Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120838682
Addresses.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
485 B
Referenced Files
None
Subscribers
None
Addresses.php
View Options
<?php
/**
* Test class to test rcube_addresses class
*
* @package Tests
*/
class
Framework_Addresses
extends
PHPUnit\Framework\TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$db
=
new
rcube_db
(
'test'
);
$object
=
new
rcube_addresses
(
$db
,
null
,
1
);
$this
->
assertInstanceOf
(
'rcube_addresses'
,
$object
,
"Class constructor"
);
$this
->
assertInstanceOf
(
'rcube_addressbook'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 2:02 PM (1 w, 14 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c0/86/7108b05f1e66b5ef1852f054ff6a
Default Alt Text
Addresses.php (485 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline