mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-29 20:06:18 +08:00
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user