Make tests PHPUnit 6.0 compatible
This commit is contained in:
parent
1bcfa714a1
commit
93c8fdcbd4
10 changed files with 24 additions and 0 deletions
|
@ -37,6 +37,9 @@ class ArrayCacheTest extends MemoryCacheTest
|
|||
parent::tearDown();
|
||||
}
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testTTL()
|
||||
{
|
||||
// Array Cache doesn't support TTL
|
||||
|
|
|
@ -66,6 +66,7 @@ class MemcacheCacheTest extends MemoryCacheTest
|
|||
* @small
|
||||
*
|
||||
* @dataProvider dataSimple
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testGetAllKeys($value1, $value2, $value3)
|
||||
{
|
||||
|
|
|
@ -65,6 +65,7 @@ class MemcachedCacheTest extends MemoryCacheTest
|
|||
* @small
|
||||
*
|
||||
* @dataProvider dataSimple
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testGetAllKeys($value1, $value2, $value3)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue