File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ private function createABufferedOutputMock()
287
287
->shouldAllowMockingProtectedMethods ()
288
288
->shouldIgnoreMissing ();
289
289
290
- $ this ->applyOutputTableExpectations ($ mock );
290
+ $ this ->applyTableOutputExpectations ($ mock );
291
291
292
292
foreach ($ this ->test ->expectedOutput as $ i => $ output ) {
293
293
$ mock ->shouldReceive ('doWrite ' )
@@ -308,7 +308,7 @@ private function createABufferedOutputMock()
308
308
* @param \Mockery\MockInterface $mock
309
309
* @return void
310
310
*/
311
- private function applyOutputTableExpectations ($ mock )
311
+ private function applyTableOutputExpectations ($ mock )
312
312
{
313
313
foreach ($ this ->test ->expectedTables as $ consoleTable ) {
314
314
$ table = (new Table ($ output = new BufferedOutput ))
You can’t perform that action at this time.
0 commit comments