#23 - wip
This commit is contained in:
		@@ -5,10 +5,10 @@ declare(strict_types=1);
 | 
			
		||||
namespace Tests\Feature;
 | 
			
		||||
 | 
			
		||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
 | 
			
		||||
use Tests\TestCase;
 | 
			
		||||
use Tests\FeatureTestCase;
 | 
			
		||||
use Toby\Models\User;
 | 
			
		||||
 | 
			
		||||
class AuthenticationTest extends TestCase
 | 
			
		||||
class AuthenticationTest extends FeatureTestCase
 | 
			
		||||
{
 | 
			
		||||
    use DatabaseMigrations;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user