'value']); $expected = [ 'message' => 'The requested resource /api/resource was not found.', 'context' => ['key' => 'value'], ]; $this->assertEquals($expected, $response->toArray()); } }