public function testGetReturnsDefault()
 {
     $config = new Configuration();
     $this->assertSame('bar', $config->get('foo', 'bar'));
 }