Page MenuHomePhorge

LdapGeneric.php
No OneTemporary

Size
540 B
Referenced Files
None
Subscribers
None

LdapGeneric.php

<?php
/**
* Test class to test rcube_ldap_generic class
*
* @package Tests
*/
class Framework_LdapGeneric extends PHPUnit\Framework\TestCase
{
/**
* Class constructor
*/
function test_class()
{
// skip test if Net_LDAP3 does not exist
if (!class_exists('Net_LDAP3')) {
$this->markTestSkipped('The Net_LDAP3 package not available.');
}
$object = new rcube_ldap_generic([]);
$this->assertInstanceOf('rcube_ldap_generic', $object, "Class constructor");
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Sep 6, 11:45 PM (21 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1348185
Default Alt Text
LdapGeneric.php (540 B)

Event Timeline