composeer update
This commit is contained in:
@@ -229,7 +229,7 @@ class EsiTest extends TestCase
|
||||
$cache = $this->getMockBuilder('Symfony\Component\HttpKernel\HttpCache\HttpCache')->setMethods(['getRequest', 'handle'])->disableOriginalConstructor()->getMock();
|
||||
$cache->expects($this->any())
|
||||
->method('getRequest')
|
||||
->will($this->returnValue($request))
|
||||
->willReturn($request)
|
||||
;
|
||||
if (\is_array($response)) {
|
||||
$cache->expects($this->any())
|
||||
@@ -239,7 +239,7 @@ class EsiTest extends TestCase
|
||||
} else {
|
||||
$cache->expects($this->any())
|
||||
->method('handle')
|
||||
->will($this->returnValue($response))
|
||||
->willReturn($response)
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user