X-Git-Url: http://git.pjr.cc/?p=pengine.git;a=blobdiff_plain;f=unittests%2Fcommsend.php;fp=unittests%2Fcommsend.php;h=cdd8e4e99a114bda8d0049b6a4f344966c02ff32;hp=0000000000000000000000000000000000000000;hb=527c1ed71988910d53837e504d5b1ba0b16888aa;hpb=c0b76ea046b221cafdc183a2a79d31ff9400ed19 diff --git a/unittests/commsend.php b/unittests/commsend.php new file mode 100644 index 0000000..cdd8e4e --- /dev/null +++ b/unittests/commsend.php @@ -0,0 +1,13 @@ +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