diff --git a/test/AddrTest/CacheTest.php b/test/AddrTest/CacheTest.php index d4c02a5..65f5fc5 100644 --- a/test/AddrTest/CacheTest.php +++ b/test/AddrTest/CacheTest.php @@ -171,8 +171,5 @@ class CacheTest extends \PHPUnit_Framework_TestCase //check that garbage collection collects. $memoryCache->store($key, $value, 0); - $memoryCache->collectGarbage(); - - //TODO - check that the memoryCache contains a single item } }