PHP 5.5+ and replaced doctrine/cache with symfony/cache
This commit is contained in:
parent
bb5cb190bd
commit
7eace8852a
12 changed files with 142 additions and 127 deletions
|
|
@ -13,7 +13,7 @@ class TestCase extends BaseTestCase
|
|||
|
||||
public function getCacheMock()
|
||||
{
|
||||
return $this->getMockBuilder('Doctrine\Common\Cache\Cache')->getMock();
|
||||
return $this->getMockBuilder('Psr\Cache\CacheItemPoolInterface')->getMock();
|
||||
}
|
||||
|
||||
public function getTimeCodeMock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue