Skip to content

Commit dfadbaf

Browse files
committed
Have a coffee.
1 parent bc05ab9 commit dfadbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/OutputFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function implodeWithMultipleRenderablesReturnsRenderedRenderablesSeparate
258258
$renderedRenderable1 = 'tea';
259259
$renderable1->method('render')->with($this->outputFormat)->willReturn($renderedRenderable1);
260260
$renderable2 = $this->createMock(Renderable::class);
261-
$renderedRenderable2 = 'tea';
261+
$renderedRenderable2 = 'coffee';
262262
$renderable2->method('render')->with($this->outputFormat)->willReturn($renderedRenderable2);
263263
$values = [$renderable1, $renderable2];
264264
$separator = ', ';

0 commit comments

Comments
 (0)