Skip to content

Commit 8835b10

Browse files
committed
No client instantiation in extension
1 parent c594a49 commit 8835b10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/DependencyInjection/MonologExtensionTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ public function testSocketHandler()
171171

172172
public function testRavenHandler()
173173
{
174-
if (!class_exists("Raven_Client")) {
175-
$this->markTestSkipped("raven/raven not installed");
176-
}
177174
$dsn = 'http://43f6017361224d098402974103bfc53d:[email protected]:9000/1';
178175

179176
try {

0 commit comments

Comments
 (0)