Beispiel #1
0
 public function testCanEvaluateUnsetDefault()
 {
     $this->config->clear();
     $result = $this->config->get('foo', 'Foo', 'doesnotexist');
     $this->assertEquals('Foo', $result);
 }