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

Apply fixes from StyleCI

parent be50a012
......@@ -2,10 +2,10 @@
namespace Tests\Feature;
use App\Events\Frontend\Auth\UserLoggedIn;
use Illuminate\Support\Facades\Auth;
use Tests\BrowserKitTestCase;
use Illuminate\Support\Facades\Event;
use App\Events\Frontend\Auth\UserLoggedIn;
use Tests\BrowserKitTestCase;
class AuthTest extends BrowserKitTestCase
{
......
......@@ -53,7 +53,6 @@ abstract class TestCase extends BaseTestCase
/**
* Set up tests.
*/
public function setUp()
{
parent::setUp();
......
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