App\Functional\Api\V1\Controllers\ResetPasswordControllerTest::testResetSuccessfully PHP Method

testResetSuccessfully() public method

    public function testResetSuccessfully()
    {
        $this->post('api/auth/reset', ['email' => '[email protected]', 'token' => 'my_super_secret_code', 'password' => 'mynewpass', 'password_confirmation' => 'mynewpass'])->seeJson(['status' => 'ok'])->assertResponseOk();
    }