We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 150dc4b + 00cebfa commit 9aaf68cCopy full SHA for 9aaf68c
tests/Unit/SesManagerTest.php
@@ -234,7 +234,7 @@ public function sesManagerCreateEventDestinationPrintsCorrectlyInDebugMode()
234
->andReturn('destination');
235
236
$snsMgr = Mockery::mock(SnsManager::class);
237
-
+
238
$console = Mockery::mock(SetupTrackingCommand::class);
239
$console->shouldReceive('getIo->table')
240
->once()
0 commit comments