laravel-request-mapper icon indicating copy to clipboard operation
laravel-request-mapper copied to clipboard

Not working in feature tests

Open whizsid opened this issue 3 years ago • 1 comments

This gives me a validation error in feature tests. But working with artisan serve

  $response = $this->json("POST",'/login', ['username'=> 'testusername', 'password'=> 'any']);
  $response->assertSessionHasNoErrors();
  $response->assertRedirect('/');

whizsid avatar Feb 02 '22 11:02 whizsid

We fixed it in our fork. https://github.com/arimacdev/laravel-request-mapper/commit/756e72b55ddc046a7bf921d04f0922f0e2c40248

whizsid avatar Feb 02 '22 12:02 whizsid