Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3310240
Ldap.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
465 B
Referenced Files
None
Subscribers
None
Ldap.php
View Options
<?php
/**
* Test class to test rcube_ldap class
*
* @package Tests
*/
class
Framework_Ldap
extends
PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
// skip this test as we don't want to connect to ldap here
$this
->
markTestSkipped
(
'We do not connect to LDAP'
);
$object
=
new
rcube_ldap
(
array
());
$this
->
assertInstanceOf
(
'rcube_ldap'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Apr 9, 12:20 PM (9 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
462829
Default Alt Text
Ldap.php (465 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment