public function testSocketCreation()
 {
     $action = new VarDumpAction();
     $this->assertCount(2, $action->getSockets());
     $this->assertNotNull($action->getSocket(VarDumpAction::SOCKET_DATA));
     $this->assertNotNull($action->getSocket(VarDumpAction::SOCKET_OUTPUT));
 }