public function testFlushAllConfigs()
 {
     $this->cache->expects($this->once())->method('flushAll')->willReturn(true);
     $this->assertTrue($this->configCache->flushAllConfigs());
 }