/**
  * @expectedException \InvalidArgumentException
  */
 public function testExecuteNoNodes()
 {
     $action = new EchoAction();
     $action->execute();
 }