From 2c77d459c07320352caafe3cc6d7e8ed8031c3d3 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Mon, 7 Jun 2010 00:07:31 +0000 Subject: [PATCH] Update tests --- tests/007-subscribe/001.phpt | 2 +- tests/008-unsubscribe/001.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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