示例#1
0
 /**
  * @test
  * @return void
  */
 public function testGetContent()
 {
     $content = 'content';
     $this->model->setContent($content);
     $this->assertEquals($content, $this->model->getContent());
 }