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