public function testRandomArray()
 {
     $this->setExpectedException('GatherContent\\ConfigValueObject\\ConfigValueException', 'Tab must be an object');
     $json = '["a","s","d","f"]';
     Config::fromJson($json);
 }