Uh oh!
There was an error while loading. Please reload this page.
Update MeetupTest.php - #592
Closed
beqqrry-aws wants to merge 1 commit into
Closed
Conversation
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
commented
Dec 27, 2023
Collaborator
Can you update the example solution as well in .meta/example.php? Thanks |
neenjaw
commented
Dec 27, 2023
Collaborator
It also seems like your changes fail the exercise test CI tests. Can you address those failures? |
mk-mxp
commented
Dec 27, 2023
Contributor
See #591 (comment) |
neenjaw
commented
Dec 27, 2023
Collaborator
@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
commented
Jan 4, 2024
Author
I'll take a look at addressing these issues. I was out over the new year. |
mk-mxp
commented
Feb 16, 2024
Contributor
@beqqrry-aws Are you willing to make this mergable? |
beqqrry-aws
commented
Mar 25, 2024
Author
Sorry, I've been slammed recently and have had little time for side projects. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.