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