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:
parent
8ae5a4631b
commit
af5c817c01
@ -171,8 +171,5 @@ class CacheTest extends \PHPUnit_Framework_TestCase
|
|||||||
|
|
||||||
//check that garbage collection collects.
|
//check that garbage collection collects.
|
||||||
$memoryCache->store($key, $value, 0);
|
$memoryCache->store($key, $value, 0);
|
||||||
$memoryCache->collectGarbage();
|
|
||||||
|
|
||||||
//TODO - check that the memoryCache contains a single item
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user