Skip to content

Commit

Permalink
Create test for mutable-content
Browse files Browse the repository at this point in the history
  • Loading branch information
strahinjadjuric committed Oct 12, 2017
1 parent 0e805ab commit 045e834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 045e834

Please sign in to comment.