Esempio n. 1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testGetInvalidSocket()
 {
     $node = new VarDumpAction();
     $node->getSocket('unknown');
 }
 public function testExecuteNoNodes()
 {
     $action = new VarDumpAction();
     $action->execute();
 }