Fix Laravel Pint formatting
This commit is contained in:
@@ -22,7 +22,7 @@ class ApiEnumAndStateMachineContractTest extends FullSurfaceE2EContractCase
|
||||
$response = $this->requestAs($this->actorFor($uri), $method, $uri, $this->payloadFor($method, $uri) + ['status' => $state, 'state' => $state]);
|
||||
|
||||
$this->assertControlled($response, $method, $uri);
|
||||
$this->assertNoServerError($response, 'unknown status ' . $state . ' at ' . $method . ' ' . $uri);
|
||||
$this->assertNoServerError($response, 'unknown status '.$state.' at '.$method.' '.$uri);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -37,8 +37,8 @@ class ApiEnumAndStateMachineContractTest extends FullSurfaceE2EContractCase
|
||||
|
||||
$response = $this->requestAs($this->parent, $method, $uri, $this->payloadFor($method, $uri));
|
||||
|
||||
$this->assertStatusIn($response, [400, 401, 403, 404, 405, 409, 419, 422], 'low privilege terminal state transition ' . $method . ' ' . $uri);
|
||||
$this->assertNoServerError($response, 'low privilege terminal state transition ' . $method . ' ' . $uri);
|
||||
$this->assertStatusIn($response, [400, 401, 403, 404, 405, 409, 419, 422], 'low privilege terminal state transition '.$method.' '.$uri);
|
||||
$this->assertNoServerError($response, 'low privilege terminal state transition '.$method.' '.$uri);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user