some fun data.
[pengine.git] / unittests / commsend.php
diff --git a/unittests/commsend.php b/unittests/commsend.php
new file mode 100644 (file)
index 0000000..cdd8e4e
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+require_once("../lib/lib.php");
+
+$mn = new netCom();
+$mn->go();
+
+$array["asdf"] = "message";
+$array["other"] = "moogie";
+for($i = 0; $i < 10; $i++) {
+       $array["bl"] = $i;
+       $mn->sendMessage($array);
+}
+?>
\ No newline at end of file