App\Functional\Api\V1\Controllers\LoginControllerTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $user = new User(['name' => 'Test', 'email' => '[email protected]', 'password' => '123456']);
        $user->save();
    }