Exemplo n.º 1
0
 public function testCanSetWithAddAlias()
 {
     $this->config->clear();
     $this->config->add('foo', 'Foo', 'test');
     $this->assertEquals('Foo', $this->config->get('test.foo'));
 }