Skip to content

Commit ae95304

Browse files
committed
Merge pull request #12 from Nyholm/patch-3
doc change
2 parents fb6f946 + 0980b37 commit ae95304

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/CachePoolTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Cache\IntegrationTests;
1313

14-
use Cache\Doctrine\CachePool;
1514
use Psr\Cache\CacheItemInterface;
1615
use Psr\Cache\CacheItemPoolInterface;
1716

@@ -27,9 +26,6 @@ abstract class CachePoolTest extends \PHPUnit_Framework_TestCase
2726
*/
2827
abstract public function createCachePool();
2928

30-
/**
31-
* @return CachePool
32-
*/
3329
public function setUp()
3430
{
3531
$this->cache = $this->createCachePool();

src/TaggableCachePoolTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Cache\IntegrationTests;
1313

14-
use Cache\Doctrine\CachePool;
1514
use Cache\Taggable\TaggablePoolInterface;
1615
use Psr\Cache\CacheItemPoolInterface;
1716

@@ -27,9 +26,6 @@ abstract class TaggableCachePoolTest extends \PHPUnit_Framework_TestCase
2726
*/
2827
abstract public function createCachePool();
2928

30-
/**
31-
* @return CachePool
32-
*/
3329
public function setUp()
3430
{
3531
$this->cache = $this->createCachePool();

0 commit comments

Comments
 (0)