Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2527625
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
777 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/tests/Framework/LdapGeneric.php b/tests/Framework/LdapGeneric.php
index 8cb1a2ce5..1bfd12c26 100644
--- a/tests/Framework/LdapGeneric.php
+++ b/tests/Framework/LdapGeneric.php
@@ -1,20 +1,25 @@
<?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(array());
$this->assertInstanceOf('rcube_ldap_generic', $object, "Class constructor");
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jan 31, 4:47 AM (14 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
426156
Default Alt Text
(777 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment