示例#1
0
 /**
  * @test
  */
 public function setContentTest()
 {
     $content = '{"data": "The new test content"}';
     $this->fixture->_setDataProtected($content);
     $this->assertEquals($content, $this->fixture->_getDataProtected());
 }