--TEST-- Check stomp_send --SKIPIF-- --FILE-- send('', array()); } catch(StompException $e) { echo $e->getMessage(); } $s->send('/queue/test', array()); ?> --EXPECTF-- Destination can not be empty Fatal error: Stomp::send(): Expects parameter 2 to be a string or a StompFrame object. in %s on line %d