Exemplo n.º 1
0
 function testRequestSettingContentOnCreation()
 {
     $M = new Message(array('content' => 'foo bar'));
     $this->assertEquals('foo bar', $M->getContent());
 }