1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00

Removed dead method call.

This commit is contained in:
Danack 2014-07-21 23:08:03 +01:00
parent 8ae5a4631b
commit af5c817c01

View File

@ -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
}
}