Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117755356
Ldap.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
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
Sat, Apr 4, 7:59 AM (1 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8e/73/f4a818d2857c955795d534512fb5
Default Alt Text
Ldap.php (465 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline