Fixes to ensure testing works again

Added LDIF Import testing
This commit is contained in:
2025-05-24 12:35:21 +10:00
parent 2ce0ed8974
commit 6c501cc29d
6 changed files with 167 additions and 50 deletions

View File

@@ -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());
}
}
}