Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit e20a594

Browse files
CS fixes
1 parent 2cf4d94 commit e20a594

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/Classes/NavigationTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ protected function getMockedNavigation()
274274
$url = Mockery::mock('Illuminate\Routing\UrlGenerator');
275275
$htmlmin = Mockery::mock('GrahamCampbell\HTMLMin\Classes\HTMLMin');
276276

277-
return Mockery::mock('GrahamCampbell\Navigation\Classes\Navigation[getMain,getBar]', array($events, $request, $url, $htmlmin, 'view'));
277+
$params = array($events, $request, $url, $htmlmin, 'view');
278+
279+
return Mockery::mock('GrahamCampbell\Navigation\Classes\Navigation[getMain,getBar]', $params);
278280
}
279281
}

0 commit comments

Comments
 (0)