public function testGetAppName()
 {
     $input = new Input('app');
     $this->assertEquals('app', $input->getAppName());
 }