flushAll() public method

public flushAll ( $db, $table )
Exemplo n.º 1
0
 public function testFlushAll()
 {
     $redis = M::mock(Redis::class);
     $redis->shouldReceive('incr')->with('2d23e940e190c4fefe3955fe8cf5c8a8');
     $meta = new RedisMeta($redis);
     $meta->flushAll('angejia', 'user');
 }