Skip to content

Commit f64b367

Browse files
authored
Update tests/TestCase.php
1 parent 0471a44 commit f64b367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected function generateGetRolesRequest($method = 'test'): Request
127127
], $method);
128128
}
129129

130-
protected function generateResponse($fixture, int $status = 200, array $headers = []): Response
130+
protected function generateResponse($fixture, int $status = 200, array $headers = []): Response
131131
{
132132
if (empty($headers)) {
133133
$headers = [

0 commit comments

Comments
 (0)