diff --git a/tests/007-subscribe/001.phpt b/tests/007-subscribe/001.phpt index 51d459c..8e02110 100644 --- a/tests/007-subscribe/001.phpt +++ b/tests/007-subscribe/001.phpt @@ -14,4 +14,4 @@ $s->subscribe('/queue/test', 'string'); --EXPECTF-- Warning: Stomp::subscribe(): Destination can not be empty in %s on line %d -Catchable fatal error: Argument 2 passed to Stomp::subscribe() must be an array, string given in %s on line %d +Catchable fatal error: Argument 2 passed to Stomp::subscribe() must be %s array, string given in %s on line %d diff --git a/tests/008-unsubscribe/001.phpt b/tests/008-unsubscribe/001.phpt index ee1e56b..77c52a8 100644 --- a/tests/008-unsubscribe/001.phpt +++ b/tests/008-unsubscribe/001.phpt @@ -14,4 +14,4 @@ $s->unsubscribe('/queue/test', 'string'); --EXPECTF-- Warning: Stomp::unsubscribe(): Destination can not be empty in %s on line %d -Catchable fatal error: Argument 2 passed to Stomp::unsubscribe() must be an array, string given in %s on line %d +Catchable fatal error: Argument 2 passed to Stomp::unsubscribe() must be %s array, string given in %s on line %d