getJson('/api/grid/price'); $response->assertOk(); $json = $response->json(); expect(array_key_exists('price_per_cell', $json))->toBeTrue(); expect(is_int($json['price_per_cell']))->toBeTrue(); });