public function testClearCacheAll()
 {
     $this->cache->expects($this->once())->method('deleteAll');
     $this->provider->clearCache();
 }