X-Git-Url: http://git.pjr.cc/?p=pengine.git;a=blobdiff_plain;f=unittests%2Fcommrecv.php;fp=unittests%2Fcommrecv.php;h=16fea309f4b6d6f3cc2fbc924e3889d27f1ec835;hp=0000000000000000000000000000000000000000;hb=527c1ed71988910d53837e504d5b1ba0b16888aa;hpb=c0b76ea046b221cafdc183a2a79d31ff9400ed19 diff --git a/unittests/commrecv.php b/unittests/commrecv.php new file mode 100644 index 0000000..16fea30 --- /dev/null +++ b/unittests/commrecv.php @@ -0,0 +1,13 @@ +go(); +while(true) { + $mn->waitForConnection(); + while(($msg = $mn->receiveMessage()) !== false) { + print_r($msg); + } +} +?> \ No newline at end of file