Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Mar 3, 2024
1 parent ea94357 commit 03a4bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Traits/Http/RequestMockHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected function buildRequestMock(): void
{
$this->request = m::mock($this->requestMockClass);
if (!$this->request instanceof Request) {
throw new \InvalidArgumentException('A classe mock da requisição precisa ser simulada utilizando o método' . Request::class .);
throw new \InvalidArgumentException('A classe mock da requisição precisa ser simulada utilizando o método' . Request::class);
}

$this->request->attributes = new ParameterBag();
Expand Down

0 comments on commit 03a4bc1

Please sign in to comment.