Skip to content

Commit 4206c5a

Browse files
committed
Clean skippable tests that are never skipped
1 parent 2d08d36 commit 4206c5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/EventListener/DebugHandlersListenerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ public function provideLevelsAssignedToLoggers(): array
192192
*/
193193
public function testLevelsAssignedToLoggers(bool $hasLogger, bool $hasDeprecationLogger, $levels, $expectedLoggerLevels, $expectedDeprecationLoggerLevels)
194194
{
195-
if (!class_exists(ErrorHandler::class)) {
196-
$this->markTestSkipped('ErrorHandler component is required to run this test.');
197-
}
198-
199195
$handler = $this->createMock(ErrorHandler::class);
200196

201197
$expectedCalls = [];

0 commit comments

Comments
 (0)