]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/LdapTest.php
Update settings.php
[bookstack] / tests / Auth / LdapTest.php
index 324e3041fa5a6e29433116e1fb70a318bc08bcb5..de86b9fb68a2465860b71078778f0a65f526d79b 100644 (file)
@@ -1,10 +1,11 @@
-<?php namespace Tests;
+<?php namespace Tests\Auth;
 
 use BookStack\Auth\Access\LdapService;
 use BookStack\Auth\Role;
 use BookStack\Auth\Access\Ldap;
 use BookStack\Auth\User;
 use Mockery\MockInterface;
+use Tests\BrowserKitTest;
 
 class LdapTest extends BrowserKitTest
 {