Skip to content

Commit

Permalink
Fixed make test! =)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Blanco committed Sep 19, 2013
1 parent 65d35d8 commit 47bf695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/amqpexchange_var_dump.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ex->setArguments(array("x-ha-policy" => "all"));
var_dump($ex);
?>
--EXPECT--
object(AMQPExchange)#3 (5) {
object(AMQPExchange)#3 (6) {
["name"]=>
string(9) "exchange1"
["type"]=>
Expand All @@ -27,6 +27,8 @@ object(AMQPExchange)#3 (5) {
int(0)
["durable"]=>
int(0)
["auto_delete"]=>
int(0)
["arguments"]=>
array(1) {
["x-ha-policy"]=>
Expand Down

0 comments on commit 47bf695

Please sign in to comment.