Fixes to ensure testing works again
Added LDIF Import testing
This commit is contained in:
@@ -20,6 +20,6 @@ class GetBaseDNTest extends TestCase
|
||||
|
||||
$this->assertIsObject($o);
|
||||
$this->assertCount(6,$o->toArray());
|
||||
$this->assertEquals('dc=Test',$o->first()->getDn());
|
||||
$this->assertEquals('c=AU',$o->first()->getDn());
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user