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

Symfony 6 support #132

Closed
wants to merge 2 commits into from
Closed

Conversation

escopecz
Copy link

@escopecz escopecz commented Sep 3, 2024

Copy of #129

@@ -30,7 +30,7 @@ public function testGrantAccessTokenWithGrantImplicit()
'state' => '42',
)));

$this->assertRegExp('/^http:\/\/www.example.com\/\?foo=bar#state=42&access_token=[^"]+&expires_in=3600&token_type=bearer$/', $response->headers->get('Location'));
$this->assertMatchesRegularExpression('/^http:\/\/www.example.com\/\?foo=bar#state=42&access_token=[^"]+&expires_in=3600&token_type=bearer$/', $response->headers->get('Location'));
Copy link
Member

Choose a reason for hiding this comment

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

does assertMatchesRegularExpression work in all phpunit versions supported by the constraint (that you did not update) ?

@stof
Copy link
Member

stof commented Sep 3, 2024

Dropping support for old PHP version is a change important enough to appear as its own PR IMO instead of being hidden in a PR saying "Symfony 6 support"

@escopecz
Copy link
Author

escopecz commented Sep 3, 2024

Oops, I didn't want to create the PR on this repo but in another fork. Apologies. But as noted in the description, this is just a clone of #129

@escopecz escopecz closed this Sep 3, 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.

3 participants