Remove old $tester variable and usused imports

This commit is contained in:
Marcus Moore
2023-03-07 17:04:46 -08:00
parent 43ff7261b2
commit dd9c00195b
16 changed files with 0 additions and 126 deletions
-8
View File
@@ -2,18 +2,10 @@
namespace Tests\Unit;
use App\Models\User;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Tests\TestCase;
class UserTest extends TestCase
{
/**
* @var \UnitTester
*/
protected $tester;
public function testFirstNameSplit()
{
$fullname = "Natalia Allanovna Romanova-O'Shostakova";