Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/8652/head
Julius Härtl 8 years ago
parent 11b6cc3f68
commit 16ac8eaac9
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 2
      tests/Core/Controller/NavigationControllerTest.php

@ -132,7 +132,7 @@ class NavigationControllerTest extends TestCase {
$this->request->expects($this->once())
->method('getHeader')
->with('If-None-Match')
->willReturn(md5(json_encode(['files'])));
->willReturn(md5(json_encode($navigation)));
$this->navigationManager->expects($this->once())
->method('getAll')
->with('link')

Loading…
Cancel
Save