Move getBaseDN to Entry class, some cleanup

This commit is contained in:
Deon George
2020-09-21 22:20:59 +10:00
parent 4ef074fac4
commit 2a099e2dc4
5 changed files with 126 additions and 103 deletions

View File

@@ -15,7 +15,8 @@ class TranslateOidTest extends TestCase
* A basic feature test example.
*
* @return void
* @covers Server::getOID()
* @throws \LdapRecord\Models\ModelNotFoundException
* @covers \App\Classes\LDAP\Server::getOID()
*/
public function testRootDSE()
{