Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MeetupTest.php #592

Closed
wants to merge 1 commit into from
Closed

Conversation

beqqrry-aws
Copy link

The PR to add strict types to all PHP files (#383) broke the tests for this assignment because the months are all sent as strings. This PR fixes the tests by changing the months to ints.

The PR to add strict types to all PHP files (exercism#383) broke the tests for this assignment because the months are all sent as strings. This PR fixes the tests by changing the months to ints.
@neenjaw
Copy link
Collaborator

neenjaw commented Dec 27, 2023

Can you update the example solution as well in .meta/example.php?

Thanks

@neenjaw
Copy link
Collaborator

neenjaw commented Dec 27, 2023

It also seems like your changes fail the exercise test CI tests.

Can you address those failures?

@mk-mxp
Copy link
Contributor

mk-mxp commented Dec 27, 2023

See #591 (comment)

@neenjaw
Copy link
Collaborator

neenjaw commented Dec 27, 2023

See #591 (comment)

@beqqrry-aws the linting ci failure should be resolved with separate or that was merged.

There are still some exercise failures which will still need to be resolved.

@beqqrry-aws
Copy link
Author

I'll take a look at addressing these issues. I was out over the new year.

@mk-mxp
Copy link
Contributor

mk-mxp commented Feb 16, 2024

@beqqrry-aws Are you willing to make this mergable?

@beqqrry-aws
Copy link
Author

Sorry, I've been slammed recently and have had little time for side projects.

@mk-mxp mk-mxp mentioned this pull request Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants