Mise à jour des librairies vendor
This commit is contained in:
@@ -41,6 +41,10 @@ class FetchAuthTokenCacheTest extends BaseTest
|
||||
{
|
||||
$cacheKey = 'myKey';
|
||||
$cachedValue = '2/abcdef1234567890';
|
||||
$this->mockCacheItem
|
||||
->expects($this->once())
|
||||
->method('isHit')
|
||||
->will($this->returnValue(true));
|
||||
$this->mockCacheItem
|
||||
->expects($this->once())
|
||||
->method('get')
|
||||
@@ -73,6 +77,10 @@ class FetchAuthTokenCacheTest extends BaseTest
|
||||
$prefix = 'test_prefix_';
|
||||
$cacheKey = 'myKey';
|
||||
$cachedValue = '2/abcdef1234567890';
|
||||
$this->mockCacheItem
|
||||
->expects($this->once())
|
||||
->method('isHit')
|
||||
->will($this->returnValue(true));
|
||||
$this->mockCacheItem
|
||||
->expects($this->once())
|
||||
->method('get')
|
||||
|
||||
Reference in New Issue
Block a user