Example #1
0
 public function testDumpUnknownType()
 {
     $this->setExpectedException('InvalidArgumentException');
     $string = Config::encode(array('test' => 'abc'), 'abc');
 }