Make tests PHPUnit 6.0 compatible
This commit is contained in:
@@ -37,6 +37,9 @@ class ArrayCacheTest extends MemoryCacheTest
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testTTL()
|
||||
{
|
||||
// Array Cache doesn't support TTL
|
||||
|
||||
Reference in New Issue
Block a user