parent
11b6cc3f68
commit
16ac8eaac9
|
@ -132,7 +132,7 @@ class NavigationControllerTest extends TestCase {
|
||||||
$this->request->expects($this->once())
|
$this->request->expects($this->once())
|
||||||
->method('getHeader')
|
->method('getHeader')
|
||||||
->with('If-None-Match')
|
->with('If-None-Match')
|
||||||
->willReturn(md5(json_encode(['files'])));
|
->willReturn(md5(json_encode($navigation)));
|
||||||
$this->navigationManager->expects($this->once())
|
$this->navigationManager->expects($this->once())
|
||||||
->method('getAll')
|
->method('getAll')
|
||||||
->with('link')
|
->with('link')
|
||||||
|
|
Loading…
Reference in New Issue