public function testFlushAllConfigurable()
 {
     $this->modelCache->expects($this->once())->method('flushAll')->willReturn(true);
     $this->assertTrue($this->configCache->flushAllConfigurable());
 }