Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

feat: extend weather tool by forecast and reduced structue #169

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

chr-hertel
Copy link
Member

No description provided.

Verified

This commit was signed with the committer’s verified signature.
chr-hertel Christopher Hertel
@chr-hertel chr-hertel force-pushed the feat-weather-forecast branch from d771eb7 to 6051ce8 Compare December 21, 2024 01:49
@chr-hertel chr-hertel merged commit f1f3e44 into main Dec 21, 2024
7 checks passed
@chr-hertel chr-hertel deleted the feat-weather-forecast branch December 21, 2024 01:52
#[Test]
public function forecast(): void
{
$response = $this->jsonMockResponseFromFile(__DIR__.'/fixtures/openmeteo-forecast.json');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JsonMockResponse::fromFile() is not available?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got only added with v7.1 - so would break with lowest symfony version

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants