File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212namespace Cache \IntegrationTests ;
1313
14- use Cache \Doctrine \CachePool ;
1514use Psr \Cache \CacheItemInterface ;
1615use 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 ();
Original file line number Diff line number Diff line change 1111
1212namespace Cache \IntegrationTests ;
1313
14- use Cache \Doctrine \CachePool ;
1514use Cache \Taggable \TaggablePoolInterface ;
1615use 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 ();
You can’t perform that action at this time.
0 commit comments