Page MenuHomePhorge

Ldap.php
No OneTemporary

Size
465 B
Referenced Files
None
Subscribers
None

Ldap.php

<?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

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)

Event Timeline