Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7054884
Addresses.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
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, Jun 12, 2:48 AM (12 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
850040
Default Alt Text
Addresses.php (485 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment