public function testGetAssigndSettings()
 {
     $key = 'module/pluginA@real';
     $skinObj = $this->handler->getAssignedSettings($key);
     $this->assertInstanceOf('\\Xpressengine\\Skin\\SkinEntity', $skinObj);
     $this->assertEmpty($this->getPropertyValue($skinObj, 'config'));
 }