|
@@ -3,11 +3,9 @@
|
|
namespace Tests\Feature;
|
|
namespace Tests\Feature;
|
|
|
|
|
|
use Tests\TestCase;
|
|
use Tests\TestCase;
|
|
-use Illuminate\Foundation\Testing\DatabaseTransactions;
|
|
|
|
|
|
|
|
class LoginTest extends TestCase
|
|
class LoginTest extends TestCase
|
|
{
|
|
{
|
|
- use DatabaseTransactions;
|
|
|
|
|
|
|
|
/** @test */
|
|
/** @test */
|
|
public function view_login_page()
|
|
public function view_login_page()
|