public function testWithDefaultValuesThrowsInvalidArgumentException()
 {
     $this->setExpectedException('InvalidArgumentException');
     $configuration = new Configuration();
     $configuration->getExecutableCommand();
 }