Browse Source
Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/8652/head
Julius Härtl
9 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
1 additions and
1 deletions
-
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') |
|
|
|
|