Lint
This commit is contained in:
parent
3cea7f6b28
commit
5e0aa0ee2b
|
@ -73,6 +73,9 @@ abstract class TestCase extends BaseTestCase
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param array<string, string> $errors
|
||||||
|
*/
|
||||||
public function assertErrors(array $errors, TestResponse $response): self
|
public function assertErrors(array $errors, TestResponse $response): self
|
||||||
{
|
{
|
||||||
$response->assertSessionHas('errors');
|
$response->assertSessionHas('errors');
|
||||||
|
|
Loading…
Reference in New Issue