Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7057578
LdapGeneric.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
367 B
Referenced Files
None
Subscribers
None
LdapGeneric.php
View Options
<?php
/**
* Test class to test rcube_ldap_generic class
*
* @package Tests
*/
class
Framework_LdapGeneric
extends
PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$object
=
new
rcube_ldap_generic
(
array
());
$this
->
assertInstanceOf
(
'rcube_ldap_generic'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jun 12, 4:01 AM (19 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
857811
Default Alt Text
LdapGeneric.php (367 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment