Skip to content

Commit 088b3c3

Browse files
committed
issue #9: tests
1 parent 2ac9f7a commit 088b3c3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Tests/SymfonyRollbarBundle/EventListener/ConsoleListenerTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ public function testLegacyConsoleException($error, $event)
9191
*/
9292
public function provideLegacyEvents()
9393
{
94-
$input = new ArrayInput([]);
94+
$input = new ArrayInput([]);
9595
$output = new StreamOutput(
9696
fopen('php://memory', 'w', false),
9797
OutputInterface::VERBOSITY_QUIET,
9898
false
9999
);
100100

101-
$error = new \Exception('This is console exception');
101+
$error = new \Exception('This is console exception');
102102
$command = new DeployCommand();
103103

104104
$events = [];
@@ -113,7 +113,6 @@ public function provideLegacyEvents()
113113
}
114114
}
115115

116-
117116
return $events;
118117
}
119-
}
118+
}

0 commit comments

Comments
 (0)