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

Allow psr/log 3.0 #1591

Closed
wants to merge 1 commit into from
Closed

Allow psr/log 3.0 #1591

wants to merge 1 commit into from

Conversation

nicolas-grekas
Copy link
Contributor

I should have spotted this was possible when working on #1587...

@@ -39,6 +37,10 @@ class RollbarHandlerTest extends TestCase

protected function setUp(): void
{
if (!class_exists(RollbarLogger::class)) {
$this->markTestSkipped("rollbar/rollbar not installed");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

for consistency with existing similar checks

@Seldaek
Copy link
Owner

Seldaek commented Sep 15, 2021

Please see #1589 too

@nicolas-grekas
Copy link
Contributor Author

Oh nice, closing then!

@nicolas-grekas nicolas-grekas deleted the psrlog3 branch September 15, 2021 08:48
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.

2 participants