public function testCombinedConfig()
 {
     $this->assertEquals(array('context' => 'no', 'member' => false, 'expires' => '+1 week'), $this->cacheinclude->getCombinedConfig('test'));
 }