Commit e1bb4066 authored by Viral Solani's avatar Viral Solani Committed by StyleCI Bot

Apply fixes from StyleCI

parent 372d94ba
...@@ -2,13 +2,8 @@ ...@@ -2,13 +2,8 @@
namespace Tests\Feature\Backend; namespace Tests\Feature\Backend;
use App\Models\Access\Permission\Permission;
use App\Models\Access\Role\Role;
use Illuminate\Support\Facades\Event;
use Illuminate\Support\Facades\Notification;
use Tests\TestCase; use Tests\TestCase;
class ManageRolesTest extends TestCase class ManageRolesTest extends TestCase
{ {
} }
...@@ -6,7 +6,6 @@ use Tests\TestCase; ...@@ -6,7 +6,6 @@ use Tests\TestCase;
class RoleTest extends TestCase class RoleTest extends TestCase
{ {
/** @test */ /** @test */
public function a_role_has_users() public function a_role_has_users()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment