From 045e834216515b0a304478b040bbd46c44d67d6c Mon Sep 17 00:00:00 2001 From: Strahinja Djuric Date: Thu, 12 Oct 2017 13:26:53 +0200 Subject: [PATCH] Create test for mutable-content --- tests/MessageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MessageTest.php b/tests/MessageTest.php index f9e70ea..e955e85 100644 --- a/tests/MessageTest.php +++ b/tests/MessageTest.php @@ -135,7 +135,7 @@ public function testJsonEncodeHandlesDelayIdle() public function testJsonEncodeHandlesMutableContent() { - $body = '{"to":"\/topics\/testing","data":{"foo":"bar"},"priority":"high","mutable-content":true}'; + $body = '{"to":"\/topics\/testing","data":{"foo":"bar"},"priority":"high","mutable_content":true}'; $this->fixture->setData(['foo' => 'bar']) ->setMutableContent(); $this->fixture->addRecipient(new Topic('testing'));