コード例 #1
0
 public function testConstructor()
 {
     // $ou Extends LdapEntity
     $ou = new LdapEntity();
     $this->assertEquals('ldapEntity', $ou->getObjectClass());
 }