Fix MessageBufferTest to match API change

This commit is contained in:
Matt Bonneau 2017-03-28 23:27:26 -04:00
parent bc16757a61
commit d7e3c1bc64

View File

@ -28,6 +28,7 @@ class MessageBufferTest extends \PHPUnit_Framework_TestCase
$messageCount++;
$this->assertEquals('a', $message->getPayload());
},
function () {},
null,
false
);