Ejemplo n.º 1
0
 /**
  *
  */
 function test_set()
 {
     $config = new Config();
     $this->assertEquals('bar', $config->set('foo', 'bar'));
 }