Skip to content

Commit

Permalink
After EZP-25607 the method is named 'collect'
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Mar 29, 2016
1 parent 88409db commit f47d030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/View/SystemInfoViewBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function testBuildView()
$systemInfo = $this->getMock('SystemInfo');

$this->getCollectorMock()
->method('build')
->method('collect')
->will($this->returnValue($systemInfo));

$view = $builder->buildView(['systemInfoIdentifier' => 'test']);
Expand Down

0 comments on commit f47d030

Please sign in to comment.