Skip to content

Commit c6cf381

Browse files
committed
rename method
1 parent ea73bae commit c6cf381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Testing/PendingCommand.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ private function createABufferedOutputMock()
287287
->shouldAllowMockingProtectedMethods()
288288
->shouldIgnoreMissing();
289289

290-
$this->applyOutputTableExpectations($mock);
290+
$this->applyTableOutputExpectations($mock);
291291

292292
foreach ($this->test->expectedOutput as $i => $output) {
293293
$mock->shouldReceive('doWrite')
@@ -308,7 +308,7 @@ private function createABufferedOutputMock()
308308
* @param \Mockery\MockInterface $mock
309309
* @return void
310310
*/
311-
private function applyOutputTableExpectations($mock)
311+
private function applyTableOutputExpectations($mock)
312312
{
313313
foreach ($this->test->expectedTables as $consoleTable) {
314314
$table = (new Table($output = new BufferedOutput))

0 commit comments

Comments
 (0)