Adds test case for sorting permissions.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
Abijeet
2017-12-31 20:17:08 +05:30
parent e13e71cbe0
commit e269cc7ea7
2 changed files with 67 additions and 1 deletions

View File

@ -3,7 +3,6 @@
use BookStack\Entity;
use BookStack\Role;
use BookStack\Services\PermissionService;
use BookStack\User;
use Illuminate\Contracts\Console\Kernel;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Laravel\BrowserKitTesting\TestCase;