Пример #1
0
 /**
  * {@inheritDoc}
  *
  * @dataProvider provideDataToCache
  */
 public function testUpdateExistingEntry($value)
 {
     if (array() === $value) {
         $this->markTestIncomplete('Predis currently doesn\'t support saving empty array values. ' . 'See https://github.com/nrk/predis/issues/241');
     }
     parent::testUpdateExistingEntry($value);
 }